d0e20fd4c1
Two independent changes here ended up going into the tree one after another, without a necessary rename, fix that. Reported-by: Thomas Meyer <thomas@m3y3r.de> Fixes: f185063bff91 ("um: Move timer-internal.h to non-shared") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Richard Weinberger <richard@nod.at>
8 lines
267 B
C
8 lines
267 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#include <asm-generic/xor.h>
|
|
#include <linux/time-internal.h>
|
|
|
|
/* pick an arbitrary one - measuring isn't possible with inf-cpu */
|
|
#define XOR_SELECT_TEMPLATE(x) \
|
|
(time_travel_mode == TT_MODE_INFCPU ? &xor_block_8regs : NULL)
|