Description of problem: /usr/include/asm/page.h is empty, except for the copyright statement. A test of ours used the PAGE_SIZE constant which is supposed to be declared there. We are now using getpagesize(2) as a substitute. Version-Release number of selected component (if applicable): kernel-headers-2.6.18-1.2910.el5 How reproducible: Always Steps to Reproduce: 1. cat /usr/include/asm/page.h Actual results: File with no C code, only comments and an #ifndef/#endif Expected results: C code with several #defines and function declarations. Additional info:
The test was broken; you have applied a correct fix. Closing NOTABUG.