diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index c8d0ece..88068b3 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c @@ -437,7 +437,7 @@ __switch_to(struct task_struct *prev_p, struct task_struct *next_p) * reload when it has changed. When prev process used 64bit * base always reload to avoid an information leak. */ - if (unlikely(fsindex | next->fsindex | prev->fs)) { + if (fsindex | next->fsindex | prev->fs) { loadsegment(fs, next->fsindex); /* * Check if the user used a selector != 0; if yes