Re: Strange problem in my structs

Jeffrey B. Siegal (kernel@kvack.org)
Sat, 4 Dec 1999 00:11:15 -0500 (EST)


On 3 Dec 1999, Tom M. Kroeger wrote:

> typedef struct prediction {
> FileID *ident;
> float level;
> int order; /* newly added member */

Ummm, you can't use floats in the kernel, so if your code is taking an
FPU fault early on, you might be triggering an oops.

-ben

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/