> Altix/SN2 presently has the PAL located in a granule that has mixed > cachability --- for this reason we need to map the PAL using the > smallest mapping possible. I tried some similar code for Tiger a while ago, but ran into a problem as there is other code in the same granule, that isn't covered by the address range for PAL routines (I think that the other code was the EFI loaded FPSWA code, but I didn't look too closely at the time this happened). As soon as the processor tried to execute this other code, the Alt-ITLB handler tried to insert a mapping for the whole granule, which overlaps with the ITR[1] that was set to map the PAL, and boom, the system died with a machine check. If SN2 guarantees that the PAL code is the only executable code in the whole of your mixed cacheability granule, then this code is safe. -Tony - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Jul 16 11:23:56 2003
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:16 EST