This commit is contained in:
phil 1994-05-31 21:53:31 +00:00
parent 07dacb0383
commit dc474fc5fe
1 changed files with 3 additions and 0 deletions

View File

@ -117,4 +117,7 @@ int want_resched; /* resched() was called */
{ "console_device", CTLTYPE_STRUCT }, \
}
/* Support for init start up. */
#define cpu_set_init_frame(p,fp) (p)->p_md.md_regs = fp
#endif