diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-05-17 02:04:19 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-05-17 02:04:19 -0400 |
commit | b582b5058e1ecfc4f8a38c74ff111bed47d9fdbb (patch) | |
tree | a939473a0291a7c2267115ed881c5293bada207a /system/alpha/console | |
parent | ce9b1a1e373cf965e18ef379a121b95119ff1f46 (diff) | |
download | gem5-b582b5058e1ecfc4f8a38c74ff111bed47d9fdbb.tar.xz |
palcode updated to deal with interrupts correctly
deleted and then upon realizing we needed them undeleted a bunch of
header files in the palcode dir
console/Makefile:
fixed so it will work with tru64... still haven't got the console to build under linux
palcode/platform_m5.s:
fixed code to "fake" srm console interrupt handling correctly
include serial interrupts
Diffstat (limited to 'system/alpha/console')
-rw-r--r-- | system/alpha/console/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/alpha/console/Makefile b/system/alpha/console/Makefile index 5905fa9d2..d83bdc9fa 100644 --- a/system/alpha/console/Makefile +++ b/system/alpha/console/Makefile @@ -8,7 +8,7 @@ SOURDIR = ./ PALCODE = ../palcode INCLUDEH = ../h CC=gcc -AS=gas +#AS=gas dbmentry.o: dbmentry.s $(AS) $(INCLUDES) -nointrinsics -o $*.o $*.s |