2001-06-10 02:39:37 +00:00
|
|
|
/* $FreeBSD$ */
|
|
|
|
|
2010-07-13 05:32:19 +00:00
|
|
|
#ifdef __powerpc64__
|
|
|
|
#include <powerpc/aim/locore64.S>
|
|
|
|
#else
|
|
|
|
#include <powerpc/aim/locore32.S>
|
|
|
|
#endif
|
2001-06-10 02:39:37 +00:00
|
|
|
|
2016-08-13 18:46:49 +00:00
|
|
|
/*
|
|
|
|
* XXX: This should be moved to a shared AIM/booke asm file, if one ever is
|
|
|
|
* created.
|
|
|
|
*/
|
|
|
|
ENTRY(get_spr)
|
|
|
|
mfspr %r3, 0
|
|
|
|
blr
|