lkml.org 
[lkml]   [2012]   [Jun]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] avr32: Remove unused asm/numnodes.h
From
Date
This is handled with config options now.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
0) Previous, inspirational, patch:
30957a8 ("[SPARC64]: Remove unused asm-sparc64/numnodes.h")

1) Tested basically like this:
$ git grep -n "numnodes\.h"
$ git grep -n "define[[:space:]]*NODES_SHIFT\b"
arch/avr32/include/asm/numnodes.h:5:#define NODES_SHIFT 2
include/linux/numa.h:6:#define NODES_SHIFT CONFIG_NODES_SHIFT
include/linux/numa.h:8:#define NODES_SHIFT 0
$

arch/avr32/include/asm/numnodes.h | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
delete mode 100644 arch/avr32/include/asm/numnodes.h

diff --git a/arch/avr32/include/asm/numnodes.h b/arch/avr32/include/asm/numnodes.h
deleted file mode 100644
index 0b864d7..0000000
--- a/arch/avr32/include/asm/numnodes.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef __ASM_AVR32_NUMNODES_H
-#define __ASM_AVR32_NUMNODES_H
-
-/* Max 4 nodes */
-#define NODES_SHIFT 2
-
-#endif /* __ASM_AVR32_NUMNODES_H */
--
1.7.7.6


\
 
 \ /
  Last update: 2012-06-08 19:41    [W:0.035 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site