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
Kirill Smelkov
linux
Commits
b47d2ec5
Commit
b47d2ec5
authored
Jul 14, 2002
by
Thomas 'Dent' Mirlacher
Committed by
Linus Torvalds
Jul 14, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] redundant declarations (#2_15)
this patch fixes redundant declarations in 2.5.24
parent
9bc95760
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
arch/i386/kernel/cpu/common.c
arch/i386/kernel/cpu/common.c
+1
-3
No files found.
arch/i386/kernel/cpu/common.c
View file @
b47d2ec5
...
...
@@ -15,9 +15,6 @@ static int disable_x86_fxsr __initdata = 0;
struct
cpu_dev
*
cpu_devs
[
X86_VENDOR_NUM
]
=
{};
static
struct
cpu_dev
default_cpu
;
static
struct
cpu_dev
*
this_cpu
=
&
default_cpu
;
extern
void
mcheck_init
(
struct
cpuinfo_x86
*
c
);
static
void
default_init
(
struct
cpuinfo_x86
*
c
)
...
...
@@ -36,6 +33,7 @@ static void default_init(struct cpuinfo_x86 * c)
static
struct
cpu_dev
default_cpu
=
{
c_init:
default_init
,
};
static
struct
cpu_dev
*
this_cpu
=
&
default_cpu
;
static
int
__init
cachesize_setup
(
char
*
str
)
{
...
...
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