Print this page
patch lower-case-segops

@@ -72,11 +72,11 @@
         short   wp_exec;        /* number of WA_EXEC areas in this page */
 } watched_page_t;
 
 /* wp_flags */
 #define WP_NOWATCH      0x01    /* protections temporarily restored */
-#define WP_SETPROT      0x02    /* SEGOP_SETPROT() needed on this page */
+#define WP_SETPROT      0x02    /* segop_setprot() needed on this page */
 
 #ifdef  _KERNEL
 
 /*
  * These functions handle the necessary logic to perform the copy operation