Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349713
b: refs/heads/master
c: a05d3f9
h: refs/heads/master
i:
  349711: d34d2bb
v: v3
  • Loading branch information
Chris Metcalf committed Feb 4, 2013
1 parent ec3ca9f commit 2810892
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 84e4e46020cdb0e091858eb8263a2287880e2bad
refs/heads/master: a05d3f9fa3b496b2894c73bb8cbb49deb09b41db
5 changes: 5 additions & 0 deletions trunk/arch/tile/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <linux/timex.h>
#include <linux/hugetlb.h>
#include <linux/start_kernel.h>
#include <linux/screen_info.h>
#include <asm/setup.h>
#include <asm/sections.h>
#include <asm/cacheflush.h>
Expand All @@ -49,6 +50,10 @@ static inline int ABS(int x) { return x >= 0 ? x : -x; }
/* Chip information */
char chip_model[64] __write_once;

#ifdef CONFIG_VT
struct screen_info screen_info;
#endif

struct pglist_data node_data[MAX_NUMNODES] __read_mostly;
EXPORT_SYMBOL(node_data);

Expand Down

0 comments on commit 2810892

Please sign in to comment.