]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: Coding style cleanups on common assembly files
authorShinya Kuribayashi <skuribay@pobox.com>
Fri, 6 May 2011 15:18:13 +0000 (00:18 +0900)
committerShinya Kuribayashi <skuribay@pobox.com>
Fri, 6 May 2011 15:18:13 +0000 (00:18 +0900)
commit7aa1f198c897e48a011f9f0dca6b3088bc474236
tree1d93c7a3b041c81515ef8a5697b9924cc8d9d0cd
parent522171a08761ee6b31ec3cbf3abcaf54bfe1e243
MIPS: Coding style cleanups on common assembly files

Fix style issues and alignments globally.  No logical changes.
- Replace C comments with AS line comments where possible
- Use ifndef where possible, rather than if !defined for simplicity
- An instruction executed in a delay slot is now indicated by a leading
  space, not by C comment

Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
arch/mips/cpu/mips32/cache.S
arch/mips/cpu/mips32/start.S