summaryrefslogtreecommitdiffstats
path: root/cpu/mpc86xx/start.S
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-04-27 10:15:16 -0500
committerJon Loeliger <jdl@freescale.com>2006-04-27 10:15:16 -0500
commit5c9efb36a6b5431423f52888a0e3b4b515fe7eca (patch)
treeb4e456a06357346267f16a636af658cc85bf5b64 /cpu/mpc86xx/start.S
parenta2320a6bf8113a09544c42d160d10ac69d049a03 (diff)
downloadtalos-obmc-uboot-5c9efb36a6b5431423f52888a0e3b4b515fe7eca.tar.gz
talos-obmc-uboot-5c9efb36a6b5431423f52888a0e3b4b515fe7eca.zip
Cleanup whitespaces and style issues.
Removed //-style comments. Use 80-column lines. Remove trailing whitespace. Remove dead code and debug cruft.
Diffstat (limited to 'cpu/mpc86xx/start.S')
-rw-r--r--cpu/mpc86xx/start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mpc86xx/start.S b/cpu/mpc86xx/start.S
index 531bd0c5fb..0a447a76b7 100644
--- a/cpu/mpc86xx/start.S
+++ b/cpu/mpc86xx/start.S
@@ -783,12 +783,12 @@ ppcDcbz:
dcbz r0,r3
blr
-/*------------------------------------------------------------------------------- */
+/*-------------------------------------------------------------------------- */
/* Function: ppcSync */
/* Description: Processor Synchronize */
/* Input: none. */
/* Output: none. */
-/*------------------------------------------------------------------------------- */
+/*-------------------------------------------------------------------------- */
.globl ppcSync
ppcSync:
sync
OpenPOWER on IntegriCloud