diff options
| author | Paul Mackerras <paulus@samba.org> | 2007-05-10 07:08:37 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2007-05-10 07:08:37 -0400 |
| commit | 2ecf042ef530dd0943e41d84b6344f507941af3e (patch) | |
| tree | 73100361dd74e3f80f14c7c81ba4675948983f44 /include/linux/vmstat.h | |
| parent | 32a56ebb24f23da1bbaf24292acf85b6c04526ab (diff) | |
| parent | de5603748af8bf7deac403e6ba92887f8d18e812 (diff) | |
Merge branch 'linux-2.6'
Diffstat (limited to 'include/linux/vmstat.h')
| -rw-r--r-- | include/linux/vmstat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/vmstat.h b/include/linux/vmstat.h index acb1f105870c..d9325cf8a134 100644 --- a/include/linux/vmstat.h +++ b/include/linux/vmstat.h | |||
| @@ -212,8 +212,6 @@ extern void dec_zone_state(struct zone *, enum zone_stat_item); | |||
| 212 | extern void __dec_zone_state(struct zone *, enum zone_stat_item); | 212 | extern void __dec_zone_state(struct zone *, enum zone_stat_item); |
| 213 | 213 | ||
| 214 | void refresh_cpu_vm_stats(int); | 214 | void refresh_cpu_vm_stats(int); |
| 215 | void refresh_vm_stats(void); | ||
| 216 | |||
| 217 | #else /* CONFIG_SMP */ | 215 | #else /* CONFIG_SMP */ |
| 218 | 216 | ||
| 219 | /* | 217 | /* |
| @@ -260,7 +258,6 @@ static inline void __dec_zone_page_state(struct page *page, | |||
| 260 | #define mod_zone_page_state __mod_zone_page_state | 258 | #define mod_zone_page_state __mod_zone_page_state |
| 261 | 259 | ||
| 262 | static inline void refresh_cpu_vm_stats(int cpu) { } | 260 | static inline void refresh_cpu_vm_stats(int cpu) { } |
| 263 | static inline void refresh_vm_stats(void) { } | ||
| 264 | #endif | 261 | #endif |
| 265 | 262 | ||
| 266 | #endif /* _LINUX_VMSTAT_H */ | 263 | #endif /* _LINUX_VMSTAT_H */ |
