Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56449
b: refs/heads/master
c: 0a35477
h: refs/heads/master
i:
  56447: 52d50e9
v: v3
  • Loading branch information
Simon Arlott authored and Paul Mundt committed May 13, 2007
1 parent f0cbb6b commit cd94975
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 47e77eeecf0b7892bba8a697c228ab846fea7a0f
refs/heads/master: 0a354775af0d3e84158ff87115bdb022b2a517ee
2 changes: 1 addition & 1 deletion trunk/arch/sh64/kernel/pci_sh5.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYING for more information.
*
* Defintions for the SH5 PCI hardware.
* Definitions for the SH5 PCI hardware.
*/

/* Product ID */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ ATTRIB_NORET void kernel_thread_helper(void *arg, int (*fn)(void *))
* NOTE! Only a kernel-only process(ie the swapper or direct descendants
* who haven't done an "execve()") should use this: it will work within
* a system call from a "real" process, but the process memory space will
* not be free'd until both the parent and the child have exited.
* not be freed until both the parent and the child have exited.
*/
int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static unsigned long long usecs_per_jiffy = 1000000/HZ; /* Approximation */
static unsigned long long scaled_recip_ctc_ticks_per_jiffy;

/* Estimate number of microseconds that have elapsed since the last timer tick,
by scaling the delta that has occured in the CTC register.
by scaling the delta that has occurred in the CTC register.
WARNING WARNING WARNING : This algorithm relies on the CTC decrementing at
the CPU clock rate. If the CPU sleeps, the CTC stops counting. Bear this
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh64/mach-cayman/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ static int __init smsc_superio_setup(void)
SMSC_SUPERIO_WRITE_INDEXED(0x00, 0xc7); /* GP47 = nIOWOP */
#endif

/* Exit the configuraton state */
/* Exit the configuration state */
outb(SMSC_EXIT_CONFIG_KEY, SMSC_CONFIG_PORT_ADDR);

return 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh64/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long writeaccess,
/* SIM
* Note this is now called with interrupts still disabled
* This is to cope with being called for a missing IO port
* address with interupts disabled. This should be fixed as
* address with interrupts disabled. This should be fixed as
* soon as we have a better 'fast path' miss handler.
*
* Plus take care how you try and debug this stuff.
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/sh64/mm/tlbmiss.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* IMPORTANT NOTES :
* The do_fast_page_fault function is called from a context in entry.S where very few registers
* have been saved. In particular, the code in this file must be compiled not to use ANY
* caller-save regiseters that are not part of the restricted save set. Also, it means that
* caller-save registers that are not part of the restricted save set. Also, it means that
* code in this file must not make calls to functions elsewhere in the kernel, or else the
* excepting context will see corruption in its caller-save registers. Plus, the entry.S save
* area is non-reentrant, so this code has to run with SR.BL==1, i.e. no interrupts taken inside
Expand Down Expand Up @@ -249,7 +249,7 @@ asmlinkage int do_fast_page_fault(unsigned long long ssr_md, unsigned long long
/* SIM
* Note this is now called with interrupts still disabled
* This is to cope with being called for a missing IO port
* address with interupts disabled. This should be fixed as
* address with interrupts disabled. This should be fixed as
* soon as we have a better 'fast path' miss handler.
*
* Plus take care how you try and debug this stuff.
Expand Down

0 comments on commit cd94975

Please sign in to comment.