Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegra
[deliverable/linux.git] / arch / arm / kernel / head-nommu.S
index 814ce1a732706d0cdb24f5e49007530715ba0b0a..6b1e0ad9ec3b7494d8b3474dca0a88256c836959 100644 (file)
@@ -44,9 +44,6 @@ ENTRY(stext)
        bl      __lookup_processor_type         @ r5=procinfo r9=cpuid
        movs    r10, r5                         @ invalid processor (r5=0)?
        beq     __error_p                               @ yes, error 'p'
-       bl      __lookup_machine_type           @ r5=machinfo
-       movs    r8, r5                          @ invalid machine (r5=0)?
-       beq     __error_a                       @ yes, error 'a'
 
        adr     lr, BSYM(__after_proc_init)     @ return (PIC) address
  ARM(  add     pc, r10, #PROCINFO_INITFUNC     )
This page took 0.023487 seconds and 5 git commands to generate.