commit | 8a4b7b6f187f2967bff222e8c3758ab47efdb14f | [log] [tgz] |
---|---|---|
author | Francois Wellenrieter <francois.wellenreiter@bull.net> | Fri Jan 13 14:01:01 2006 -0800 |
committer | Tony Luck <tony.luck@intel.com> | Fri Jan 13 14:01:01 2006 -0800 |
tree | 5901743857e67ebdcbd4ef0cbd14076fa9cd6407 | |
parent | 9335d48e10d2d07eacaddf889ec1efb8a5a5082e [diff] |
[IA64] Fix conversion of pal_min_state physical address On return from INIT handler we must convert the address of the minstate area from a kernel virtual uncached address (0xC...) to physical uncached (0x8...). A typo (or thinko?) in the code converted to physical cached. Signed-off-by: Tony Luck <tony.luck@intel.com>