Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/powerpc/aim/trap_subr64.S 214574 2010-10-30 23:07:30Z nwhitehorn $ */
---
> /* $FreeBSD: head/sys/powerpc/aim/trap_subr64.S 218824 2011-02-18 21:44:53Z nwhitehorn $ */
298c298
< bl CNAME(.cpudep_ap_early_bootstrap) /* Set PCPU */
---
> bl CNAME(cpudep_ap_early_bootstrap) /* Set PCPU */
300c300
< bl CNAME(.pmap_cpu_bootstrap) /* Turn on virtual memory */
---
> bl CNAME(pmap_cpu_bootstrap) /* Turn on virtual memory */
302c302
< bl CNAME(.cpudep_ap_bootstrap) /* Set up PCPU and stack */
---
> bl CNAME(cpudep_ap_bootstrap) /* Set up PCPU and stack */
305c305
< bl CNAME(.machdep_ap_bootstrap) /* And away! */
---
> bl CNAME(machdep_ap_bootstrap) /* And away! */
513c513
< bl CNAME(.powerpc_interrupt)
---
> bl CNAME(powerpc_interrupt)
541c541
< bl CNAME(.ast)
---
> bl CNAME(ast)
590c590
< bl CNAME(.db_trap_glue)
---
> bl CNAME(db_trap_glue)