Loading arch/alpha/kernel/err_marvel.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1082,7 +1082,7 @@ marvel_machine_check(u64 vector, u64 la_ptr) } } /* /* * A system event or error has occured, handle it here. * A system event or error has occurred, handle it here. * * * Any errors in the logout frame have already been cleared by the * Any errors in the logout frame have already been cleared by the * PALcode, so just parse it. * PALcode, so just parse it. Loading arch/alpha/kernel/err_titan.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -591,7 +591,7 @@ privateer_process_680_frame(struct el_common *mchk_header, int print) (struct el_PRIVATEER_envdata_mcheck *) (struct el_PRIVATEER_envdata_mcheck *) ((unsigned long)mchk_header + mchk_header->sys_offset); ((unsigned long)mchk_header + mchk_header->sys_offset); /* TODO - catagorize errors, for now, no error */ /* TODO - categorize errors, for now, no error */ if (!print) if (!print) return status; return status; Loading arch/alpha/kernel/osf_sys.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -715,7 +715,7 @@ osf_setsysinfo(unsigned long op, void __user *buffer, unsigned long nbytes, /* /* * Alpha Architecture Handbook 4.7.7.3: * Alpha Architecture Handbook 4.7.7.3: * To be fully IEEE compiant, we must track the current IEEE * To be fully IEEE compiant, we must track the current IEEE * exception state in software, because spurrious bits can be * exception state in software, because spurious bits can be * set in the trap shadow of a software-complete insn. * set in the trap shadow of a software-complete insn. */ */ Loading arch/alpha/kernel/smp.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -439,7 +439,6 @@ setup_smp(void) ((char *)cpubase + i*hwrpb->processor_size); ((char *)cpubase + i*hwrpb->processor_size); if ((cpu->flags & 0x1cc) == 0x1cc) { if ((cpu->flags & 0x1cc) == 0x1cc) { smp_num_probed++; smp_num_probed++; /* Assume here that "whami" == index */ cpu_set(i, cpu_present_map); cpu_set(i, cpu_present_map); cpu->pal_revision = boot_cpu_palrev; cpu->pal_revision = boot_cpu_palrev; } } Loading arch/alpha/kernel/sys_alcor.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -138,7 +138,7 @@ alcor_init_irq(void) for (i = 16; i < 48; ++i) { for (i = 16; i < 48; ++i) { /* On Alcor, at least, lines 20..30 are not connected /* On Alcor, at least, lines 20..30 are not connected and can generate spurrious interrupts if we turn them and can generate spurious interrupts if we turn them on while IRQ probing. */ on while IRQ probing. */ if (i >= 16+20 && i <= 16+30) if (i >= 16+20 && i <= 16+30) continue; continue; Loading Loading
arch/alpha/kernel/err_marvel.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1082,7 +1082,7 @@ marvel_machine_check(u64 vector, u64 la_ptr) } } /* /* * A system event or error has occured, handle it here. * A system event or error has occurred, handle it here. * * * Any errors in the logout frame have already been cleared by the * Any errors in the logout frame have already been cleared by the * PALcode, so just parse it. * PALcode, so just parse it. Loading
arch/alpha/kernel/err_titan.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -591,7 +591,7 @@ privateer_process_680_frame(struct el_common *mchk_header, int print) (struct el_PRIVATEER_envdata_mcheck *) (struct el_PRIVATEER_envdata_mcheck *) ((unsigned long)mchk_header + mchk_header->sys_offset); ((unsigned long)mchk_header + mchk_header->sys_offset); /* TODO - catagorize errors, for now, no error */ /* TODO - categorize errors, for now, no error */ if (!print) if (!print) return status; return status; Loading
arch/alpha/kernel/osf_sys.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -715,7 +715,7 @@ osf_setsysinfo(unsigned long op, void __user *buffer, unsigned long nbytes, /* /* * Alpha Architecture Handbook 4.7.7.3: * Alpha Architecture Handbook 4.7.7.3: * To be fully IEEE compiant, we must track the current IEEE * To be fully IEEE compiant, we must track the current IEEE * exception state in software, because spurrious bits can be * exception state in software, because spurious bits can be * set in the trap shadow of a software-complete insn. * set in the trap shadow of a software-complete insn. */ */ Loading
arch/alpha/kernel/smp.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -439,7 +439,6 @@ setup_smp(void) ((char *)cpubase + i*hwrpb->processor_size); ((char *)cpubase + i*hwrpb->processor_size); if ((cpu->flags & 0x1cc) == 0x1cc) { if ((cpu->flags & 0x1cc) == 0x1cc) { smp_num_probed++; smp_num_probed++; /* Assume here that "whami" == index */ cpu_set(i, cpu_present_map); cpu_set(i, cpu_present_map); cpu->pal_revision = boot_cpu_palrev; cpu->pal_revision = boot_cpu_palrev; } } Loading
arch/alpha/kernel/sys_alcor.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -138,7 +138,7 @@ alcor_init_irq(void) for (i = 16; i < 48; ++i) { for (i = 16; i < 48; ++i) { /* On Alcor, at least, lines 20..30 are not connected /* On Alcor, at least, lines 20..30 are not connected and can generate spurrious interrupts if we turn them and can generate spurious interrupts if we turn them on while IRQ probing. */ on while IRQ probing. */ if (i >= 16+20 && i <= 16+30) if (i >= 16+20 && i <= 16+30) continue; continue; Loading