mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-16 17:43:56 +08:00
Staging: android: lowmemorykiller.c
Fix compiler warning about the type of the module parameter. Cc: San Mehat <san@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1eda5166c7
commit
624b225035
@ -47,7 +47,7 @@ static int lowmem_adj[6] = {
|
|||||||
12,
|
12,
|
||||||
};
|
};
|
||||||
static int lowmem_adj_size = 4;
|
static int lowmem_adj_size = 4;
|
||||||
static size_t lowmem_minfree[6] = {
|
static int lowmem_minfree[6] = {
|
||||||
3 * 512, /* 6MB */
|
3 * 512, /* 6MB */
|
||||||
2 * 1024, /* 8MB */
|
2 * 1024, /* 8MB */
|
||||||
4 * 1024, /* 16MB */
|
4 * 1024, /* 16MB */
|
||||||
|
Loading…
Reference in New Issue
Block a user