]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/boot/compressed/head.S
Thumb-2: Add some .align statements to the .S files
[net-next-2.6.git] / arch / arm / boot / compressed / head.S
index 4515728c5345b4dab982903a5c17e57e92c61b31..82f5fcfd95674caddf4b4cca81be5988d726ad87 100644 (file)
@@ -291,6 +291,7 @@ wont_overwrite:     mov     r0, r4
                bl      decompress_kernel
                b       call_kernel
 
+               .align  2
                .type   LC0, #object
 LC0:           .word   LC0                     @ r1
                .word   __bss_start             @ r2
@@ -589,6 +590,7 @@ call_cache_fn:      adr     r12, proc_types
  * methods.  Writeback caches _must_ have the flush method
  * defined.
  */
+               .align  2
                .type   proc_types,#object
 proc_types:
                .word   0x41560600              @ ARM6/610
@@ -945,6 +947,7 @@ __armv3_mpu_cache_flush:
  * memory, which again must be relocatable.
  */
 #ifdef DEBUG
+               .align  2
                .type   phexbuf,#object
 phexbuf:       .space  12
                .size   phexbuf, . - phexbuf