Revision 4b767155ffad4be0aaafeead585ad21375dc7475 authored by Linus Torvalds on 18 March 2013, 15:26:15 UTC, committed by Linus Torvalds on 18 March 2013, 15:26:15 UTC
Pull selinux bugfix from James Morris.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
  selinux: use GFP_ATOMIC under spin_lock
2 parent s 991657a + 4502403
Raw File
string.h
#ifndef __ASM_GENERIC_STRING_H
#define __ASM_GENERIC_STRING_H
/*
 * The kernel provides all required functions in lib/string.c
 *
 * Architectures probably want to provide at least their own optimized
 * memcpy and memset functions though.
 */

#endif /* __ASM_GENERIC_STRING_H */
back to top