Better output for sys_migrate

This commit is contained in:
John Hughes 2004-02-05 14:37:02 +00:00
parent ae25933773
commit d535306ce2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-05 John Hughes <john@calva.com>
* linux/dummy.h: better sys_migrate
2004-01-29 John Hughes <john@calva.com>
* README-linux: Document method for finding OpenSSI includes.

View File

@ -37,7 +37,6 @@
#define sys_bdflush printargs
#define sys_sysfs printargs
#define sys_afs_syscall printargs
#define sys_migrate printargs
/* machine-specific */
#ifndef I386
@ -73,6 +72,7 @@
#define sys_mlock sys_munmap
#define sys_munlock sys_munmap
#define sys_clock_getres sys_clock_gettime
#define sys_migrate sys_alarm
/* printargs does the right thing */
#define sys_setup printargs