aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/arm/Sharp-LH/IOBarrier
diff options
context:
space:
mode:
authorUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>2008-02-03 07:59:11 -0500
committerAdrian Bunk <bunk@kernel.org>2008-02-03 07:59:11 -0500
commita247b5d594aafe3a0121ae658a974cbea32e18d6 (patch)
tree36cbdb622ee4d6e36a2ef5a00cbc64fba71465f7 /Documentation/arm/Sharp-LH/IOBarrier
parentb885b27ce67013a7aa7f4181fdd916a29c623850 (diff)
fix typo 'the same the\>'
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'Documentation/arm/Sharp-LH/IOBarrier')
-rw-r--r--Documentation/arm/Sharp-LH/IOBarrier2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm/Sharp-LH/IOBarrier b/Documentation/arm/Sharp-LH/IOBarrier
index c0d8853672dc..2e953e228f4d 100644
--- a/Documentation/arm/Sharp-LH/IOBarrier
+++ b/Documentation/arm/Sharp-LH/IOBarrier
@@ -32,7 +32,7 @@ BARRIER IO before the access to the SMC chip because the AEN latch
32only needs occurs after the SMC IO write cycle. The routines that 32only needs occurs after the SMC IO write cycle. The routines that
33implement this work-around make an additional concession which is to 33implement this work-around make an additional concession which is to
34disable interrupts during the IO sequence. Other hardware devices 34disable interrupts during the IO sequence. Other hardware devices
35(the LogicPD CPLD) have registers in the same the physical memory 35(the LogicPD CPLD) have registers in the same physical memory
36region as the SMC chip. An interrupt might allow an access to one of 36region as the SMC chip. An interrupt might allow an access to one of
37those registers while SMC IO is being performed. 37those registers while SMC IO is being performed.
38 38