Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3a2ddee authored by Simon Arlott's avatar Simon Arlott Committed by Adrian Bunk
Browse files

spelling fixes: arch/alpha/



Spelling fixes in arch/alpha/.

Signed-off-by: default avatarSimon Arlott <simon@fire.lp0.eu>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 24b7ce98
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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.
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;
+1 −1
Original line number Original line Diff line number Diff line
@@ -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.
		 */
		 */


+0 −1
Original line number Original line Diff line number Diff line
@@ -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;
			}
			}
+1 −1
Original line number Original line Diff line number Diff line
@@ -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