Bug 54091
Summary: | ia64: linux-3.8.0/drivers/acpi/osl.c:629:29: error: ‘max_low_pfn_mapped’ undeclared | ||
---|---|---|---|
Product: | ACPI | Reporter: | Dennis Schridde (devurandom) |
Component: | Other | Assignee: | Aaron Lu (aaron.lu) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | aaron.lu, trenn |
Priority: | P1 | ||
Hardware: | IA-64 | ||
OS: | Linux | ||
Kernel Version: | 3.8.0 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | config-3.8.0 |
From a quick grep it appears that max_low_pfn_mapped exists on x86 only, which is why it fails on my ia64 machine. Hi Dennis, Thanks for the bug report. Hi Thomas, Can you please take a look at this? Thanks. Patches sent, you should be added in CC. Thanks Thomas. Hi Dennis, Can you please give the patch a test and if everything works OK, give your tested-by tag by replying to Thomas' patches? Thanks. Hi Thomas and Aaron! The 2 patches make the kernel compile on my ia64 box. I am not sure how to formally "give my tested-by tag", so I just replied to the email, stating that the patches work. Thanks a lot for the quick fix! Hi Dennis, It's OK, HPA will take these patches, thanks for the report. commit 565d956a7e191e95d81f515196951715f2616e6b Author: Thomas Renninger <trenn@suse.de> Date: Fri Feb 22 14:12:22 2013 +0100 ACPI: Overriding ACPI tables via initrd only works with an initrd and on X86 |
Created attachment 93531 [details] config-3.8.0 CC drivers/acpi/osl.o /usr/src/linux-3.8.0/drivers/acpi/osl.c: In function ‘acpi_initrd_override’: /usr/src/linux-3.8.0/drivers/acpi/osl.c:629:29: error: ‘max_low_pfn_mapped’ undeclared (first use in this function) /usr/src/linux-3.8.0/drivers/acpi/osl.c:629:29: note: each undeclared identifier is reported only once for each function it appears in make[4]: *** [drivers/acpi/osl.o] Error 1