cpu_number and cpu_swapout are never used, and only defined in powerpc.

This commit is contained in:
jhibbits 2015-07-11 17:33:50 +00:00
parent 4567491257
commit 34875849ac

View File

@ -65,9 +65,6 @@ extern int cpu_features;
#define TRAPF_USERMODE(frame) (((frame)->srr1 & PSL_PR) != 0)
#define TRAPF_PC(frame) ((frame)->srr0)
#define cpu_swapout(p)
#define cpu_number() 0
/*
* CTL_MACHDEP definitions.
*/