Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
4c2278cc
Commit
4c2278cc
authored
Mar 20, 2003
by
Geert Uytterhoeven
Committed by
Linus Torvalds
Mar 20, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] M68k core spelling fixes
M68k core spelling fixes from Steven Cole <elenstev@mesatop.com>
parent
26a734b5
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
13 deletions
+13
-13
arch/m68k/atari/stram.c
arch/m68k/atari/stram.c
+2
-2
arch/m68k/kernel/head.S
arch/m68k/kernel/head.S
+1
-1
arch/m68k/kernel/signal.c
arch/m68k/kernel/signal.c
+1
-1
arch/m68k/kernel/traps.c
arch/m68k/kernel/traps.c
+2
-2
arch/m68k/mac/baboon.c
arch/m68k/mac/baboon.c
+1
-1
arch/m68k/mac/iop.c
arch/m68k/mac/iop.c
+1
-1
arch/m68k/mac/macints.c
arch/m68k/mac/macints.c
+2
-2
arch/m68k/math-emu/fp_arith.c
arch/m68k/math-emu/fp_arith.c
+1
-1
arch/m68k/q40/q40ints.c
arch/m68k/q40/q40ints.c
+2
-2
No files found.
arch/m68k/atari/stram.c
View file @
4c2278cc
...
...
@@ -146,7 +146,7 @@
/* The following two numbers define the maximum fraction of ST-RAM in total
* memory, below that the kernel would automatically use ST-RAM as swap
* space. This decision can be overriden with stram_swap= */
* space. This decision can be overrid
d
en with stram_swap= */
#define MAX_STRAM_FRACTION_NOM 1
#define MAX_STRAM_FRACTION_DENOM 3
...
...
@@ -347,7 +347,7 @@ void __init atari_stram_reserve_pages(void *start_mem)
/*
* If the whole ST-RAM is used for swapping, there are no allocatable
* dma pages left. But unfortunately, some shared parts of the kernel
* (particular
i
ly the SCSI mid-level) call __get_dma_pages()
* (particularly the SCSI mid-level) call __get_dma_pages()
* unconditionally :-( These calls then fail, and scsi.c even doesn't
* check for NULL return values and just crashes. The quick fix for
* this (instead of doing much clean up work in the SCSI code) is to
...
...
arch/m68k/kernel/head.S
View file @
4c2278cc
...
...
@@ -190,7 +190,7 @@
*
*
options
*
-------
*
There
are
many
options
availble
in
a
build
of
this
file
.
I
've
*
There
are
many
options
avail
a
ble
in
a
build
of
this
file
.
I
've
*
taken
the
time
to
describe
them
here
to
save
you
the
time
of
searching
*
for
them
and
trying
to
understand
what
they
mean
.
*
...
...
arch/m68k/kernel/signal.c
View file @
4c2278cc
...
...
@@ -16,7 +16,7 @@
* 1997-12-01 Modified for POSIX.1b signals by Andreas Schwab
*
* mathemu support by Roman Zippel
* (Note: fpstate in the signal context is completly ignored for the emulator
* (Note: fpstate in the signal context is complet
e
ly ignored for the emulator
* and the internal floating point format is put on stack)
*/
...
...
arch/m68k/kernel/traps.c
View file @
4c2278cc
...
...
@@ -303,7 +303,7 @@ static inline int do_040writeback1(unsigned short wbs, unsigned long wba,
return
res
;
}
/* after an exception in a writeback the stack frame coresponding
/* after an exception in a writeback the stack frame cor
r
esponding
* to that exception is discarded, set a few bits in the old frame
* to simulate what it should look like
*/
...
...
@@ -333,7 +333,7 @@ static inline void do_040writebacks(struct frame *fp)
fp
->
un
.
fmt7
.
wb2s
=
0
;
}
/* do the 2nd wb only if the first one was succesful (except for a kernel wb) */
/* do the 2nd wb only if the first one was succes
s
ful (except for a kernel wb) */
if
(
fp
->
un
.
fmt7
.
wb3s
&
WBV_040
&&
(
!
res
||
fp
->
un
.
fmt7
.
wb3s
&
4
))
{
res
=
do_040writeback1
(
fp
->
un
.
fmt7
.
wb3s
,
fp
->
un
.
fmt7
.
wb3a
,
fp
->
un
.
fmt7
.
wb3d
);
...
...
arch/m68k/mac/baboon.c
View file @
4c2278cc
/*
* Baboon Custom IC Managment
* Baboon Custom IC Manag
e
ment
*
* The Baboon custom IC controls the IDE, PCMCIA and media bay on the
* PowerBook 190. It multiplexes multiple interrupt sources onto the
...
...
arch/m68k/mac/iop.c
View file @
4c2278cc
...
...
@@ -236,7 +236,7 @@ static void iop_free_msg(struct iop_msg *msg)
/*
* This is called by the startup code before anything else. Its purpose
* is to find and initalize the IOPs early in the boot sequence, so that
* is to find and init
i
alize the IOPs early in the boot sequence, so that
* the serial IOP can be placed into bypass mode _before_ we try to
* initialize the serial console.
*/
...
...
arch/m68k/mac/macints.c
View file @
4c2278cc
...
...
@@ -30,7 +30,7 @@
* - slot 0: SCSI interrupt
* - slot 1: Sound interrupt
*
* Levels 3-6 vary by machine type. For VIA or RBV Macintohes:
* Levels 3-6 vary by machine type. For VIA or RBV Macinto
s
hes:
*
* 3 - unused (?)
*
...
...
@@ -494,7 +494,7 @@ int mac_irq_pending( unsigned int irq )
* Add an interrupt service routine to an interrupt source.
* Returns 0 on success.
*
* FIXME: You can register interrupts on nonexist
a
nt source (ie PSC4 on a
* FIXME: You can register interrupts on nonexist
e
nt source (ie PSC4 on a
* non-PSC machine). We should return -EINVAL in those cases.
*/
...
...
arch/m68k/math-emu/fp_arith.c
View file @
4c2278cc
...
...
@@ -113,7 +113,7 @@ fp_fadd(struct fp_ext *dest, struct fp_ext *src)
return
dest
;
}
/* fp_fsub: Implement
e
s the kernel of the FSUB, FSSUB, and FDSUB
/* fp_fsub: Implements the kernel of the FSUB, FSSUB, and FDSUB
instructions.
Remember that the arguments are in assembler-syntax order! */
...
...
arch/m68k/q40/q40ints.c
View file @
4c2278cc
...
...
@@ -7,7 +7,7 @@
* License. See the file COPYING in the main directory of this archive
* for more details.
*
* .. used to be losely based on bvme6000ints.c
* .. used to be lo
o
sely based on bvme6000ints.c
*
*/
...
...
@@ -441,7 +441,7 @@ void q40_disable_irq (unsigned int irq)
{
/* disable ISA iqs : only do something if the driver has been
* verified to be Q40 "compatible" - right now IDE, NE2K
* Any driver should not attempt to sleep ac
c
ross disable_irq !!
* Any driver should not attempt to sleep across disable_irq !!
*/
if
(
irq
>=
5
&&
irq
<=
15
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment