kernel programming questions

Michael Bruck (micha@tecnet.de)
Mon, 30 Jun 1997 23:51:43 +0200


Ok, two short questions:

Is there a arch-independant type available for the
save_flags macro ? (flags_t ??)

Is there a problem that could prevent one from using memory
alloc'd from stack in the kernel like

int foo(int bar)
{
int foo_bar[bar];
...
}

?

Micha