From Bugzilla Helper: User-Agent: Mozilla/4.79 [en] (X11; U; Linux 2.4.18-10 i686) Description of problem: /usr/include/asm/pgalloc.h tries to include /usr/include/asm/fixmap.h, but that file does not exist Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.more /usr/include/asm/pgalloc.h (look at line #6) 2.ls /usr/include/asm/fixmap.h 3. Actual Results: ls: /usr/include/asm/fixmap.h: No such file or directory Expected Results: /usr/include/asm/fixmap.h Additional info: This bug is especially insiduous since it causes NVIDIA driver installation to fail when making the kernel from the tar.gz file.
why are you including pgalloc.h in a userspace program?
closing due to inactivity