K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-05-02T01:36:27.000000Z K 7 svn:log V 463 Unbreak alpha and ia64 builds. The previous change made the inclusion of specific to i386 and added a conditional define for BIOS_PADDRTOVADDR that depends on ISA_HOLE_START. The latter is undefined on alpha and ia64. Since the former is defined the same on both alpha and ia64, assume the ISA_HOLE_START dependent definition is specific to amd64 and use the identity-mapping in all other cases. This of course is getting uglier every day... END