Bug 454999

Summary: asm/page.h missing from kernel-headers
Product: [Fedora] Fedora Reporter: Bjorge Solli <bjorge>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-11 17:05:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bjorge Solli 2008-07-11 11:24:11 UTC
Description of problem:
On a fedora 7 system:
# rpm -ql kernel-headers | grep page.h
/usr/include/asm/page.h

On fedora 8 and 9 systems it finds nothing. I have programs needing this file to
compile.

Comment 1 Bjorge Solli 2008-07-11 12:20:07 UTC
I do find the file in kernel-devel though, but it's not in the normal include path.

Comment 2 Dave Jones 2008-07-11 17:05:18 UTC
userspace shouldn't be using that header at all.  there's nothing useful in
there.  If there are programs using it to determine page size, they should be
calling getpagesize() instead.