Go to the documentation of this file.
11 #include <linux/bitops.h>
20 #ifdef CONFIG_HARDWARE_WATCHPOINTS
21 #define __restore_watch() do { \
22 if (unlikely(test_bit(TIF_LOAD_WATCH, \
23 ¤t_thread_info()->flags))) { \
24 mips_install_watch_registers(); \
29 #define __restore_watch() do {} while (0)