Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26135
b: refs/heads/master
c: d0e15be
h: refs/heads/master
i:
  26133: 7c7aad4
  26131: c125a11
  26127: cd7948c
v: v3
  • Loading branch information
Paul Mackerras committed Apr 23, 2006
1 parent 4eb2e5e commit c582c03
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: 7c8ce71b092425f1e938285cab2a679c09444d9b
refs/heads/master: d0e15bed84db7a9b0ea85d2ad9707b5e6d2e38da
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 c582c03

Please sign in to comment.