diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-08 04:56:54 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-08 04:57:24 -0400 |
commit | a34b50ddc265bae058c66661b096ef6384c5a8b1 (patch) | |
tree | cd37db20405efebdfff8f0601d985717ab770ae2 /include/linux/mm.h | |
parent | 44bc9dc729e33a4ec6ebed4d0b6c08e8d20b42cf (diff) |
mm, x86, ptrace, bts: defer branch trace stopping, remove dead code
Remove the unused free_locked_buffer() API.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 776b641f37e3..a3963ba23a6d 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1320,7 +1320,6 @@ int vmemmap_populate(struct page *start_page, unsigned long pages, int node); | |||
1320 | void vmemmap_populate_print_last(void); | 1320 | void vmemmap_populate_print_last(void); |
1321 | 1321 | ||
1322 | extern void *alloc_locked_buffer(size_t size); | 1322 | extern void *alloc_locked_buffer(size_t size); |
1323 | extern void free_locked_buffer(void *buffer, size_t size); | ||
1324 | extern void refund_locked_buffer_memory(struct mm_struct *mm, size_t size); | 1323 | extern void refund_locked_buffer_memory(struct mm_struct *mm, size_t size); |
1325 | #endif /* __KERNEL__ */ | 1324 | #endif /* __KERNEL__ */ |
1326 | #endif /* _LINUX_MM_H */ | 1325 | #endif /* _LINUX_MM_H */ |