aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorBetty Dall <betty.dall@hp.com>2012-04-27 14:40:55 -0600
committerIngo Molnar <mingo@kernel.org>2012-05-07 12:32:11 +0200
commit6ff968cca1dfebd4b6fcade87c11658dbfc96932 (patch)
tree54caf0bf02bf3b5e121126e29ce7ae92e393749c /kernel
parent72b3fb24713755cf9740b403e95aa67ceedf3509 (diff)
x86/nmi: Fix the type of the nmiaction.flags field
This patch changes the type of the struct nmiaction flags field to unsigned long from unsigned int. All the usages of the flags field are unsigned long already. There is only one flag used currently, NMI_FLAG_FIRST, but having the wrong size could cause a truncation bug in the future on 64 bit architectures. Signed-off-by: Betty Dall <betty.dall@hp.com> Acked-by: Don Zickus <dzickus@redhat.com> Link: http://lkml.kernel.org/r/1335559255-13454-1-git-send-email-betty.dall@hp.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions