···5959};60606161int *symTypeTable;6262-int must_convert_endian = 0;6363-int format_bigendian = 0;6262+int must_convert_endian;6363+int format_bigendian;64646565static void copy(int out, int in, off_t offset, off_t size)6666{
+1-1
arch/mips/dec/prom/memory.c
···1818#include <asm/sections.h>191920202121-volatile unsigned long mem_err = 0; /* So we know an error occurred */2121+volatile unsigned long mem_err; /* So we know an error occurred */22222323/*2424 * Probe memory in 4MB chunks, waiting for an error to tell us we've fallen
+1-1
arch/mips/emma/markeins/setup.c
···32323333extern void markeins_led(const char *);34343535-static int bus_frequency = 0;3535+static int bus_frequency;36363737static void markeins_machine_restart(char *command)3838{
+2-2
arch/mips/fw/cfe/cfe_api.c
···4545 * passed in two registers each, and CFE expects one.4646 */47474848-static int (*cfe_dispfunc) (intptr_t handle, intptr_t xiocb) = 0;4949-static u64 cfe_handle = 0;4848+static int (*cfe_dispfunc) (intptr_t handle, intptr_t xiocb);4949+static u64 cfe_handle;50505151int cfe_init(u64 handle, u64 ept)5252{
···3131 * The wait instruction stops the pipeline and reduces the power consumption of3232 * the CPU very much.3333 */3434-void (*cpu_wait)(void) = NULL;3434+void (*cpu_wait)(void);35353636static void r3081_wait(void)3737{···112112 : : "r" (au1k_wait));113113}114114115115-static int __initdata nowait = 0;115115+static int __initdata nowait;116116117117static int __init wait_disable(char *s)118118{
+3-3
arch/mips/kernel/kspd.c
···3131#include <asm/rtlx.h>3232#include <asm/kspd.h>33333434-static struct workqueue_struct *workqueue = NULL;3434+static struct workqueue_struct *workqueue;3535static struct work_struct work;36363737extern unsigned long cpu_khz;···5858};59596060static struct list_head kspd_notifylist;6161-static int sp_stopping = 0;6161+static int sp_stopping;62626363/* these should match with those in the SDE kit */6464#define MTSP_SYSCALL_BASE 0···328328 sys_chdir("/");329329}330330331331-static int channel_open = 0;331331+static int channel_open;332332333333/* the work handler */334334static void sp_work(struct work_struct *unused)
+1-1
arch/mips/kernel/mips-mt-fpaff.c
···1818cpumask_t mt_fpu_cpumask;19192020static int fpaff_threshold = -1;2121-unsigned long mt_fpemul_threshold = 0;2121+unsigned long mt_fpemul_threshold;22222323/*2424 * Replacement functions for the sys_sched_setaffinity() and
+5-5
arch/mips/kernel/mips-mt.c
···125125 local_irq_restore(flags);126126}127127128128-static int mt_opt_norps = 0;128128+static int mt_opt_norps;129129static int mt_opt_rpsctl = -1;130130static int mt_opt_nblsu = -1;131131-static int mt_opt_forceconfig7 = 0;131131+static int mt_opt_forceconfig7;132132static int mt_opt_config7 = -1;133133134134static int __init rps_disable(char *s)···161161__setup("config7=", config7_set);162162163163/* Experimental cache flush control parameters that should go away some day */164164-int mt_protiflush = 0;165165-int mt_protdflush = 0;164164+int mt_protiflush;165165+int mt_protdflush;166166int mt_n_iflushes = 1;167167int mt_n_dflushes = 1;168168···194194}195195__setup("ndflush=", ndflush);196196197197-static unsigned int itc_base = 0;197197+static unsigned int itc_base;198198199199static int __init set_itc_base(char *str)200200{
+1-1
arch/mips/kernel/rtlx.c
···5757} channel_wqs[RTLX_CHANNELS];58585959static struct vpe_notifications notify;6060-static int sp_stopping = 0;6060+static int sp_stopping;61616262extern void *vpe_get_shared(int index);6363
+1-1
arch/mips/kernel/setup.c
···441441 * initialization hook for anything else was introduced.442442 */443443444444-static int usermem __initdata = 0;444444+static int usermem __initdata;445445446446static int __init early_parse_mem(char *p)447447{
+5-5
arch/mips/kernel/smtc.c
···95959696/* Global SMTC Status */97979898-unsigned int smtc_status = 0;9898+unsigned int smtc_status;9999100100/* Boot command line configuration overrides */101101102102static int vpe0limit;103103-static int ipibuffers = 0;104104-static int nostlb = 0;105105-static int asidmask = 0;103103+static int ipibuffers;104104+static int nostlb;105105+static int asidmask;106106unsigned long smtc_asid_mask = 0xff;107107108108static int __init vpe0tcs(char *str)···151151152152#ifdef CONFIG_SMTC_IDLE_HOOK_DEBUG153153154154-static int hang_trig = 0;154154+static int hang_trig;155155156156static int __init hangtrig_enable(char *s)157157{
+1-1
arch/mips/kernel/vpe.c
···74747575#ifdef CONFIG_MIPS_APSP_KSPD7676static struct kspd_notifications kspd_events;7777-static int kspd_events_reqd = 0;7777+static int kspd_events_reqd;7878#endif79798080/* grab the likely amount of memory we will need. */
+1-1
arch/mips/mipssim/sim_setup.c
···373738383939static void __init serial_init(void);4040-unsigned int _isbonito = 0;4040+unsigned int _isbonito;41414242const char *get_system_type(void)4343{
+1-1
arch/mips/mm/tlb-r4k.c
···475475 c->tlbsize = ((reg >> 25) & 0x3f) + 1;476476}477477478478-static int __cpuinitdata ntlb = 0;478478+static int __cpuinitdata ntlb;479479static int __init set_ntlb(char *str)480480{481481 get_option(&str, &ntlb);
···5757#define PCI_BUS_ENABLED 15858#define PCI_DEVICE_MODE 259596060-static int bcm1480_bus_status = 0;6060+static int bcm1480_bus_status;61616262#define PCI_BRIDGE_DEVICE 06363
+1-1
arch/mips/pci/pci-bcm1480ht.c
···5656#define PCI_BUS_ENABLED 15757#define PCI_DEVICE_MODE 258585959-static int bcm1480ht_bus_status = 0;5959+static int bcm1480ht_bus_status;60606161#define PCI_BRIDGE_DEVICE 06262#define HT_BRIDGE_DEVICE 1
+1-1
arch/mips/pci/pci-sb1250.c
···5858#define LDT_BUS_ENABLED 25959#define PCI_DEVICE_MODE 460606161-static int sb1250_bus_status = 0;6161+static int sb1250_bus_status;62626363#define PCI_BRIDGE_DEVICE 06464#define LDT_BRIDGE_DEVICE 1
+2-2
arch/mips/pci/pci.c
···31313232static struct pci_controller *hose_head, **hose_tail = &hose_head;33333434-unsigned long PCIBIOS_MIN_IO = 0x0000;3535-unsigned long PCIBIOS_MIN_MEM = 0;3434+unsigned long PCIBIOS_MIN_IO;3535+unsigned long PCIBIOS_MIN_MEM;36363737static int pci_initialized;3838