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
9a7e870f
Commit
9a7e870f
authored
Dec 21, 2002
by
Andrew Morton
Committed by
Linus Torvalds
Dec 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] remove memclass()
From hch. Nothing is using the memclass() predicate.
parent
2a17c650
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
include/linux/mmzone.h
include/linux/mmzone.h
+0
-10
No files found.
include/linux/mmzone.h
View file @
9a7e870f
...
...
@@ -193,16 +193,6 @@ typedef struct pglist_data {
extern
int
numnodes
;
extern
struct
pglist_data
*
pgdat_list
;
static
inline
int
memclass
(
struct
zone
*
pgzone
,
struct
zone
*
classzone
)
{
if
(
pgzone
->
zone_pgdat
!=
classzone
->
zone_pgdat
)
return
0
;
if
(
pgzone
>
classzone
)
return
0
;
return
1
;
}
void
get_zone_counts
(
unsigned
long
*
active
,
unsigned
long
*
inactive
);
void
build_all_zonelists
(
void
);
void
wakeup_kswapd
(
struct
zone
*
zone
);
...
...
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