diff options
author | David Mosberger-Tang <David.Mosberger@acm.org> | 2006-05-24 22:16:03 -0600 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-06-21 14:35:28 -0700 |
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 5a7fe70212a..a56e161d751 100644 --- a/arch/ia64/kernel/efi_stub.S +++ b/arch/ia64/kernel/efi_stub.S @@ -61,7 +61,7 @@ GLOBAL_ENTRY(efi_call_phys) or loc3=loc3,r17 mov b6=r2 ;; - andcm r16=loc3,r16 // get psr with IT, DT, and RT bits cleared + andcm r16=loc3,r16 // get psr with IT, DT, and RT bits cleared br.call.sptk.many rp=ia64_switch_mode_phys .ret0: mov out4=in5 mov out0=in1 |