mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +00:00
mem: Fix zero_page_pfn type
It is compared to u64, so should be such as well Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
f9c8e3a2cd
commit
a90613cf9d
@ -19,6 +19,6 @@ extern int tcp_max_wshare;
|
|||||||
extern int tcp_max_rshare;
|
extern int tcp_max_rshare;
|
||||||
|
|
||||||
extern int kern_last_cap;
|
extern int kern_last_cap;
|
||||||
extern unsigned long zero_page_pfn;
|
extern u64 zero_page_pfn;
|
||||||
|
|
||||||
#endif /* __CR_KERNDAT_H__ */
|
#endif /* __CR_KERNDAT_H__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user