summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2010-09-11 07:24:10 +0000
committerAlexander Motin <mav@FreeBSD.org>2010-09-11 07:24:10 +0000
commitdc5b8c2ee73020fa02cba8fa0ebf1cf8a261edab (patch)
tree9f466c347dbc022d0270cb3b73fe8c22f3e4aeb8
parentb722ad008b31b4687a88097babe2318072317988 (diff)
Notes
-rw-r--r--sys/sparc64/sparc64/machdep.c2
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