Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60590
b: refs/heads/master
c: 62cf6a9
h: refs/heads/master
v: v3
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed Jun 28, 2007
1 parent 707dbc1 commit e4b462b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: b96fbb6e1eb81bb21a8c3462773a0056e12de427
refs/heads/master: 62cf6a9d65cd7ba66f96be25e3e8c5036c3e581e
2 changes: 0 additions & 2 deletions trunk/arch/powerpc/boot/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ struct addr_range {
unsigned long size;
};

typedef void (*kernel_entry_t)(unsigned long, unsigned long, void *);

#undef DEBUG

static struct addr_range prep_kernel(void)
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/boot/ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#define MAX_PATH_LEN 256
#define MAX_PROP_LEN 256 /* What should this be? */

typedef void (*kernel_entry_t)(unsigned long r3, unsigned long r4, void *r5);

/* Platform specific operations */
struct platform_ops {
void (*fixups)(void);
Expand Down

0 comments on commit e4b462b

Please sign in to comment.