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
6c706b93
Commit
6c706b93
authored
Aug 21, 2017
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc/core: Fix section mismatches
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
0618cdfa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
arch/parisc/kernel/processor.c
arch/parisc/kernel/processor.c
+3
-3
No files found.
arch/parisc/kernel/processor.c
View file @
6c706b93
...
...
@@ -90,7 +90,7 @@ init_percpu_prof(unsigned long cpunum)
* (return 1). If so, initialize the chip and tell other partners in crime
* they have work to do.
*/
static
int
processor_probe
(
struct
parisc_device
*
dev
)
static
int
__init
processor_probe
(
struct
parisc_device
*
dev
)
{
unsigned
long
txn_addr
;
unsigned
long
cpuid
;
...
...
@@ -432,12 +432,12 @@ show_cpuinfo (struct seq_file *m, void *v)
return
0
;
}
static
const
struct
parisc_device_id
processor_tbl
[]
=
{
static
const
struct
parisc_device_id
processor_tbl
[]
__initconst
=
{
{
HPHW_NPROC
,
HVERSION_REV_ANY_ID
,
HVERSION_ANY_ID
,
SVERSION_ANY_ID
},
{
0
,
}
};
static
struct
parisc_driver
cpu_driver
=
{
static
struct
parisc_driver
cpu_driver
__refdata
=
{
.
name
=
"CPU"
,
.
id_table
=
processor_tbl
,
.
probe
=
processor_probe
...
...
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