From 7a9b5da700751d1e8ba0e5bd0b69738a02319b16 Mon Sep 17 00:00:00 2001 From: Zou Nan hai Date: Wed, 26 Jul 2006 07:36:40 +0800 Subject: [PATCH] --- yaml --- r: 33125 b: refs/heads/master c: e55ce456155813ca34e105d0e05306edad05cf6e h: refs/heads/master i: 33123: 1042b18193768afebc006fc812f3e843a89fa2af v: v3 --- [refs] | 2 +- trunk/arch/ia64/kernel/head.S | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b19ee288cb6b..f5da8c92edfe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: acb15c85de57d81d773b6e4184b7cb143ce83eba +refs/heads/master: e55ce456155813ca34e105d0e05306edad05cf6e diff --git a/trunk/arch/ia64/kernel/head.S b/trunk/arch/ia64/kernel/head.S index 561b8f1d3bc7..29236f0c62b5 100644 --- a/trunk/arch/ia64/kernel/head.S +++ b/trunk/arch/ia64/kernel/head.S @@ -853,7 +853,6 @@ END(__ia64_init_fpu) */ GLOBAL_ENTRY(ia64_switch_mode_phys) { - alloc r2=ar.pfs,0,0,0,0 rsm psr.i | psr.ic // disable interrupts and interrupt collection mov r15=ip } @@ -902,7 +901,6 @@ END(ia64_switch_mode_phys) */ GLOBAL_ENTRY(ia64_switch_mode_virt) { - alloc r2=ar.pfs,0,0,0,0 rsm psr.i | psr.ic // disable interrupts and interrupt collection mov r15=ip }