.. .. @@ -1,6 +1,6 @@ 1 +/* SPDX-License-Identifier: GPL-2.0 */1 2 /* 2 3 * Copyright (C) 2005 Jeff Dike (jdike@karaya.com) 3 - * Licensed under the GPL4 4 */ 5 5 6 6 #ifndef __MM_ID_H .. .. @@ -12,6 +12,7 @@ 12 12 int pid; 13 13 } u; 14 14 unsigned long stack; 15 + int kill;15 16 }; 16 17 17 18 #endif