Skip to content

Commit

Permalink
include/asm-x86/numa_64.h: checkpatch cleanups - formatting only
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent 2c4e883 commit cb046ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/asm-x86/numa_64.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#ifndef _ASM_X8664_NUMA_H
#ifndef _ASM_X8664_NUMA_H
#define _ASM_X8664_NUMA_H 1

#include <linux/nodemask.h>
#include <asm/apicdef.h>

struct bootnode {
u64 start,end;
u64 start;
u64 end;
};

extern int compute_hash_shift(struct bootnode *nodes, int numnodes);
Expand Down

0 comments on commit cb046ee

Please sign in to comment.