Print this page
patch cstyle
patch sccs-keywords
patch SEGOP_SWAPOUT-delete

@@ -22,12 +22,10 @@
 /*
  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 /*
  * Kernel Physical Mapping (kpm) segment driver (segkpm).
  *
  * This driver delivers along with the hat_kpm* interfaces an alternative
  * mechanism for kernel mappings within the 64-bit Solaris operating system,

@@ -119,11 +117,10 @@
         segkpm_fault,
         SEGKPM_BADOP(int),      /* faulta */
         SEGKPM_BADOP(int),      /* setprot */
         SEGKPM_BADOP(int),      /* checkprot */
         SEGKPM_BADOP(int),      /* kluster */
-        SEGKPM_BADOP(size_t),   /* swapout */
         SEGKPM_BADOP(int),      /* sync */
         SEGKPM_BADOP(size_t),   /* incore */
         SEGKPM_BADOP(int),      /* lockop */
         SEGKPM_BADOP(int),      /* getprot */
         SEGKPM_BADOP(u_offset_t), /* getoffset */