Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57115
b: refs/heads/master
c: b91d8a1
h: refs/heads/master
i:
  57113: 3e29f84
  57111: 889990c
v: v3
  • Loading branch information
David Rientjes authored and Russell King committed May 30, 2007
1 parent c8b1a77 commit ef42472
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3abc12012f957d1c5b9f35b244256f88ad146564
refs/heads/master: b91d8a1205faa76affc4e1b7d5ccac1d17026970
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/armksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extern void fp_enter(void);
#define EXPORT_SYMBOL_ALIAS(sym,orig) \
EXPORT_CRC_ALIAS(sym) \
static const struct kernel_symbol __ksymtab_##sym \
__attribute_used__ __attribute__((section("__ksymtab"))) = \
__used __attribute__((section("__ksymtab"))) = \
{ (unsigned long)&orig, #sym };

/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/mach/arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct machine_desc {
*/
#define MACHINE_START(_type,_name) \
static const struct machine_desc __mach_desc_##_type \
__attribute_used__ \
__used \
__attribute__((__section__(".arch.info.init"))) = { \
.nr = MACH_TYPE_##_type, \
.name = _name,
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/asm-arm/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ struct tagtable {

#ifdef __KERNEL__

#define __tag __attribute_used__ __attribute__((__section__(".taglist.init")))
#define __tag __used __attribute__((__section__(".taglist.init")))
#define __tagtable(tag, fn) \
static struct tagtable __tagtable_##fn __tag = { tag, fn }

Expand Down Expand Up @@ -218,7 +218,7 @@ struct early_params {
};

#define __early_param(name,fn) \
static struct early_params __early_##fn __attribute_used__ \
static struct early_params __early_##fn __used \
__attribute__((__section__(".early_param.init"))) = { name, fn }

#endif /* __KERNEL__ */
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-arm26/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ struct tagtable {
int (*parse)(const struct tag *);
};

#define __tag __attribute_used__ __attribute__((__section__(".taglist")))
#define __tag __used __attribute__((__section__(".taglist")))
#define __tagtable(tag, fn) \
static struct tagtable __tagtable_##fn __tag = { tag, fn }

Expand Down

0 comments on commit ef42472

Please sign in to comment.