···479479 int "CPU Mode Pin Setting"480480 depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206481481 help482482- MD2 - MD0 Setting.482482+ MD2 - MD0 pin setting.483483484484menu "CPU Frequency scaling"485485···579579 approximately eight kilobytes to the kernel image.580580581581source "kernel/Kconfig.preempt"582582-583583-config CPU_HAS_SR_RB584584- bool "CPU has SR.RB"585585- depends on CPU_SH3 || CPU_SH4586586- default y587587- help588588- This will enable the use of SR.RB register bank usage. Processors589589- that are lacking this bit must have another method in place for590590- accomplishing what is taken care of by the banked registers.591591-592592- See <file:Documentation/sh/register-banks.txt> for further593593- information on SR.RB and register banking in the kernel in general.594582595583config NODES_SHIFT596584 int
+2-1
arch/sh/Kconfig.debug
···3131 hex "SCIF port for early console"3232 depends on EARLY_SCIF_CONSOLE3333 default "0xffe00000" if CPU_SUBTYPE_SH77803434- default "0xfffe9800" if CPU_SUBTYPE_SH720603434+ default "0xfffe9800" if CPU_SUBTYPE_SH72063535+ default "0xf8420000" if CPU_SUBTYPE_SH76193536 default "0xffe80000" if CPU_SH436373738config EARLY_PRINTK
+1-1
arch/sh/kernel/signal.c
···101101 */102102103103#define MOVW(n) (0x9300|((n)-2)) /* Move mem word at PC+n to R3 */104104-#if defined(CONFIG_CPU_SH2) || defined(CONFIG_CPU_SH2A)104104+#if defined(CONFIG_CPU_SH2)105105#define TRAP_NOARG 0xc320 /* Syscall w/no args (NR in R3) */106106#else107107#define TRAP_NOARG 0xc310 /* Syscall w/no args (NR in R3) */