Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added sparc_leon3_snooping_enabled() and converted extern inline to static ↵ | Kristoffer Glembo | 2009-11-16 |
| | | | | | | inline Signed-off-by: David S. Miller <davem@davemloft.net> | ||
* | sparc,leon: Sparc-Leon SMP support | Konrad Eisele | 2009-11-02 |
| | | | | | | | | Support SMP for a Sparc-Leon multiprocessor system. Add Leon specific SMP code to arch/sparc/kernel/leon_smp.c. Signed-off-by: Konrad Eisele <konrad@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||
* | sparc,leon: CONFIG_SPARC_LEON option and leon specific files. | Konrad Eisele | 2009-08-17 |
The macro CONFIG_SPARC_LEON will shield, if undefined, the sun-sparc code from LEON specific code. In particular include/asm/leon.h will get empty through #ifdef and leon_kernel.c and leon_mm.c will not be compiled. Signed-off-by: Konrad Eisele <konrad@gaisler.com> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net> |