Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9d1d4cc89f3f6952978d37c29607c2d89d350767
Commit:     9d1d4cc89f3f6952978d37c29607c2d89d350767
Parent:     0f7ac29e594808eaddb61f17dcd503ad36b3d769
Author:     Tony Luck <[EMAIL PROTECTED]>
AuthorDate: Tue May 8 10:00:28 2007 -0700
Committer:  Tony Luck <[EMAIL PROTECTED]>
CommitDate: Tue May 8 10:00:28 2007 -0700

    [IA64] Removal of percpu TR cleanup in kexec code
    
    The kexec code wasn't in the kernel when Ken Chen created
    this patch (00b65985fb2fc542b855b03fcda0d0f2bab4f442) to
    change the mapping of percpu area from a TR to a TC.
    
    Zou Nanhai spotted this extra piece, and Simon Horman
    concurred.
    
    Signed-off-by: Tony Luck <[EMAIL PROTECTED]>
---
 arch/ia64/kernel/relocate_kernel.S |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/arch/ia64/kernel/relocate_kernel.S 
b/arch/ia64/kernel/relocate_kernel.S
index ae473e3..903babd 100644
--- a/arch/ia64/kernel/relocate_kernel.S
+++ b/arch/ia64/kernel/relocate_kernel.S
@@ -94,7 +94,7 @@ GLOBAL_ENTRY(relocate_new_kernel)
 4:
         srlz.i
         ;;
-       //purge TR entry for kernel text and data
+       // purge TR entry for kernel text and data
         movl r16=KERNEL_START
         mov r18=KERNEL_TR_PAGE_SHIFT<<2
         ;;
@@ -104,15 +104,6 @@ GLOBAL_ENTRY(relocate_new_kernel)
         srlz.i
         ;;
 
-       // purge TR entry for percpu data
-        movl r16=PERCPU_ADDR
-        mov r18=PERCPU_PAGE_SHIFT<<2
-        ;;
-        ptr.d r16,r18
-        ;;
-        srlz.d
-       ;;
-
         // purge TR entry for pal code
         mov r16=in3
         mov r18=IA64_GRANULE_SHIFT<<2
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to