Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28681
b: refs/heads/master
c: 916a3d5
h: refs/heads/master
i:
  28679: 4347cdf
v: v3
  • Loading branch information
Paul Mackerras committed Apr 23, 2006
1 parent 793eaa0 commit 3f1fc43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 55308c3712f56279d5547ef6e97d365ac3ab9e6d
refs/heads/master: 916a3d5729c8b710d56acf579f3fdb4de7c03e77
6 changes: 5 additions & 1 deletion trunk/include/asm-powerpc/machdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,11 @@ extern struct machdep_calls *machine_id;

#define __machine_desc __attribute__ ((__section__ (".machine.desc")))

#define define_machine(name) struct machdep_calls mach_##name __machine_desc =
#define define_machine(name) \
extern struct machdep_calls mach_##name; \
EXPORT_SYMBOL(mach_##name); \
struct machdep_calls mach_##name __machine_desc =

#define machine_is(name) \
({ \
extern struct machdep_calls mach_##name \
Expand Down

0 comments on commit 3f1fc43

Please sign in to comment.