Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82736
b: refs/heads/master
c: a247b5d
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Adrian Bunk committed Feb 3, 2008
1 parent f1a017d commit 7b9a4e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: b885b27ce67013a7aa7f4181fdd916a29c623850
refs/heads/master: a247b5d594aafe3a0121ae658a974cbea32e18d6
2 changes: 1 addition & 1 deletion trunk/Documentation/arm/Sharp-LH/IOBarrier
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BARRIER IO before the access to the SMC chip because the AEN latch
only needs occurs after the SMC IO write cycle. The routines that
implement this work-around make an additional concession which is to
disable interrupts during the IO sequence. Other hardware devices
(the LogicPD CPLD) have registers in the same the physical memory
(the LogicPD CPLD) have registers in the same physical memory
region as the SMC chip. An interrupt might allow an access to one of
those registers while SMC IO is being performed.

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/devices/doc2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ static int DoC_IdentChip(struct DiskOnChip *doc, int floor, int chip)
* hardware restriction. */
if (doc->mfr) {
if (doc->mfr == mfr && doc->id == id)
return 1; /* This is another the same the first */
return 1; /* This is the same as the first */
else
printk(KERN_WARNING
"Flash chip at floor %d, chip %d is different:\n",
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/asm-arm/arch-versatile/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <asm/arch/platform.h>

/*
* IRQ interrupts definitions are the same the INT definitions
* IRQ interrupts definitions are the same as the INT definitions
* held within platform.h
*/
#define IRQ_VIC_START 0
Expand Down Expand Up @@ -94,7 +94,7 @@
#define IRQMASK_VICSOURCE31 INTMASK_VICSOURCE31

/*
* FIQ interrupts definitions are the same the INT definitions.
* FIQ interrupts definitions are the same as the INT definitions.
*/
#define FIQ_WDOGINT INT_WDOGINT
#define FIQ_SOFTINT INT_SOFTINT
Expand Down

0 comments on commit 7b9a4e6

Please sign in to comment.