diff options
author | David Mosberger-Tang <David.Mosberger@acm.org> | 2006-05-25 00:16:03 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-06-21 17:35:28 -0400 |
commit | 65884734902c8f0b4d83293985678ab83b24ef72 (patch) | |
tree | 7e522d52daf95368d59cbd2699b8e96b6b3de222 /arch/ia64/kernel/efi_stub.S | |
parent | a1d7057727bc9e20a0a417812f538fe6b8a02c03 (diff) |
[IA64] make efi_stub.S fit in 80 cols
Just a trivial cleanup patch
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/efi_stub.S')
-rw-r--r-- | arch/ia64/kernel/efi_stub.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/efi_stub.S b/arch/ia64/kernel/efi_stub.S index 5a7fe70212a9..a56e161d7515 100644 --- a/arch/ia64/kernel/efi_stub.S +++ b/arch/ia64/kernel/efi_stub.S | |||
@@ -61,7 +61,7 @@ GLOBAL_ENTRY(efi_call_phys) | |||
61 | or loc3=loc3,r17 | 61 | or loc3=loc3,r17 |
62 | mov b6=r2 | 62 | mov b6=r2 |
63 | ;; | 63 | ;; |
64 | andcm r16=loc3,r16 // get psr with IT, DT, and RT bits cleared | 64 | andcm r16=loc3,r16 // get psr with IT, DT, and RT bits cleared |
65 | br.call.sptk.many rp=ia64_switch_mode_phys | 65 | br.call.sptk.many rp=ia64_switch_mode_phys |
66 | .ret0: mov out4=in5 | 66 | .ret0: mov out4=in5 |
67 | mov out0=in1 | 67 | mov out0=in1 |