Skip to content

Commit

Permalink
arch/tile: export only COMMAND_LINE_SIZE to userspace.
Browse files Browse the repository at this point in the history
This fixes a failure in "make headers_check" for tile.
I hadn't realized this file was exported to userspace by default.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
  • Loading branch information
Chris Metcalf committed Aug 15, 2010
1 parent b3ae98a commit 3b3c1b9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions arch/tile/include/asm/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
#ifndef _ASM_TILE_SETUP_H
#define _ASM_TILE_SETUP_H

#define COMMAND_LINE_SIZE 2048

#ifdef __KERNEL__

#include <linux/pfn.h>
#include <linux/init.h>

Expand All @@ -23,10 +27,10 @@
*/
#define MAXMEM_PFN PFN_DOWN(MAXMEM)

#define COMMAND_LINE_SIZE 2048

void early_panic(const char *fmt, ...);
void warn_early_printk(void);
void __init disable_early_printk(void);

#endif /* __KERNEL__ */

#endif /* _ASM_TILE_SETUP_H */

0 comments on commit 3b3c1b9

Please sign in to comment.