From: Dan A. <da...@gm...> - 2004-02-09 06:09:28
|
On Sun, Feb 08, 2004 at 07:42:21PM -0800, Ballard Jonathan wrote: > I added an #include to os/winnt/kernel/lowlevel/alloc.c. There was no > specific definition of PAGE_SIZE except in asm/page.h. It could have > conflicted with the PAGE_SIZE from the DDK, and I think the linux one is > preferred: > > #include <asm/page.h> Generally, I prefer not mixing inclusion of OS-dependent headers and Linux headers, but we'll add this include for now. -- Dan Aloni da...@gm... |