lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 12 Oct 2006 14:37:53 -0500 (CDT)
From:	Brent Casavant <bcasavan@....com>
To:	Andrew Morton <akpm@...l.org>
cc:	linux-kernel@...r.kernel.org, Jeremy Higdon <jeremy@....com>,
	Pat Gefre <pfg@....com>
Subject: Re: [PATCH 2/2] ioc4: Enable build on non-SN2

When removing SN2 dependencies from the ioc4 master driver, I overlooked
removing various SN-specific includes in the driver.  These need to be
removed to build on non-SN2 systems.

Signed-off-by: Brent Casavant <bcasavan@....com>
---
Note to Andrew: ioc4-enable-build-on-non-sn2-fix.patch in -mm should
be removed once this patch is applied.

This time I confirmed the results build on both SN2 and x86_64.

 ioc4.c |    3 ---
 1 file changed, 3 deletions(-)
---
Index: top/drivers/misc/ioc4.c
===================================================================
--- top.orig/drivers/misc/ioc4.c	2006-10-12 12:56:40.000000000 -0500
+++ top/drivers/misc/ioc4.c	2006-10-12 12:57:35.368546949 -0500
@@ -32,9 +32,6 @@
 #include <linux/ktime.h>
 #include <linux/mutex.h>
 #include <linux/time.h>
-#include <asm/sn/addrs.h>
-#include <asm/sn/clksupport.h>
-#include <asm/sn/shub_mmr.h>
 
 /***************
  * Definitions *
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ