Whamcloud - gitweb
LU-6027 mdd: Don't list "trusted.link" for orphans
[fs/lustre-release.git] / lnet / include / lnet / linux / lib-lnet.h
index 2ec3250..a7ad1b8 100644 (file)
@@ -1,6 +1,4 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
+/*
  * GPL HEADER START
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -26,7 +24,7 @@
  * GPL HEADER END
  */
 /*
- * Copyright  2008 Sun Microsystems, Inc. All rights reserved
+ * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  */
 /*
@@ -62,7 +60,7 @@ lnet_page2phys (struct page *p)
         case 8:
                 /* page_to_phys returns a 64 bit physical address :) */
                 return page_to_phys(p);
-
+                
         default:
                 LBUG();
                 return 0;
@@ -72,7 +70,7 @@ lnet_page2phys (struct page *p)
 #else  /* __KERNEL__ */
 # include <libcfs/list.h>
 # include <string.h>
-# ifdef HAVE_PTHREAD
+# ifdef HAVE_LIBPTHREAD
 #  include <pthread.h>
 # endif
 #endif