Merge branch 'drm-rockchip-next-fixes-2016-03-28' of https://github.com/markyzq/kerne...
[deliverable/linux.git] / arch / arm / kernel / entry-armv.S
index 3ce377f7251f3429668c2e2b563fcd8062c991ae..e2550500486d497c8455165b37916f2eb4974cd5 100644 (file)
@@ -1064,7 +1064,6 @@ ENDPROC(vector_\name)
        .endm
 
        .section .stubs, "ax", %progbits
-__stubs_start:
        @ This must be the first word
        .word   vector_swi
 
@@ -1202,14 +1201,13 @@ vector_addrexcptn:
        .long   __fiq_svc                       @  e
        .long   __fiq_svc                       @  f
 
-       .globl  vector_fiq_offset
-       .equ    vector_fiq_offset, vector_fiq
+       .globl  vector_fiq
 
        .section .vectors, "ax", %progbits
-__vectors_start:
+.L__vectors_start:
        W(b)    vector_rst
        W(b)    vector_und
-       W(ldr)  pc, __vectors_start + 0x1000
+       W(ldr)  pc, .L__vectors_start + 0x1000
        W(b)    vector_pabt
        W(b)    vector_dabt
        W(b)    vector_addrexcptn
This page took 0.02445 seconds and 5 git commands to generate.