> acpitable.c: In function `__va_range':
> acpitable.c:479: `FIX_IO_APIC_BASE_0' undeclared (first use in this function)
> acpitable.c:479: (Each undeclared identifier is reported only once
> acpitable.c:479: for each function it appears in.)
> acpitable.c:496: `FIX_IO_APIC_BASE_END' undeclared (first use in this function)
Odd, that part builds fine here. The missing declaration you get is
declared in fixmap.h, which is included from pgalloc.h. Untar a fresh tree,
and reapply the patch.
regards
Dave.
-- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/