Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258222
b: refs/heads/master
c: 10cdc7e
h: refs/heads/master
v: v3
  • Loading branch information
Rob Herring authored and Russell King committed Jul 6, 2011
1 parent 7d6690c commit ed2c0e1
Show file tree
Hide file tree
Showing 3 changed files with 3 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: eca5dc2a0028d64229aef1b7839bcbae1d864c5f
refs/heads/master: 10cdc7e5129ac26aefece4c7a7d5b1a0285237c2
1 change: 0 additions & 1 deletion trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,6 @@ config SMP_ON_UP

config HAVE_ARM_SCU
bool
depends on SMP
help
This option enables support for the ARM system coherency unit

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/kernel/smp_scu.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#define SCU_INVALIDATE 0x0c
#define SCU_FPGA_REVISION 0x10

#ifdef CONFIG_SMP
/*
* Get the number of CPU cores from the SCU configuration
*/
Expand Down Expand Up @@ -50,6 +51,7 @@ void __init scu_enable(void __iomem *scu_base)
*/
flush_cache_all();
}
#endif

/*
* Set the executing CPUs power mode as defined. This will be in
Expand Down

0 comments on commit ed2c0e1

Please sign in to comment.