Revert previous change.

Requested by:	kan
This commit is contained in:
Craig Rodrigues 2007-01-18 05:46:32 +00:00
parent 36ac164ee8
commit 5a09873361

View File

@ -57,7 +57,7 @@ extern int szsigcode;
extern uint64_t *vm_page_dump;
extern int vm_page_dump_size;
extern struct pcpu *__pcpu;
extern struct pcpu __pcpu[];
typedef void alias_for_inthand_t(u_int cs, u_int ef, u_int esp, u_int ss);
struct thread;