CPUF_GO
#define CPUF_GO 0x8000 /* CPU should start running */
#define CPUF_GO (1<<5)
#define CPUF_GO (1 << 5)