gem5/system/alpha/console
Ali Saidi 1940fcdd29 changes to make smp work in linux
console/console.c:
    Remove Printed SimOS references and replace with M5
    Rework the SMP stuff, so we don't trash any stacks, or what we
    thought were stacks, but are actually other ppls memory.
console/dbmentry.s:
    add a carefully crafted piece of assembly that doesn't use the stack,
    so we don't clobber anthing in the time between when we are spinning
    and when the OS tells us to go.
palcode/platform_m5.s:
    add/fix code for IPI, multiprocessor interrupts (DIR), and initial
    bootstrapping of the cpu
2004-09-01 00:23:00 -04:00
..
console.c changes to make smp work in linux 2004-09-01 00:23:00 -04:00
dbmentry.s changes to make smp work in linux 2004-09-01 00:23:00 -04:00
Makefile changed to generate tlaser and tsunami console code at different 2004-08-01 00:50:26 -04:00
paljtokern.s Major clean up of alpha system files. 2004-05-18 16:26:16 -04:00
paljtoslave.s Major clean up of alpha system files. 2004-05-18 16:26:16 -04:00
printf.c Deleted a whole bunch of files that we didn't nede in the header 2004-05-17 19:23:48 -04:00