Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141824
b: refs/heads/master
c: e869a90
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Apr 2, 2009
1 parent 42eb964 commit 903c16a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eeee7853c4ffaf5b9eb58f39708e3c78f66cee15
refs/heads/master: e869a90ee1235a4f89ecb956e7b7d724d65217c8
3 changes: 3 additions & 0 deletions trunk/arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ config ARCH_HAS_ILOG2_U64
config ARCH_NO_VIRT_TO_BUS
def_bool y

config ARCH_HAS_DEFAULT_IDLE
def_bool y

config IO_TRAPPED
bool

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sh/include/asm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ extern unsigned long cached_to_uncached;
extern struct dentry *sh_debugfs_root;

void per_cpu_trap_init(void);
void default_idle(void);

asmlinkage void break_point_trap(void);

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static int __init hlt_setup(char *__unused)
}
__setup("hlt", hlt_setup);

static void default_idle(void)
void default_idle(void)
{
if (!hlt_counter) {
clear_thread_flag(TIF_POLLING_NRFLAG);
Expand Down

0 comments on commit 903c16a

Please sign in to comment.