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

This commit is contained in:
Justin Hibbits 2015-07-11 17:33:50 +00:00
parent 8daa3a67ff
commit 20b6ee617f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285397

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.
*/