summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2009-04-22 13:18:04 +0000
committerraj <raj@FreeBSD.org>2009-04-22 13:18:04 +0000
commit7b2e22010401451c6819a067fdb2e7b927d2d127 (patch)
tree8ebb49c3906fd311fcca5308e37763b238c1eaee
parentd4605f906fdd5609971fc4ce53540f4cd24013a6 (diff)
downloadFreeBSD-src-7b2e22010401451c6819a067fdb2e7b927d2d127.zip
FreeBSD-src-7b2e22010401451c6819a067fdb2e7b927d2d127.tar.gz
Minor style consistency fix.
-rw-r--r--sys/powerpc/booke/swtch.S14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/powerpc/booke/swtch.S b/sys/powerpc/booke/swtch.S
index 8ffaf6d..f7a9088 100644
--- a/sys/powerpc/booke/swtch.S
+++ b/sys/powerpc/booke/swtch.S
@@ -138,10 +138,10 @@ cpu_switchin:
* Update pcb, saving current processor state
*/
ENTRY(savectx)
- mr %r12,%r2
- stmw %r12,PCB_CONTEXT(%r3) /* Save the non-volatile GP regs */
+ mr %r12, %r2
+ stmw %r12, PCB_CONTEXT(%r3) /* Save the non-volatile GP regs */
mfcr %r4 /* Save the condition register */
- stw %r4,PCB_CONTEXT(%r3)
+ stw %r4, PCB_CONTEXT(%r3)
blr
/*
@@ -149,11 +149,11 @@ ENTRY(savectx)
* Set up the return from cpu_fork()
*/
ENTRY(fork_trampoline)
- lwz %r3,CF_FUNC(%r1)
- lwz %r4,CF_ARG0(%r1)
- lwz %r5,CF_ARG1(%r1)
+ lwz %r3, CF_FUNC(%r1)
+ lwz %r4, CF_ARG0(%r1)
+ lwz %r5, CF_ARG1(%r1)
bl fork_exit
- addi %r1,%r1,CF_SIZE-FSP /* Allow 8 bytes in front of
+ addi %r1, %r1, CF_SIZE-FSP /* Allow 8 bytes in front of
trapframe to simulate FRAME_SETUP
does when allocating space for
a frame pointer/saved LR */
OpenPOWER on IntegriCloud