Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98718
b: refs/heads/master
c: 2d5c1be
h: refs/heads/master
v: v3
  • Loading branch information
John Blackwood authored and Linus Torvalds committed Jul 4, 2008
1 parent 007780d commit 88e19a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: acb7669c125676e63cf96582455509216c39745e
refs/heads/master: 2d5c1be8870383622809c25935fff00d2630c7a5
4 changes: 2 additions & 2 deletions trunk/drivers/base/node.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ static ssize_t node_read_meminfo(struct sys_device * dev, char * buf)
nid, K(i.totalram),
nid, K(i.freeram),
nid, K(i.totalram - i.freeram),
nid, node_page_state(nid, NR_ACTIVE),
nid, node_page_state(nid, NR_INACTIVE),
nid, K(node_page_state(nid, NR_ACTIVE)),
nid, K(node_page_state(nid, NR_INACTIVE)),
#ifdef CONFIG_HIGHMEM
nid, K(i.totalhigh),
nid, K(i.freehigh),
Expand Down

0 comments on commit 88e19a6

Please sign in to comment.