diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-03-17 22:05:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-03-17 22:05:47 +0000 |
commit | 27cfca1ec98e91261b1a5355d10a8996464b63af (patch) | |
tree | 8e895a53e372fa682b4c0a585b9377d67ed70d0e /include/asm-alpha/pal.h | |
parent | 6a76fb7214c477ccf6582bd79c5b4ccc4f9c41b1 (diff) |
Look Ma' what I found on my harddisk ...
o New faster syscalls for 2.1.x, too
o Upgrade to 2.1.89.
Don't try to run this. It's flaky as hell. But feel free to debug ...
Diffstat (limited to 'include/asm-alpha/pal.h')
-rw-r--r-- | include/asm-alpha/pal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-alpha/pal.h b/include/asm-alpha/pal.h index a4ef2e38a..510d13326 100644 --- a/include/asm-alpha/pal.h +++ b/include/asm-alpha/pal.h @@ -7,7 +7,6 @@ #define PAL_halt 0 #define PAL_cflush 1 #define PAL_draina 2 -#define PAL_cobratt 9 #define PAL_bpt 128 #define PAL_bugchk 129 #define PAL_chmk 131 @@ -27,6 +26,8 @@ /* * OSF specific PAL-code */ +#define PAL_cserve 9 +#define PAL_wripir 13 #define PAL_rdmces 16 #define PAL_wrmces 17 #define PAL_wrfen 43 |