Merge branch 'x86/cleanups' into x86/urgent

Pull in some merge window leftovers.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Dieser Commit ist enthalten in:
Ingo Molnar
2016-03-17 09:44:57 +01:00
Commit 00f5268501
44 geänderte Dateien mit 52 neuen und 66 gelöschten Zeilen

Datei anzeigen

@@ -9,7 +9,7 @@
/*
* ISO C memset - set a memory block to a byte value. This function uses fast
* string to get better performance than the original function. The code is
* simpler and shorter than the orignal function as well.
* simpler and shorter than the original function as well.
*
* rdi destination
* rsi value (char)