diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-04-30 17:21:32 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-04-30 17:21:32 +0000 |
commit | ed1f472c4651e10bb481ca2bc479eee3ace70080 (patch) | |
tree | 02655cd72d2d99b0c2f3e62fa08fdc963bccd873 /sys | |
parent | b25d385a27aa2f1a268b2d42409ebced566dd277 (diff) |
Fix typo in last commit.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/macppc/cpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/macppc/cpu.c b/sys/arch/macppc/macppc/cpu.c index 88045f895fa..9d2a666f50b 100644 --- a/sys/arch/macppc/macppc/cpu.c +++ b/sys/arch/macppc/macppc/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.53 2008/04/30 17:19:36 kettenis Exp $ */ +/* $OpenBSD: cpu.c,v 1.54 2008/04/30 17:21:31 kettenis Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -250,7 +250,7 @@ cpuattach(struct device *parent, struct device *dev, void *aux) ci = &cpu_info[reg[0]]; ci->ci_cpuid = reg[0]; ci->ci_intrdepth = -1; - co->ci_randseed = 1; + ci->ci_randseed = 1; ci->ci_dev = dev; pvr = ppc_mfpvr(); |