diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-10-19 02:36:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-10-19 02:36:07 +0000 |
| commit | 1b03813f65a84d9279615d793d626a4752f42b92 (patch) | |
| tree | 5aefeef7870c8cdb3fee52fa8d7e5bc3b939bcee /sys/alpha | |
| parent | f6a43a2b50d5df170bc39ff8186dd216324d33b9 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/machdep.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index 8c798539c938..5de6070057b5 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -1731,6 +1731,12 @@ cpu_halt(void) prom_halt(1); } +void +cpu_idle(void) +{ + /* Insert code to halt (until next interrupt) for the idle loop */ +} + /* * Clear registers on exec */ |
