On Sun, 10 Jul 2005 11:28:20 +0800, "[EMAIL PROTECTED]" said:

>     But I found it may call __you_cannot_kmalloc_that_much(). but I can 
> not get where is
> defined.

Note that you can only reach it if you have a *compile-time constant* of
over 32M or so in size.  If it's smaller, it will catch the appropriate
if/then from kmalloc_sizes.h (and all the others removed by the optimizer).

And since there *isn't* a definition, you'll get a complaint when you
try to link vmlinux - and the complaint will tell you where it's referenced.


Attachment: pgpQ2xNQgQokc.pgp
Description: PGP signature

Reply via email to