> -----Original Message----- > From: Arnd Bergmann [mailto:[EMAIL PROTECTED] > alloc_bootmem is supposed to handle this case, but you can only call > that very early in your code, before the buddy allocator kicks in > (free_all_bootmem()). Maybe you should just check why it > fails for you.
I was calling it in the wrong board init function. m82xx_board_init was too early, and our platform_init was too late. It works now. _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
