Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11727
b: refs/heads/master
c: afbe8c4
h: refs/heads/master
i:
  11725: 91cd93f
  11723: 4edd04b
  11719: 1a206c9
  11711: f9d255f
v: v3
  • Loading branch information
Olaf Hering authored and Paul Mackerras committed Oct 29, 2005
1 parent 180e527 commit 3338008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 844ae3a0d1638753802770cde881dff0e0704551
refs/heads/master: afbe8c4bb0155f533d6e57edd269c93e2f23c2fa
6 changes: 3 additions & 3 deletions trunk/arch/ppc64/boot/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ struct addr_range {
unsigned long size;
unsigned long memsize;
};
static struct addr_range vmlinux = {0, 0, 0};
static struct addr_range vmlinuz = {0, 0, 0};
static struct addr_range initrd = {0, 0, 0};
static struct addr_range vmlinux;
static struct addr_range vmlinuz;
static struct addr_range initrd;

static char scratch[46912]; /* scratch space for gunzip, from zlib_inflate_workspacesize() */
static char elfheader[256];
Expand Down

0 comments on commit 3338008

Please sign in to comment.