#include <asm/cpu-features.h>
#include <asm/watch.h>
#include <asm/dsp.h>
Go to the source code of this file.
#define __clear_software_ll_bit |
( |
| ) |
|
Value:do { \
ll_bit = 0; \
} while (0)
Definition at line 61 of file switch_to.h.
#define __mips_mt_fpaff_switch_to |
( |
|
prev | ) |
do { (void) (prev); } while (0) |
#define finish_arch_switch |
( |
|
prev | ) |
|
Value:do { \
__restore_watch(); \
} while (0)
Definition at line 78 of file switch_to.h.
Value:
__mips_mt_fpaff_switch_to(
prev); \
__clear_software_ll_bit(); \
__usedfpu = test_and_clear_tsk_thread_flag(
prev, TIF_USEDFPU); \
} while (0)
Definition at line 67 of file switch_to.h.