Skip to content

Commit f6a6cb1

Browse files
author
David Vrabel
committed
xen/balloon: remove scratch page left overs
Commit 0bb599f (xen: remove scratch frames for ballooned pages and m2p override) removed the use of the scratch page for ballooned out pages. Remove some left over function definitions. Signed-off-by: David Vrabel <[email protected]> Reviewed-by: Daniel Kiper <[email protected]>
1 parent 62cedb9 commit f6a6cb1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/xen/balloon.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ int alloc_xenballooned_pages(int nr_pages, struct page **pages,
2929
bool highmem);
3030
void free_xenballooned_pages(int nr_pages, struct page **pages);
3131

32-
struct page *get_balloon_scratch_page(void);
33-
void put_balloon_scratch_page(void);
34-
3532
struct device;
3633
#ifdef CONFIG_XEN_SELFBALLOONING
3734
extern int register_xen_selfballooning(struct device *dev);

0 commit comments

Comments
 (0)