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
5dad1500
Commit
5dad1500
authored
Apr 07, 2003
by
Alan Cox
Committed by
Linus Torvalds
Apr 07, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] alpha typos part 2
parent
3e203439
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
arch/alpha/kernel/setup.c
arch/alpha/kernel/setup.c
+2
-2
arch/alpha/kernel/time.c
arch/alpha/kernel/time.c
+1
-1
arch/alpha/lib/strrchr.S
arch/alpha/lib/strrchr.S
+1
-1
arch/alpha/math-emu/math.c
arch/alpha/math-emu/math.c
+1
-1
No files found.
arch/alpha/kernel/setup.c
View file @
5dad1500
...
@@ -486,7 +486,7 @@ setup_arch(char **cmdline_p)
...
@@ -486,7 +486,7 @@ setup_arch(char **cmdline_p)
notifier_chain_register
(
&
panic_notifier_list
,
&
alpha_panic_block
);
notifier_chain_register
(
&
panic_notifier_list
,
&
alpha_panic_block
);
#ifdef CONFIG_ALPHA_GENERIC
#ifdef CONFIG_ALPHA_GENERIC
/* Assume that we've booted from SRM if we havn't booted from MILO.
/* Assume that we've booted from SRM if we hav
e
n't booted from MILO.
Detect the later by looking for "MILO" in the system serial nr. */
Detect the later by looking for "MILO" in the system serial nr. */
alpha_using_srm
=
strncmp
((
const
char
*
)
hwrpb
->
ssn
,
"MILO"
,
4
)
!=
0
;
alpha_using_srm
=
strncmp
((
const
char
*
)
hwrpb
->
ssn
,
"MILO"
,
4
)
!=
0
;
#endif
#endif
...
@@ -569,7 +569,7 @@ setup_arch(char **cmdline_p)
...
@@ -569,7 +569,7 @@ setup_arch(char **cmdline_p)
#endif
#endif
/*
/*
* I
n
dentify and reconfigure for the current system.
* Identify and reconfigure for the current system.
*/
*/
cpu
=
(
struct
percpu_struct
*
)((
char
*
)
hwrpb
+
hwrpb
->
processor_offset
);
cpu
=
(
struct
percpu_struct
*
)((
char
*
)
hwrpb
+
hwrpb
->
processor_offset
);
...
...
arch/alpha/kernel/time.c
View file @
5dad1500
...
@@ -331,7 +331,7 @@ time_init(void)
...
@@ -331,7 +331,7 @@ time_init(void)
/* From John Bowman <bowman@math.ualberta.ca>: allow the values
/* From John Bowman <bowman@math.ualberta.ca>: allow the values
to settle, as the Update-In-Progress bit going low isn't good
to settle, as the Update-In-Progress bit going low isn't good
enough on some hardware. 2ms is our guess; we havn't found
enough on some hardware. 2ms is our guess; we hav
e
n't found
bogomips yet, but this is close on a 500Mhz box. */
bogomips yet, but this is close on a 500Mhz box. */
__delay
(
1000000
);
__delay
(
1000000
);
...
...
arch/alpha/lib/strrchr.S
View file @
5dad1500
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
*
arch
/
alpha
/
lib
/
strrchr
.
S
*
arch
/
alpha
/
lib
/
strrchr
.
S
*
Contributed
by
Richard
Henderson
(
rth
@
tamu
.
edu
)
*
Contributed
by
Richard
Henderson
(
rth
@
tamu
.
edu
)
*
*
*
Return
the
address
of
the
last
occurr
a
nce
of
a
given
character
*
Return
the
address
of
the
last
occurr
e
nce
of
a
given
character
*
within
a
null
-
terminated
string
,
or
null
if
it
is
not
found
.
*
within
a
null
-
terminated
string
,
or
null
if
it
is
not
found
.
*/
*/
...
...
arch/alpha/math-emu/math.c
View file @
5dad1500
...
@@ -294,7 +294,7 @@ alpha_fp_emul (unsigned long pc)
...
@@ -294,7 +294,7 @@ alpha_fp_emul (unsigned long pc)
* the appropriate signal to the translated program.
* the appropriate signal to the translated program.
*
*
* In addition, properly track the exception state in software
* In addition, properly track the exception state in software
* as described in the Alpha Architectre Handbook section 4.7.7.3.
* as described in the Alpha Architect
u
re Handbook section 4.7.7.3.
*/
*/
done:
done:
if
(
_fex
)
{
if
(
_fex
)
{
...
...
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