Good point
> + unsigned long totalbig __attribute__((packed)); /* Total big memory size */
> + unsigned long freebig __attribute__((packed)); /* Available big memory size */
That doesnt work on the ARM3
The best I have so far is
struct _foo
{
...
...
}
struct real_foo
{
...
...
char pad [64-sizeof(struct _foo)] __attribute((packed));
}
-
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/