xref: /linux-6.15/arch/powerpc/include/asm/context_tracking.h (revision 2bb129eb)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _ASM_POWERPC_CONTEXT_TRACKING_H
2 #define _ASM_POWERPC_CONTEXT_TRACKING_H
3 
4 #ifdef CONFIG_CONTEXT_TRACKING
5 #define SCHEDULE_USER bl	schedule_user
6 #else
7 #define SCHEDULE_USER bl	schedule
8 #endif
9 
10 #endif
11 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025