diff options
author | Alexander Motin <mav@FreeBSD.org> | 2010-09-11 07:24:10 +0000 |
---|---|---|
committer | Alexander Motin <mav@FreeBSD.org> | 2010-09-11 07:24:10 +0000 |
commit | dc5b8c2ee73020fa02cba8fa0ebf1cf8a261edab (patch) | |
tree | 9f466c347dbc022d0270cb3b73fe8c22f3e4aeb8 | |
parent | b722ad008b31b4687a88097babe2318072317988 (diff) |
Notes
-rw-r--r-- | sys/sparc64/sparc64/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c index 70abf63e47d0..90da7c62be32 100644 --- a/sys/sparc64/sparc64/machdep.c +++ b/sys/sparc64/sparc64/machdep.c @@ -959,7 +959,7 @@ int cpu_idle_wakeup(int cpu) { - return (0); + return (1); } int |