]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/head_44x.S
[POWERPC] Add powerpc/platforms/44x, disable platforms/4xx for now
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / head_44x.S
index 9ee6773cf026b771080e937f31899025002f8525..a51026f0a9d7104c3bcc469af60c6256964b69fc 100644 (file)
@@ -709,16 +709,6 @@ _GLOBAL(giveup_fpu)
        blr
 #endif
 
-/*
- * extern void abort(void)
- *
- * At present, this routine just applies a system reset.
- */
-_GLOBAL(abort)
-        mfspr   r13,SPRN_DBCR0
-        oris    r13,r13,DBCR0_RST_SYSTEM@h
-        mtspr   SPRN_DBCR0,r13
-
 _GLOBAL(set_context)
 
 #ifdef CONFIG_BDI_SWITCH