Merge tag 'stable/for-linus-3.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[deliverable/linux.git] / arch / arm / kernel / atags.h
CommitLineData
4cd9d6f7
RP
1#ifdef CONFIG_ATAGS_PROC
2extern void save_atags(struct tag *tags);
3#else
4static inline void save_atags(struct tag *tags) { }
5#endif
aa783b6f
NP
6
7void convert_to_tag_list(struct tag *tags);
bd51e2f5
NP
8
9#ifdef CONFIG_ATAGS
ff69a4c8
RK
10const struct machine_desc *setup_machine_tags(phys_addr_t __atags_pointer,
11 unsigned int machine_nr);
bd51e2f5 12#else
ff69a4c8 13static inline const struct machine_desc *
bd51e2f5
NP
14setup_machine_tags(phys_addr_t __atags_pointer, unsigned int machine_nr)
15{
16 early_print("no ATAGS support: can't continue\n");
17 while (true);
18 unreachable();
19}
20#endif
This page took 0.630862 seconds and 5 git commands to generate.