|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [patch 11/15] ia64: kexec: Set protection key of identi
This will also set the protection key for identity mapped EFI memory
handled by dtlb_miss, as it branches to alt_dtlb_miss.
Without this HP rx3600 machines will not boot
Cc: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Cc: Tristan Gingold <tgingold@xxxxxxx>
Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx>
---
Thu, 06 Dec 2007 16:11:35 +0900
* Fix up bogus hex values in comments
Index: xen-unstable.hg/xen/arch/ia64/xen/ivt.S
===================================================================
--- xen-unstable.hg.orig/xen/arch/ia64/xen/ivt.S 2008-02-05
16:18:55.000000000 +0900
+++ xen-unstable.hg/xen/arch/ia64/xen/ivt.S 2008-02-05 16:18:56.000000000
+0900
@@ -217,8 +217,15 @@ ENTRY(alt_dtlb_miss)
;;
late_alt_dtlb_miss:
mov r20=cr.isr
+ extr.u r22=r16,59,5
+ ;;
+ cmp.eq p6,p0=0x18,r22 // address == 0xc...
+ cmp.eq p7,p0=0x1c,r22 // address == 0xe...
movl r17=PAGE_KERNEL
mov r21=cr.ipsr
+ ;;
+(p6) movl r17=(__DIRTY_BITS | _PAGE_AR_RWX | _PAGE_PL_PRIV | _PAGE_MA_UC)
+(p7) movl r17=(__DIRTY_BITS | _PAGE_AR_RWX)
movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)
;;
extr.u r23=r21,IA64_PSR_CPL0_BIT,2 // extract psr.cpl
--
--
Horms
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [patch 03/15] ia64: kexec: Header changes in preparation for EFI RID, (continued)
- [Xen-ia64-devel] [patch 03/15] ia64: kexec: Header changes in preparation for EFI RID, Simon Horman
- [Xen-ia64-devel] [patch 09/15] ia64: kexec: Add identity mapping of EFI memory to dtlb_miss, Simon Horman
- [Xen-ia64-devel] [patch 10/15] ia64: kexec: identity mapping of EFI memory to itlb_miss, Simon Horman
- [Xen-ia64-devel] [patch 08/15] ia64: kexec: Add identity mapping of EFI memory to alt_dtlb_miss, Simon Horman
- [Xen-ia64-devel] [patch 12/15] ia64: kexec: Set protection key of identity mapping of EFI in alt_itlb_miss, Simon Horman
- [Xen-ia64-devel] [patch 07/15] ia64: kexec: Allow EFI_RID to be used in ivt.S, Simon Horman
- [Xen-ia64-devel] [patch 15/15] ia64: kexec: Map EFI regions into the same place they are maped into in Linux, Simon Horman
- [Xen-ia64-devel] [patch 14/15] ia64: kexec: define EFI offsets for identity mapping, Simon Horman
- [Xen-ia64-devel] [patch 13/15] ia64: kexec: Set page size identity mapping of EFI in alt_itlb_miss, Simon Horman
- [Xen-ia64-devel] [patch 04/15] ia64: kexec: Repining for EFI RID, Simon Horman
- [Xen-ia64-devel] [patch 11/15] ia64: kexec: Set protection key of identity mapping of EFI in alt_dtlb_miss,
Simon Horman <=
- [Xen-ia64-devel] Re: [patch 00/15] ia64: kexec: Map EFI memory in the same location as Linux, Alex Williamson
|
|
|
|
|