···9090 else {9191 /* Clear to obtain best system bus performance */9292 clear_c0_config(1<<19); /* Clear Config[OD] */9393- }9393+ }94949595 argptr = prom_getcmdline();9696
+1-1
arch/mips/au1000/common/time.c
···359359 : "hi", "lo", GCC_REG_ACCUM);360360361361 /*362362- * Due to possible jiffies inconsistencies, we need to check362362+ * Due to possible jiffies inconsistencies, we need to check363363 * the result so that we'll get a timer that is monotonic.364364 */365365 if (res >= USECS_PER_JIFFY)
···248248 and t2,s1249249 sh t2,JAZZ_IO_IRQ_ENABLE250250251251- nor s1,zero,s1251251+ nor s1,zero,s1252252 jal do_IRQ253253254254- /*255255- * Reenable interrupt256256- */254254+ /*255255+ * Reenable interrupt256256+ */257257 lhu t2,JAZZ_IO_IRQ_ENABLE258258- or t2,s1258258+ or t2,s1259259 sh t2,JAZZ_IO_IRQ_ENABLE260260261261- j ret_from_irq261261+ j ret_from_irq262262263263/*264264 * "Jump extender" to reach spurious_interrupt
+3-3
arch/mips/kernel/cpu-probe.c
···291291 * for documentation. Commented out because it shares292292 * it's c0_prid id number with the TX3900.293293 */294294- c->cputype = CPU_R4650;294294+ c->cputype = CPU_R4650;295295 c->isa_level = MIPS_CPU_ISA_III;296296 c->options = R4K_OPTS | MIPS_CPU_FPU | MIPS_CPU_LLSC;297297 c->tlbsize = 48;···604604 case PRID_IMP_AU1_REV2:605605 switch ((c->processor_id >> 24) & 0xff) {606606 case 0:607607- c->cputype = CPU_AU1000;607607+ c->cputype = CPU_AU1000;608608 break;609609 case 1:610610 c->cputype = CPU_AU1500;···705705 break;706706 case PRID_COMP_PHILIPS:707707 cpu_probe_philips(c);708708- break;708708+ break;709709 default:710710 c->cputype = CPU_UNKNOWN;711711 }
···166166 sp = regs->regs[29];167167168168 /*169169- * FPU emulator may have it's own trampoline active just170170- * above the user stack, 16-bytes before the next lowest171171- * 16 byte boundary. Try to avoid trashing it.172172- */173173- sp -= 32;169169+ * FPU emulator may have it's own trampoline active just170170+ * above the user stack, 16-bytes before the next lowest171171+ * 16 byte boundary. Try to avoid trashing it.172172+ */173173+ sp -= 32;174174175175 /* This is the X/Open sanctioned signal stack switching. */176176 if ((ka->sa.sa_flags & SA_ONSTACK) && (sas_ss_flags (sp) == 0))
+5-5
arch/mips/kernel/signal32.c
···624624 sp = regs->regs[29];625625626626 /*627627- * FPU emulator may have it's own trampoline active just628628- * above the user stack, 16-bytes before the next lowest629629- * 16 byte boundary. Try to avoid trashing it.630630- */631631- sp -= 32;627627+ * FPU emulator may have it's own trampoline active just628628+ * above the user stack, 16-bytes before the next lowest629629+ * 16 byte boundary. Try to avoid trashing it.630630+ */631631+ sp -= 32;632632633633 /* This is the X/Open sanctioned signal stack switching. */634634 if ((ka->sa.sa_flags & SA_ONSTACK) && (sas_ss_flags (sp) == 0))
+1-1
arch/mips/kernel/traps.c
···576576 }577577#endif578578 /*579579- * Unimplemented operation exception. If we've got the full579579+ * Unimplemented operation exception. If we've got the full580580 * software emulator on-board, let's use it...581581 *582582 * Force FPU to dump state into task/thread context. We're
···4242 and s0, s143434444#if defined(CONFIG_CPU_MIPS32) || defined(CONFIG_CPU_MIPS64)4545- .set mips324545+ .set mips324646 clz a0, s04747 .set mips04848 negu a0
+1-1
arch/mips/mips-boards/sim/sim_smp.c
···115115#ifdef CONFIG_MIPS_MT_SMTC116116 void mipsmt_prepare_cpus(int c);117117 /*118118- * As noted above, we can assume a single CPU for now118118+ * As noted above, we can assume a single CPU for now119119 * but it may be multithreaded.120120 */121121
···3232#else3333 void *nvram = (void*) 0xfc807000;3434#endif3535- /* Ask the NVRAM/RTC/watchdog chip to assert reset in 1/16 second */3535+ /* Ask the NVRAM/RTC/watchdog chip to assert reset in 1/16 second */3636 writeb(0x84, nvram + 0xff7);37373838 /* wait for the watchdog to go off */
···3434 /* base address of timekeeper portion of part */3535 void *nvram = (void *) 0xfc807000L;36363737- /* Ask the NVRAM/RTC/watchdog chip to assert reset in 1/16 second */3737+ /* Ask the NVRAM/RTC/watchdog chip to assert reset in 1/16 second */3838 writeb(0x84, nvram + 0xff7);39394040 /* wait for the watchdog to go off */
+1-1
arch/mips/momentum/ocelot_c/reset.c
···3434 0xfc807000;3535#endif36363737- /* Ask the NVRAM/RTC/watchdog chip to assert reset in 1/16 second */3737+ /* Ask the NVRAM/RTC/watchdog chip to assert reset in 1/16 second */3838 writeb(0x84, nvram + 0xff7);39394040 /* wait for the watchdog to go off */
+1-1
arch/mips/pci/fixup-vr4133.c
···45454646 /*4747 * we have to open the bridges' windows down to 0 because otherwise4848- * we cannot access ISA south bridge I/O registers that get mapped from4848+ * we cannot access ISA south bridge I/O registers that get mapped from4949 * 0. for example, 8259 PIC would be unaccessible without that5050 */5151 if(dev->vendor == PCI_VENDOR_ID_INTEL && dev->device == PCI_DEVICE_ID_INTEL_S21152BB) {
+2-2
arch/mips/pci/ops-ddb5477.c
···253253static int prefix##_##rw##_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 star val) \254254{ \255255 if (size == 1) \256256- return rw##_config_byte(pciswap, bus, devfn, where, (u8 star)val); \256256+ return rw##_config_byte(pciswap, bus, devfn, where, (u8 star)val); \257257 else if (size == 2) \258258- return rw##_config_word(pciswap, bus, devfn, where, (u16 star)val); \258258+ return rw##_config_word(pciswap, bus, devfn, where, (u16 star)val); \259259 /* Size must be 4 */ \260260 return rw##_config_dword(pciswap, bus, devfn, where, val); \261261}
···100100101101 if (bus->number == 0) {102102 devno = PCI_SLOT(devfn);103103- if (bcm1480_bus_status & PCI_DEVICE_MODE)103103+ if (bcm1480_bus_status & PCI_DEVICE_MODE)104104 return 0;105105 else106106 return 1;
+1-1
arch/mips/pci/pci-bcm1480ht.c
···95959696 if (bus->number == 0) {9797 devno = PCI_SLOT(devfn);9898- if (bcm1480ht_bus_status & PCI_DEVICE_MODE)9898+ if (bcm1480ht_bus_status & PCI_DEVICE_MODE)9999 return 0;100100 }101101 return 1;
+6-6
arch/mips/pci/pci-ip27.c
···379379 bridge = (bridge_t *) RAW_NODE_SWIN_BASE(nasid, widget_id);380380381381 /*382382- * Clear all pending interrupts.383383- */382382+ * Clear all pending interrupts.383383+ */384384 bridge->b_int_rst_stat = BRIDGE_IRR_ALL_CLR;385385386386 /*387387- * Until otherwise set up, assume all interrupts are from slot 0388388- */387387+ * Until otherwise set up, assume all interrupts are from slot 0388388+ */389389 bridge->b_int_device = 0x0;390390391391 /*392392- * swap pio's to pci mem and io space (big windows)393393- */392392+ * swap pio's to pci mem and io space (big windows)393393+ */394394 bridge->b_wid_control |= BRIDGE_CTRL_IO_SWAP |395395 BRIDGE_CTRL_MEM_SWAP;396396
+1-1
arch/mips/philips/pnx8550/common/int.c
···251251 if (gic_int_line == (PNX8550_INT_GPIO0 - PNX8550_INT_GIC_MIN)) {252252 /* PCI INT through gpio 8, which is setup in253253 * pnx8550_setup.c and routed to GPIO254254- * Interrupt Level 0 (GPIO Connection 58).254254+ * Interrupt Level 0 (GPIO Connection 58).255255 * Set it active low. */256256257257 PNX8550_GIC_REQ(gic_int_line) = 0x1E020000;
+2-2
arch/mips/sgi-ip27/ip27-memory.c
···540540 struct page *end, *p;541541542542 /*543543- * This will free up the bootmem, ie, slot 0 memory.544544- */543543+ * This will free up the bootmem, ie, slot 0 memory.544544+ */545545 totalram_pages += free_all_bootmem_node(NODE_DATA(node));546546547547 /*
···9999#define ENABLE_BOARD 0x01100100#define FAILED_BOARD 0x02101101#define DUPLICATE_BOARD 0x04 /* Boards like midplanes/routers which102102- are discovered twice. Use one of them */102102+ are discovered twice. Use one of them */103103#define VISITED_BOARD 0x08 /* Used for compact hub numbering. */104104#define LOCAL_MASTER_IO6 0x10 /* master io6 for that node */105105#define GLOBAL_MASTER_IO6 0x20