Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f787a50306680c187cf2896a8017937c1bf6dc7e
Commit:     f787a50306680c187cf2896a8017937c1bf6dc7e
Parent:     4bd77321a833077c5c9ac7b9d284e261e4a8906e
Author:     Ingo Molnar <[EMAIL PROTECTED]>
AuthorDate: Wed Jul 11 21:21:47 2007 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Fri Jul 13 10:11:52 2007 -0700

    [PATCH] sched: small topology.h cleanup
    
    trivial cleanup: LOCAL_DISTANCE and REMOTE_DISTANCE are only used in
    topology.h and inside an #ifndef section - limit their existence to
    that #ifndef.
    
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/linux/topology.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/topology.h b/include/linux/topology.h
index da6c39b..d0890a7 100644
--- a/include/linux/topology.h
+++ b/include/linux/topology.h
@@ -50,10 +50,10 @@
        for_each_online_node(node)                                              
\
                if (nr_cpus_node(node))
 
-#ifndef node_distance
 /* Conform to ACPI 2.0 SLIT distance definitions */
 #define LOCAL_DISTANCE         10
 #define REMOTE_DISTANCE                20
+#ifndef node_distance
 #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : 
REMOTE_DISTANCE)
 #endif
 #ifndef RECLAIM_DISTANCE
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to