From: Adrian McMenamin <adrian@newgolddream.dyndns.info>
To: linux-sh@vger.kernel.org
Subject: Re: Kernel fails on Dreamcast - results of bisection
Date: Sun, 22 Mar 2009 13:49:46 +0000 [thread overview]
Message-ID: <1237729786.6534.14.camel@localhost.localdomain> (raw)
In-Reply-To: <1237675045.27611.23.camel@localhost.localdomain>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="windows-1254", Size: 60327 bytes --]
On Sun, 2009-03-22 at 20:13 +0900, Paul Mundt wrote:
> On Sat, Mar 21, 2009 at 11:39:25PM +0000, Adrian McMenamin wrote:
> > (I am now getting a lot of messages about failures of the udev script -
> > possibly because I have just turned a lot of debugging stuff on - in any
> > case the system does boot and works with that commit reverted).
> >
> These messages are about allocation failures, the exact same thing that
> leads to your OOM. (It does help to actually read the error messages
> rather than dismiss them as superfluous). While it is possible that the
> timer patch pushed you over the edge on memory allocation, nothing else
> suggests that you have pinpointed the real problem. Obviously udev did
> not used to hit allocation failures, and we need to know when that
> started, or what you did to your environment that causes it.
> --
Could you explain what you mean by "These messages are about allocation
failures, the exact same thing that leads to your OOM."
Isn't one a failure to allocate space on a block device and the other
running out of memory, or have I missed something?
Anyway, with the config I use to boot the Dreamcast normally, the kernel
with the timer patch fails to boot (about one time out of three):
[ 0.000000] Linux version 2.6.29-rc7-00247-g53838f6 (adrian@bossclass) (gcc version 4.2.2) #41 PREEMPT Sun Mar 22 13:28:22 GMT 2009
[ 0.000000] Boot params:
[ 0.000000] ... MOUNT_ROOT_RDONLY - 91f0c75f
[ 0.000000] ... RAMDISK_FLAGS - e1ff3018
[ 0.000000] ... ORIG_ROOT_DEV - 89093610
[ 0.000000] ... LOADER_TYPE - 3612e108
[ 0.000000] ... INITRD_START - 46088904
[ 0.000000] ... INITRD_SIZE - 6002306c
[ 0.000000] console [sercon0] enabled
[ 0.000000] Booting machvec: Sega Dreamcast
[ 0.000000] Node 0: start_pfn = 0xc000, low = 0xd000
[ 0.000000] Zone PFN ranges:
[ 0.000000] Normal 0x0000c000 -> 0x0000d000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0x0000c000 -> 0x0000d000
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4064
[ 0.000000] Kernel command line: root=/dev/nfs rw nfsroot\x192.168.61.50:/home/adrian/debdist ip=dhcp earlyprintk=serial video=pvr2fb:640x480-32@60 console=ttySC1 panic=7
[ 0.000000] PID hash table entries: 64 (order: 6, 256 bytes)
[ 0.000000] Using tmu for system timer
[ 0.004323] Console: colour dummy device 80x25
[ 0.009314] Dentry cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.016838] Inode-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.026879] Memory: 12400k/16384k available (2455k kernel code, 624k data, 124k init)
[ 0.035590] PVR\x040205c1 CVR\0000000 PRR\0000000
[ 0.040834] I-cache : n_ways=1 n_sets%6 way_incr92
[ 0.046647] I-cache : entry_mask=0x00001fe0 alias_mask=0x00001000 n_aliases=2
[ 0.054471] D-cache : n_ways=1 n_setsQ2 way_incr\x16384
[ 0.060382] D-cache : entry_mask=0x00003fe0 alias_mask=0x00003000 n_aliases=4
[ 0.068693] SLUB: Genslabs\x10, HWalign2, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.077340] Calibrating delay loop (skipped)... 199.50 BogoMIPS PRESET (lpj99012)
[ 0.087143] Mount-cache hash table entries: 512
[ 0.097012] CPU: SH7750
[ 0.128645] net_namespace: 296 bytes
[ 0.134397] NET: Registered protocol family 16
[ 0.266144] bio: create slab <bio-0> at 0
[ 0.292128] DMA: Registering DMA API.
[ 0.296945] DMA: Registering sh_dmac handler (6 channels).
[ 0.322117] Autoconfig PCI channel 0x8c2fec9c
[ 0.326919] Scanning bus 00, I/O 0x01001600:0x01003600, Mem 0x01840000:0x01848000
[ 0.335805] 00:00.0 Class 0200: 11db:1234 (rev 10)
[ 0.341207] I/O at 0x01001600 [size=0x100]
[ 0.346494] Mem at 0x01840000 [size=0x100]
[ 0.355528] PCI: Fixing up device 0000:00:00.0
[ 0.411671] maple: bus core now registered
[ 0.417310] NET: Registered protocol family 2
[ 0.422849] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.432520] TCP established hash table entries: 512 (order: 0, 4096 bytes)
[ 0.440244] TCP bind hash table entries: 512 (order: -1, 2048 bytes)
[ 0.447283] TCP: Hash tables configured (established 512 bind 512)
[ 0.454101] TCP reno registered
[ 0.458984] NET: Registered protocol family 1
[ 0.468161] maple : detected Dreamcast Controller: function 0x1: at (0, 0)
[ 0.476337] maple : no driver found
[ 0.482821] maple : detected Dreamcast Controller: function 0x1: at (1, 0)
[ 0.490386] maple : no driver found
[ 0.497374] maple : detected Keyboard: function 0x40: at (2, 0)
[ 0.504213] maple : no driver found
[ 0.510595] maple : detected Dreamcast Mouse: function 0x200: at (3, 0)
[ 0.517892] maple : no driver found
[ 0.527061] sq: Registering store queue API.
[ 0.540000] cpufreq: SuperH CPU frequency driver.
[ 0.545366] cpufreq: clock framework rate rounding not supported on this CPU.
[ 0.567084] HugeTLB registered 64 KB page size, pre-allocated 0 pages
[ 0.867248] msgmni has been set to 24
[ 0.881300] alg: No test for stdrng (krng)
[ 0.886227] io scheduler noop registered
[ 0.890760] io scheduler anticipatory registered (default)
[ 2.017954] Console: switching to colour frame buffer device 80x30
[ 2.063086] fb0: NEC PowerVR2 (rev 1.1) frame buffer device, using 1200k/8192k of video memory
[ 2.072734] fb0: Mode 640x480-32 pitch = 2560 cable: VGA video output: VGA
[ 2.080358] fb0: registering with SQ API
[ 2.085148] sqremap: NEC PowerVR2 [2048 pages] va 0xe0000000 pa 0xa5000000
[ 2.093379] fb0: Mapped video memory to SQ addr 0xe0000000
[ 4.120843] SuperH SCI(F) driver initialized
[ 4.126476] sh-sci: ttySC0 at MMIO 0xffe00000 (irq = 23) is a sci
[ 4.136856] sh-sci: ttySC1 at MMIO 0xffe80000 (irq = 40) is a scif
�+dï¿½È 4.144167] console handover: boot [sercon0] -> real [ttySC1]
[ 4.211836] loop: module loaded
[ 4.222702] nbd: registered device at major 43
[ 4.352953] 8139too Fast Ethernet driver 0.9.28
[ 4.363748] eth0: RealTek RTL8139 at 0xa1001700, 00:d0:f1:03:12:b9, IRQ 83
[ 4.937781] GDROM: CD-ROM DRIVE from SE with firmware 6.42
[ 4.946331] GDROM: Registered with major number 254
[ 4.951591] Uniform CD-ROM driver Revision: 3.20
[ 4.975594] mice: PS/2 mouse device common for all mice
[ 4.988874] input: Keyboard as /devices/maple/2:00.40/input/input0
[ 4.998446] TCP cubic registered
[ 5.001945] NET: Registered protocol family 17
[ 5.021156] RPC: Registered udp transport module.
[ 5.026401] RPC: Registered tcp transport module.
[ 5.548910] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 6.556380] Sending DHCP requests ., OK
[ 6.568867] IP-Config: Got DHCP answer from 192.168.61.50, my address is 192.168.61.55
[ 6.581761] IP-Config: Complete:
[ 6.584942] device=eth0, addr\x192.168.61.55, mask%5.255.255.224, gw\x192.168.61.50,
[ 6.593669] host\x192.168.61.55, domain=, nis-domain=(none),
[ 6.599990] bootserver\x192.168.61.50, rootserver\x192.168.61.50, rootpath[ 6.608846] Looking up port of RPC 100003/2 on 192.168.61.50
[ 6.622584] Looking up port of RPC 100005/1 on 192.168.61.50
[ 6.651980] VFS: Mounted root (nfs filesystem) on device 0:13.
[ 6.659651] Freeing unused kernel memory: 124k freed
INIT: �version 2.86 booting�
�Starting the hotplug events dispatcher: udevd.
Synthesizing the initial hotplug events...udevd-event[940]: rename_netif: error changing netif name eth0 to eth1: Device or resource busy
done.
Waiting for /dev to be fully populated...[ 45.246311] udevd invoked oom-killer: gfp_mask=0x1201d2, order=0, oomkilladj=-17
[ 45.253534] Stack: (0x8c913ce4 to 0x8c914000)
[ 45.258177] 3ce0: 8c0071ae 8c913cf4 00000000 001201d2 8c053606 8c913cfc 00000041
[ 45.267684] 3d00: 8cd710e0 8c053c00 8c913d2c 000000bc 8cd710e0 00000041 00000124 8c2e4198
[ 45.276117] 3d20: 8c2e4198 00000000 8c2a5d00 00000000 001201d2 0000002d 0b8f7c6d 8c053cc6
[ 45.285623] 3d40: 8c913d5c 001201d2 00000000 8c77c000 00000000 001201d2 8c32bab4 00000000
[ 45.294658] 3d60: 8c05758a 8c913d74 00000000 8c261c60 00000000 00000000 00000080 8c77c2bc
[ 45.303018] 3d80: 001201d2 00000000 00000000 8c302cb8 00000010 00000001 00000000 00000042
[ 45.312517] 3da0: 00000000 00000000 00000000 8c05ab14 8c913dcc 8c809ed4 000000cd 0000000f
[ 45.320876] 3dc0: 00000000 000000cd 00000000 8c913de8 0000000f 8ca4fc00 8c809ed0 00000000
[ 45.330437] 3de0: 000000e6 00000000 8c913de8 8c913de8 8c05b1ba 8c913e14 00008000 8c913e84
[ 45.338801] 3e00: 000000cd 8ca4fc00 0000000f 8c809ed0 00000000 8c05263c 8c913e2c 000000d4
[ 45.348308] 3e20: 00000000 8c32bce8 ffffff0f 8ca4fc40 8c809e78 8ce8a780 8ca4fc00 8c809ed0
[ 45.357220] 3e40: 00000000 00000004 8c069988 8c913e68 8ce8a780 8c913e84 8ce8a780 8c46e294
[ 45.366218] 3e60: 000009e0 00000000 8ce8a7c0 29678ed4 8c3185a0 00000000 00000200 00000000
[ 45.375150] 3e80: 00000000 00000000 000000d4 29678000 00000000 8c06af2e 8c913ec0 8ce8a780
[ 45.383525] 3ea0: 29678ed4 8c46e294 00000000 000009e0 8c4cd9e0 000000d4 00000000 00000000
[ 45.393024] 3ec0: 00000000 8c3185a0 00000000 8c1a5e04 8c150d16 8c262c8a 8c010ee4 8c913ef8
[ 45.401937] 3ee0: 8c913fe4 8c913fa4 8c77c000 8ce8a780 8c3185a0 29678ed4 8c3185d4 a1001700
[ 45.410952] 3f00: 00000000 8c026404 8c913f1c 8c913ef4 8c913ef4 00000030 8c913f1c 8c003a74
[ 45.419864] 3f20: 8c913f24 8c261204 8c723d70 8c3185a0 8c77c1bc 8cc1db00 00000000 8c3185a0
[ 45.428260] 3f40: 00000000 8c913f68 8c0148f0 8c913f50 8c26121e 8c913f68 8c77c000 8c261224
[ 45.437726] 3f60: 8c261238 8c913f68 00000002 8c77c1d0 8c77c1cc 8c77c154 8c77c07c 8c010d68
[ 45.446751] 3f80: 8c913f90 8c0080e4 7bf52c54 00000000 29698acc 00000002 8c0080e4 29678ed4
[ 45.455109] 3fa0: 00000000 7bf52c68 fffe0408 7bf52c68 ffffffff 7bf52c68 29678ed4 00000004
[ 45.464611] 3fc0: 00037cfe 7bf52c70 296786d8 00000000 00000002 29698acc 00000000 7bf52c54
[ 45.473522] 3fe0: 7bf52c54 295fdff6 295c62f2 00008001 29708440 00000002 0b8ca01f ffffffff
[ 45.482529]
[ 45.482546] Call trace:
[ 45.486721] [<8c0071ae>] dump_stack+0xe/0x20
[ 45.490727] [<8c053606>] oom_kill_process+0x146/0x280
[ 45.496652] [<8c053c00>] __out_of_memory+0x120/0x1a0
[ 45.501925] [<8c053cc6>] out_of_memory+0x46/0x120
[ 45.506373] [<8c05758a>] __alloc_pages_internal+0x40a/0x4a0
[ 45.512849] [<8c261c60>] _cond_resched+0x0/0x60
[ 45.517683] [<8c05ab14>] __do_page_cache_readahead+0x134/0x2c0
[ 45.523868] [<8c05b1ba>] do_page_cache_readahead+0x3a/0x80
[ 45.529151] [<8c05263c>] filemap_fault+0x37c/0x560
[ 45.534245] [<8c069988>] __do_fault+0x48/0x540
[ 45.539538] [<8c06af2e>] handle_mm_fault+0xce/0x740
[ 45.544755] [<8c1a5e04>] rtl8139_poll+0x264/0x4c0
[ 45.549753] [<8c150d16>] __up_read+0x56/0x120
[ 45.553828] [<8c262c8a>] down_read+0xa/0x20
[ 45.558292] [<8c010ee4>] do_page_fault+0x124/0x400
[ 45.563964] [<8c026404>] run_timer_softirq+0x1e4/0x220
[ 45.569410] [<8c003a74>] __switch_to+0x34/0x1c0
[ 45.574218] [<8c261204>] __sched_text_start+0x264/0x580
[ 45.579788] [<8c0148f0>] finish_task_switch+0x30/0x120
[ 45.584676] [<8c26121e>] __sched_text_start+0x27e/0x580
[ 45.590206] [<8c261224>] __sched_text_start+0x284/0x580
[ 45.596316] [<8c261238>] __sched_text_start+0x298/0x580
[ 45.601851] [<8c010d68>] __do_page_fault+0xe8/0x140
[ 45.607023] [<8c0080e4>] ret_from_exception+0x0/0x8
[ 45.612225] [<8c0080e4>] ret_from_exception+0x0/0x8
[ 45.616840]
[ 45.618464] Mem-Info:
[ 45.620847] Normal per-cpu:
[ 45.624387] CPU 0: hi: 0, btch: 1 usd: 0
[ 45.629494] Active_anon:63 active_file:1 inactive_anon:0
[ 45.629520] inactive_file:24 unevictable:0 dirty:0 writeback:0 unstable:0
[ 45.629554] free:127 slab:984 mapped:2 pagetables:192 bounce:0
[ 45.647897] Normal free:508kB min:508kB low:632kB high:760kB active_anon:252kB inactive_anon:0kB active_file:4kB inactive_file:96kB unevictable:0kB present:16256kB pages_scanned:8367 all_unreclo
[ 45.667419] lowmem_reserve[]: 0 0
[ 45.671559] Normal: 73*4kB 11*8kB 6*16kB 1*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 508kB
[ 45.681616] 57 total pagecache pages
[ 45.685348] 0 pages in swap cache
[ 45.689425] Swap cache stats: add 0, delete 0, find 0/0
[ 45.695511] Free swap = 0kB
[ 45.698523] Total swap = 0kB
[ 45.702023] 4096 pages RAM
[ 45.704368] 965 pages reserved
[ 45.707086] 4374 pages shared
[ 45.710820] 1462 pages non-shared
[ 45.714898] 0 pages in pagetable cache
[ 45.718879] Out of memory: kill process 851 (rc) score 65 or a child
[ 45.725599] Killed process 894 (S03udev)
[ 47.135532] udevd invoked oom-killer: gfp_mask=0x1201d2, order=0, oomkilladj=-17
[ 47.142778] Stack: (0x8c7a9ce4 to 0x8c7aa000)
[ 47.147421] 9ce0: 8c0071ae 8c7a9cf4 00000000 001201d2 8c053606 8c7a9cfc 00000033
[ 47.156902] 9d00: 8cd717a0 8c053c00 8c7a9d2c 000000bc 8cd717a0 00000033 00000124 8c2e4198
[ 47.165300] 9d20: 8c2e4198 00000000 8c2a5d00 00000000 001201d2 0000002f 04f51be2 8c053cc6
[ 47.174909] 9d40: 8c7a9d5c 001201d2 00000000 8cc92360 00000000 001201d2 8c32bab4 00000000
[ 47.183859] 9d60: 8c05758a 8c7a9d74 00000000 8c261c60 00000000 00000000 00000080 8cc9261c
[ 47.192845] 9d80: 001201d2 00000000 00000000 8c302cb8 00000010 00000001 00000000 00000042
[ 47.201218] 9da0: 00000000 00000000 00000000 8c05ab14 8c7a9dcc 8c809ed4 00000081 0000000f
[ 47.210809] 9dc0: 00000000 00000081 00000000 8c7a9de8 0000000f 8ca4fc00 8c809ed0 00000000
[ 47.219153] 9de0: 000000e6 00000000 8c7a9de8 8c7a9de8 8c05b1ba 8c7a9e14 00008000 8c7a9e84
[ 47.228653] 9e00: 00000081 8ca4fc00 0000000f 8c809ed0 00000000 8c05263c 8c7a9e2c 00000088
[ 47.237574] 9e20: 00000000 8c32bce8 ffffff0f 8ca4fc40 8c809e78 8c7a7780 8ca4fc00 8c809ed0
[ 47.245984] 9e40: 00000000 00000004 8c069988 8c7a9e68 8c7a7780 8c7a9e84 8c7a7780 8c7ad294
[ 47.255487] 9e60: 000008b0 00000000 8c7a77c0 2962c7e8 8cfcd3c0 00000000 00000200 00000000
[ 47.263858] 9e80: 00000000 00000000 00000088 2962c000 00000000 8c06af2e 8c7a9ec0 8c7a7780
[ 47.273339] 9ea0: 2962c7e8 8c7ad294 00000000 000008b0 8c7ab8b0 00000088 00000000 00000000
[ 47.282337] 9ec0: 00000000 8cfcd3c0 8cc92360 8c7a9fa4 8c150d16 8c262c8a 8c010ee4 8c7a9ef8
[ 47.290675] 9ee0: 8c7a9fe4 8c7a9fa4 8cc92360 8c7a7780 8cfcd3c0 2962c7e8 8cfcd3f4 00001450
[ 47.300200] 9f00: 00000000 00001000 00000000 00000000 49c63f4a 0d62beed 49c63f5f 010ad45f
[ 47.309104] 9f20: 49c63f5f 010ad45f 00000086 00000000 8c08e180 8c7a9f48 00000000 00000071
[ 47.317479] 9f40: 0000007f 7bf5427c 00000086 00000000 0000000f 8c7a41ed 00000002 00000000
[ 47.327040] 9f60: 00000000 00000000 00001450 00000000 49c63f4a 0d62beed 49c63f5f 8c010d68
[ 47.335386] 9f80: 8c7a9f90 8c0080e4 7bf51c94 00401f84 0043f2fc 7bf52494 8c0080e4 2962c7e8
[ 47.344892] 9fa0: 00000000 2962c7e8 00000000 7bf522ac 7bf52294 00000003 7bf52294 7bf52494
[ 47.353818] 9fc0: 00000001 7bf52294 0041cb4c 7bf52094 7bf52494 0043f2fc 00401f84 7bf51c94
[ 47.362807] 9fe0: 7bf51c94 2962c7e8 00406468 00008000 29708440 00000002 0faccfd1 ffffffff
[ 47.371732]
[ 47.371748] Call trace:
[ 47.375345] [<8c0071ae>] dump_stack+0xe/0x20
[ 47.380480] [<8c053606>] oom_kill_process+0x146/0x280
[ 47.385846] [<8c053c00>] __out_of_memory+0x120/0x1a0
[ 47.390541] [<8c053cc6>] out_of_memory+0x46/0x120
[ 47.395556] [<8c05758a>] __alloc_pages_internal+0x40a/0x4a0
[ 47.402040] [<8c261c60>] _cond_resched+0x0/0x60
[ 47.407448] [<8c05ab14>] __do_page_cache_readahead+0x134/0x2c0
[ 47.413073] [<8c05b1ba>] do_page_cache_readahead+0x3a/0x80
[ 47.418321] [<8c05263c>] filemap_fault+0x37c/0x560
[ 47.422835] [<8c069988>] __do_fault+0x48/0x540
[ 47.428745] [<8c06af2e>] handle_mm_fault+0xce/0x740
[ 47.433951] [<8c150d16>] __up_read+0x56/0x120
[ 47.438578] [<8c262c8a>] down_read+0xa/0x20
[ 47.443039] [<8c010ee4>] do_page_fault+0x124/0x400
[ 47.447580] [<8c08e180>] sys_stat64+0x20/0x40
[ 47.452803] [<8c010d68>] __do_page_fault+0xe8/0x140
[ 47.457397] [<8c0080e4>] ret_from_exception+0x0/0x8
[ 47.463164] [<8c0080e4>] ret_from_exception+0x0/0x8
[ 47.468345]
[ 47.469913] Mem-Info:
[ 47.471771] Normal per-cpu:
[ 47.474755] CPU 0: hi: 0, btch: 1 usd: 0
[ 47.480427] Active_anon:551 active_file:1 inactive_anon:588
[ 47.480454] inactive_file:126 unevictable:0 dirty:0 writeback:0 unstable:0
[ 47.480482] free:151 slab:990 mapped:4 pagetables:189 bounce:0
[ 47.499138] Normal free:604kB min:508kB low:632kB high:760kB active_anon:2204kB inactive_anon:2352kB active_file:4kB inactive_file:504kB unevictable:0kB present:16256kB pages_scanned:0 all_unreo
[ 47.518854] lowmem_reserve[]: 0 0
[ 47.523017] Normal: 55*4kB 32*8kB 6*16kB 1*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 604kB
[ 47.533546] 129 total pagecache pages
[ 47.536845] 0 pages in swap cache
[ 47.540366] Swap cache stats: add 0, delete 0, find 0/0
[ 47.546461] Free swap = 0kB
[ 47.549488] Total swap = 0kB
[ 47.553432] 4096 pages RAM
[ 47.555752] 965 pages reserved
[ 47.558997] 3226 pages shared
[ 47.562751] 2517 pages non-shared
[ 47.566293] 4 pages in pagetable cache
[ 47.570273] Out of memory: kill process 850 (init) score 51 or a child
[ 47.576592] Killed process 851 (rc)
[ 51.681895] udevd invoked oom-killer: gfp_mask=0x1200d2, order=0, oomkilladj=-17
[ 51.690298] Stack: (0x8cdabd9c to 0x8cdac000)
[ 51.694901] bd80: 8c0071ae
[ 51.703864] bda0: 8cdabdac 00000000 001200d2 8c053606 8cdabdb4 0000001d 8cd717a0 8c053c00
[ 51.712146] bdc0: 8cdabde4 000000bc 8cd717a0 0000001d 00000124 8c2e4198 8c2e4198 00000000
[ 51.721725] bde0: 8c2a5d00 00000000 001200d2 00000033 258f6c60 8c053cc6 8cdabe14 001200d2
[ 51.730093] be00: 00000000 8c77d7a0 00000000 001200d2 8c32bab4 00000000 8c05758a 8cdabe2c
[ 51.739672] be20: 00000000 8c261c60 00000000 00000000 00000080 8c77da5c 001200d2 00000000
[ 51.748638] be40: 00000000 8c302cb8 00000010 00000001 00000000 00000042 00000000 00000000
[ 51.756916] be60: 00000000 8c06a634 8cdabe84 2969c200 8c720a70 8c61df00 0c98355c 8c3d3060
[ 51.766574] be80: 8c32bdd0 8c318780 00000000 29558000 8c3dd600 8c06b272 8cdabec0 8c61df00
[ 51.775505] bea0: 2969c200 8cc9f294 0c98355c 8c3187c0 8c720a70 8cc9f294 8c3187c0 0c98355c
[ 51.783820] bec0: 00000001 8c318780 8c77d7a0 8cdabfa4 8c150d16 8c262c8a 8c010ee4 8cdabef8
[ 51.793364] bee0: 8cdabfe4 8cdabfa4 8c77d7a0 8c61df00 8c318780 2969c200 8c3187b4 8c09c740
[ 51.801737] bf00: 00000001 8cfd0204 8c09c70c 8cdabf14 8cfd0204 8c09c76e 8cdabf20 8c14ad06
[ 51.811285] bf20: 8cdabf24 8c0a4f6a 8cdabf30 8cc05300 8c08a880 8cdabf50 8cfd108e 8cc05300
[ 51.820237] bf40: 8cfd0204 8cfd1024 00000000 8ca4f3c0 8c08aefc 8cdabf70 0043ed27 00000028
[ 51.828518] bf60: 00000001 8c5bcd20 00000000 8ca4f3c0 8c086d36 8cdabf78 8c0883d6 8c010d68
[ 51.838094] bf80: 8cdabf90 8c0080e4 7bf542d8 00000000 2957a000 00000003 8c0080e4 2969c200
[ 51.846435] bfa0: 00000001 00000200 2969c000 2969c17c 2969c000 2957a000 00000001 7bf542b8
[ 51.856010] bfc0: 0000000a 2957a048 00000000 0043ed20 00000003 2957a000 00000000 7bf542d8
[ 51.864940] bfe0: 7bf542ac 29560d66 29560cc0 00008000 29708440 00000002 00000000 ffffffff
[ 51.873231]
[ 51.873247] Call trace:
[ 51.878055] [<8c0071ae>] dump_stack+0xe/0x20
[ 51.883260] [<8c053606>] oom_kill_process+0x146/0x280
[ 51.887983] [<8c053c00>] __out_of_memory+0x120/0x1a0
[ 51.892625] [<8c053cc6>] out_of_memory+0x46/0x120
[ 51.897643] [<8c05758a>] __alloc_pages_internal+0x40a/0x4a0
[ 51.904186] [<8c261c60>] _cond_resched+0x0/0x60
[ 51.909014] [<8c06a634>] do_wp_page+0x1f4/0xa20
[ 51.913834] [<8c06b272>] handle_mm_fault+0x412/0x740
[ 51.918516] [<8c150d16>] __up_read+0x56/0x120
[ 51.923146] [<8c262c8a>] down_read+0xa/0x20
[ 51.928225] [<8c010ee4>] do_page_fault+0x124/0x400
[ 51.933342] [<8c09c740>] d_kill+0x0/0x80
[ 51.937522] [<8c09c70c>] d_free+0x2c/0x60
[ 51.941157] [<8c09c76e>] d_kill+0x2e/0x80
[ 51.946061] [<8c14ad06>] _atomic_dec_and_lock+0x66/0xa0
[ 51.951619] [<8c0a4f6a>] mntput_no_expire+0x2a/0x200
[ 51.956248] [<8c08a880>] __fput+0x120/0x2a0
[ 51.961332] [<8c08aefc>] fput+0x3c/0x60
[ 51.965452] [<8c086d36>] filp_close+0x36/0xc0
[ 51.969461] [<8c0883d6>] sys_close+0x76/0x120
[ 51.974088] [<8c010d68>] __do_page_fault+0xe8/0x140
[ 51.979895] [<8c0080e4>] ret_from_exception+0x0/0x8
[ 51.985099] [<8c0080e4>] ret_from_exception+0x0/0x8
[ 51.990267]
[ 51.991899] Mem-Info:
[ 51.994281] Normal per-cpu:
[ 51.996635] CPU 0: hi: 0, btch: 1 usd: 0
[ 52.002415] Active_anon:412 active_file:2 inactive_anon:366
[ 52.002441] inactive_file:38 unevictable:0 dirty:0 writeback:0 unstable:0
[ 52.002469] free:182 slab:995 mapped:31 pagetables:189 bounce:0
[ 52.021072] Normal free:728kB min:508kB low:632kB high:760kB active_anon:1648kB inactive_anon:1464kB active_file:8kB inactive_file:152kB unevictable:0kB present:16256kB pages_scanned:3904 all_uo
[ 52.041114] lowmem_reserve[]: 0 0
[ 52.045329] Normal: 62*4kB 30*8kB 11*16kB 2*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 728kB
[ 52.055326] 120 total pagecache pages
[ 52.059202] 0 pages in swap cache
[ 52.062723] Swap cache stats: add 0, delete 0, find 0/0
[ 52.068887] Free swap = 0kB
[ 52.072588] Total swap = 0kB
[ 52.075938] 4096 pages RAM
[ 52.078203] 965 pages reserved
[ 52.081415] 4404 pages shared
[ 52.085220] 2122 pages non-shared
[ 52.088740] 4 pages in pagetable cache
[ 52.092719] Out of memory: kill process 850 (init) score 29 or a child
[ 52.098996] Killed process 850 (init)
[ 52.870541] Kernel panic - not syncing: Out of memory and no killable processes...
[ 52.870579]
[ 52.879402] Rebooting in 7 seconds..
If I use a kernel with that patch reverted it boots and there are no warnings of unallocated devices:
[ 0.000000] Boot params:
[ 0.000000] ... MOUNT_ROOT_RDONLY - 91f0c75f
[ 0.000000] ... RAMDISK_FLAGS - e1ff3018
[ 0.000000] ... ORIG_ROOT_DEV - 89093610
[ 0.000000] ... LOADER_TYPE - 3612e108
[ 0.000000] ... INITRD_START - 46088904
[ 0.000000] ... INITRD_SIZE - 6002306c
[ 0.000000] console [sercon0] enabled
[ 0.000000] Booting machvec: Sega Dreamcast
[ 0.000000] Node 0: start_pfn = 0xc000, low = 0xd000
[ 0.000000] Zone PFN ranges:
[ 0.000000] Normal 0x0000c000 -> 0x0000d000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0x0000c000 -> 0x0000d000
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4064
[ 0.000000] Kernel command line: root=/dev/nfs rw nfsroot\x192.168.61.50:/home/adrian/debdist ip=dhcp earlyprintk=serial video=pvr2fb:640x480-32@60 console=ttySC1 panic=7
[ 0.000000] PID hash table entries: 64 (order: 6, 256 bytes)
[ 0.000000] Using tmu for system timer
[ 0.000000] Using 12.469 MHz high precision timer.
[ 0.009659] Console: colour dummy device 80x25
[ 0.014635] Dentry cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.022173] Inode-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.032295] Memory: 12400k/16384k available (2455k kernel code, 624k data, 124k init)
[ 0.040896] PVR\x040205c1 CVR\0000000 PRR\0000000
[ 0.046140] I-cache : n_ways=1 n_sets%6 way_incr92
[ 0.051866] I-cache : entry_mask=0x00001fe0 alias_mask=0x00001000 n_aliases=2
[ 0.059786] D-cache : n_ways=1 n_setsQ2 way_incr\x16384
[ 0.065610] D-cache : entry_mask=0x00003fe0 alias_mask=0x00003000 n_aliases=4
[ 0.073914] SLUB: Genslabs\x10, HWalign2, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.082462] Calibrating delay loop (skipped)... 199.50 BogoMIPS PRESET (lpj99012)
[ 0.092338] Mount-cache hash table entries: 512
[ 0.102284] CPU: SH7750
[ 0.133418] net_namespace: 296 bytes
[ 0.139251] NET: Registered protocol family 16
[ 0.270564] bio: create slab <bio-0> at 0
[ 0.296622] DMA: Registering DMA API.
[ 0.301352] DMA: Registering sh_dmac handler (6 channels).
[ 0.326549] Autoconfig PCI channel 0x8c2feca0
[ 0.331449] Scanning bus 00, I/O 0x01001600:0x01003600, Mem 0x01840000:0x01848000
[ 0.340367] 00:00.0 Class 0200: 11db:1234 (rev 10)
[ 0.345671] I/O at 0x01001600 [size=0x100]
[ 0.351001] Mem at 0x01840000 [size=0x100]
[ 0.360118] PCI: Fixing up device 0000:00:00.0
[ 0.416736] maple: bus core now registered
[ 0.422321] NET: Registered protocol family 2
[ 0.427782] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.437378] TCP established hash table entries: 512 (order: 0, 4096 bytes)
[ 0.445167] TCP bind hash table entries: 512 (order: -1, 2048 bytes)
[ 0.452205] TCP: Hash tables configured (established 512 bind 512)
[ 0.459162] TCP reno registered
[ 0.464115] NET: Registered protocol family 1
[ 0.472833] maple : detected Dreamcast Controller: function 0x1: at (0, 0)
[ 0.480975] maple : no driver found
[ 0.487773] maple : detected Dreamcast Controller: function 0x1: at (1, 0)
[ 0.495360] maple : no driver found
[ 0.501822] maple : detected Keyboard: function 0x40: at (2, 0)
[ 0.508877] maple : no driver found
[ 0.515274] maple : detected Dreamcast Mouse: function 0x200: at (3, 0)
[ 0.522574] maple : no driver found
[ 0.531799] sq: Registering store queue API.
[ 0.544656] cpufreq: SuperH CPU frequency driver.
[ 0.549871] cpufreq: clock framework rate rounding not supported on this CPU.
[ 0.572023] HugeTLB registered 64 KB page size, pre-allocated 0 pages
[ 0.871679] msgmni has been set to 24
[ 0.885623] alg: No test for stdrng (krng)
[ 0.890590] io scheduler noop registered
[ 0.895134] io scheduler anticipatory registered (default)
[ 2.022628] Console: switching to colour frame buffer device 80x30
[ 2.067679] fb0: NEC PowerVR2 (rev 1.1) frame buffer device, using 1200k/8192k of video memory
[ 2.077268] fb0: Mode 640x480-32 pitch = 2560 cable: VGA video output: VGA
[ 2.084818] fb0: registering with SQ API
[ 2.089460] sqremap: NEC PowerVR2 [2048 pages] va 0xe0000000 pa 0xa5000000
[ 2.097840] fb0: Mapped video memory to SQ addr 0xe0000000
[ 4.116014] SuperH SCI(F) driver initialized
[ 4.121338] sh-sci: ttySC0 at MMIO 0xffe00000 (irq = 23) is a sci
[ 4.132240] sh-sci: ttySC1 at MMIO 0xffe80000 (irq = 40) is a scif
�+ï¿½Ä 4.139509] console handover: boot [sercon0] -> real [ttySC1]
[ 4.206722] loop: module loaded
[ 4.217562] nbd: registered device at major 43
[ 4.347649] 8139too Fast Ethernet driver 0.9.28
[ 4.358506] eth0: RealTek RTL8139 at 0xa1001700, 00:d0:f1:03:12:b9, IRQ 83
[ 4.932319] GDROM: CD-ROM DRIVE from SE with firmware 6.42
[ 4.940929] GDROM: Registered with major number 254
[ 4.946188] Uniform CD-ROM driver Revision: 3.20
[ 4.970243] mice: PS/2 mouse device common for all mice
[ 4.983481] input: Keyboard as /devices/maple/2:00.40/input/input0
[ 4.993028] TCP cubic registered
[ 4.996759] NET: Registered protocol family 17
[ 5.015525] RPC: Registered udp transport module.
[ 5.020715] RPC: Registered tcp transport module.
[ 5.544919] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 6.552292] Sending DHCP requests ., OK
[ 6.564783] IP-Config: Got DHCP answer from 192.168.61.50, my address is 192.168.61.55
[ 6.577706] IP-Config: Complete:
[ 6.580964] device=eth0, addr\x192.168.61.55, mask%5.255.255.224, gw\x192.168.61.50,
[ 6.589577] host\x192.168.61.55, domain=, nis-domain=(none),
[ 6.595936] bootserver\x192.168.61.50, rootserver\x192.168.61.50, rootpath[ 6.604962] Looking up port of RPC 100003/2 on 192.168.61.50
[ 6.618237] Looking up port of RPC 100005/1 on 192.168.61.50
[ 6.646611] VFS: Mounted root (nfs filesystem) on device 0:13.
[ 6.654247] Freeing unused kernel memory: 124k freed
INIT: �version 2.86 booting�
�Starting the hotplug events dispatcher: udevd.
Synthesizing the initial hotplug events...udevd-event[940]: rename_netif: error changing netif name eth0 to eth1: Device or resource busy
done.
Waiting for /dev to be fully populated...done.
Setting the system clock..
Cannot access the Hardware Clock via any known method.
Use the --debug option to see the details of our search for an access method.
Loading kernel modules...FATAL: Could not load /lib/modules/2.6.29-rc7-00248-g544e7f7/modules.dep: No such file or directory
Loading device-mapper support.
Setting kernel variables...done.
Mounting local filesystems...done.
Activating swapfile swap...done.
Setting up networking....
Setting up ALSA...done (none loaded).
INIT: �Entering runlevel: 2�
�Starting system log daemon: syslogd.
Starting kernel log daemon: klogd.
Starting mouse interface server: gpm.
Starting NBD client process: FATAL: Could not load /lib/modules/2.6.29-rc7-00248-g544e7f7/modules.dep: No such file or directory
Connecting...Activating...
nbd-client.
* Not starting internet superserver: no services enabled.
Starting OpenBSD Secure Shell server: sshd.
Starting NTP server: ntpd.
[ 71.092726] warning: `ntpd' uses 32-bit capabilities (legacy support in use)
Starting periodic command scheduler: crond.
Negotiation: ..size = 32768KB
bs\x1024, sz2768
Setting up swapspace version 1, size = 33550 kB
no label, UUID125f802-d3c2-494f-9e7d-e7aeaef16978
[ 72.564142] Adding 32760k swap on /dev/nbd0. Priority:-1 extents:1 across:32760k SS
�
Debian GNU/Linux 4.0 dreamy ttySC1
dreamy login:
The config is below:
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.29-rc7
# Sun Mar 22 13:09:00 2009
#
CONFIG_SUPERH=y
CONFIG_SUPERH32=y
CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig"
CONFIG_RWSEM_GENERIC_SPINLOCK=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
CONFIG_GENERIC_IRQ_PROBE=y
# CONFIG_GENERIC_GPIO is not set
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CLOCKEVENTS=y
# CONFIG_ARCH_SUSPEND_POSSIBLE is not set
# CONFIG_ARCH_HIBERNATION_POSSIBLE is not set
CONFIG_SYS_SUPPORTS_PCI=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_ARCH_NO_VIRT_TO_BUS=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT2
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
#
# RCU Subsystem
#
CONFIG_CLASSIC_RCU=y
# CONFIG_TREE_RCU is not set
# CONFIG_PREEMPT_RCU is not set
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_PREEMPT_RCU_TRACE is not set
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT\x14
# CONFIG_GROUP_SCHED is not set
# CONFIG_CGROUPS is not set
# CONFIG_SYSFS_DEPRECATED_V2 is not set
# CONFIG_RELAY is not set
# CONFIG_NAMESPACES is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_EMBEDDED=y
# CONFIG_UID16 is not set
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
# CONFIG_COMPAT_BRK is not set
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PCI_QUIRKS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_CLK=y
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_BLOCK=y
# CONFIG_LBD is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_BLK_DEV_INTEGRITY is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
# CONFIG_IOSCHED_DEADLINE is not set
# CONFIG_IOSCHED_CFQ is not set
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"
# CONFIG_FREEZER is not set
#
# System type
#
CONFIG_CPU_SH4=y
# CONFIG_CPU_SUBTYPE_SH7619 is not set
# CONFIG_CPU_SUBTYPE_SH7201 is not set
# CONFIG_CPU_SUBTYPE_SH7203 is not set
# CONFIG_CPU_SUBTYPE_SH7206 is not set
# CONFIG_CPU_SUBTYPE_SH7263 is not set
# CONFIG_CPU_SUBTYPE_MXG is not set
# CONFIG_CPU_SUBTYPE_SH7705 is not set
# CONFIG_CPU_SUBTYPE_SH7706 is not set
# CONFIG_CPU_SUBTYPE_SH7707 is not set
# CONFIG_CPU_SUBTYPE_SH7708 is not set
# CONFIG_CPU_SUBTYPE_SH7709 is not set
# CONFIG_CPU_SUBTYPE_SH7710 is not set
# CONFIG_CPU_SUBTYPE_SH7712 is not set
# CONFIG_CPU_SUBTYPE_SH7720 is not set
# CONFIG_CPU_SUBTYPE_SH7721 is not set
# CONFIG_CPU_SUBTYPE_SH7750 is not set
CONFIG_CPU_SUBTYPE_SH7091=y
# CONFIG_CPU_SUBTYPE_SH7750R is not set
# CONFIG_CPU_SUBTYPE_SH7750S is not set
# CONFIG_CPU_SUBTYPE_SH7751 is not set
# CONFIG_CPU_SUBTYPE_SH7751R is not set
# CONFIG_CPU_SUBTYPE_SH7760 is not set
# CONFIG_CPU_SUBTYPE_SH4_202 is not set
# CONFIG_CPU_SUBTYPE_SH7723 is not set
# CONFIG_CPU_SUBTYPE_SH7763 is not set
# CONFIG_CPU_SUBTYPE_SH7770 is not set
# CONFIG_CPU_SUBTYPE_SH7780 is not set
# CONFIG_CPU_SUBTYPE_SH7785 is not set
# CONFIG_CPU_SUBTYPE_SH7786 is not set
# CONFIG_CPU_SUBTYPE_SHX3 is not set
# CONFIG_CPU_SUBTYPE_SH7343 is not set
# CONFIG_CPU_SUBTYPE_SH7722 is not set
# CONFIG_CPU_SUBTYPE_SH7366 is not set
# CONFIG_CPU_SUBTYPE_SH5_101 is not set
# CONFIG_CPU_SUBTYPE_SH5_103 is not set
#
# Memory management options
#
CONFIG_QUICKLIST=y
CONFIG_MMU=y
CONFIG_PAGE_OFFSET=0x80000000
CONFIG_MEMORY_START=0x0c000000
CONFIG_MEMORY_SIZE=0x01000000
CONFIG_29BIT=y
CONFIG_VSYSCALL=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_MAX_ACTIVE_REGIONS=1
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_PAGE_SIZE_4KB=y
# CONFIG_PAGE_SIZE_8KB is not set
# CONFIG_PAGE_SIZE_16KB is not set
# CONFIG_PAGE_SIZE_64KB is not set
CONFIG_ENTRY_OFFSET=0x00001000
CONFIG_HUGETLB_PAGE_SIZE_64K=y
# CONFIG_HUGETLB_PAGE_SIZE_256K is not set
# CONFIG_HUGETLB_PAGE_SIZE_1MB is not set
# CONFIG_HUGETLB_PAGE_SIZE_4MB is not set
# CONFIG_HUGETLB_PAGE_SIZE_64MB is not set
# CONFIG_HUGETLB_PAGE_SIZE_512MB is not set
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_PHYS_ADDR_T_64BIT is not set
CONFIG_ZONE_DMA_FLAG=0
CONFIG_NR_QUICK=2
CONFIG_UNEVICTABLE_LRU=y
#
# Cache configuration
#
CONFIG_SH_DIRECT_MAPPED=y
CONFIG_CACHE_WRITEBACK=y
# CONFIG_CACHE_WRITETHROUGH is not set
# CONFIG_CACHE_OFF is not set
#
# Processor features
#
CONFIG_CPU_LITTLE_ENDIAN=y
# CONFIG_CPU_BIG_ENDIAN is not set
CONFIG_SH_FPU=y
CONFIG_SH_STORE_QUEUES=y
CONFIG_CPU_HAS_INTEVT=y
CONFIG_CPU_HAS_SR_RB=y
CONFIG_CPU_HAS_PTEA=y
CONFIG_CPU_HAS_FPU=y
#
# Board support
#
CONFIG_SH_DREAMCAST=y
#
# Timer and clock configuration
#
CONFIG_SH_TMU=y
CONFIG_SH_TIMER_IRQ\x16
CONFIG_SH_PCLK_FREQI876504
# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_FREQ_DEBUG is not set
# CONFIG_CPU_FREQ_STAT is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
CONFIG_SH_CPU_FREQ=y
#
# DMA support
#
CONFIG_SH_DMA_API=y
CONFIG_SH_DMA=y
CONFIG_SH_DMA_IRQ_MULTI=y
CONFIG_NR_ONCHIP_DMA_CHANNELS=6
CONFIG_NR_DMA_CHANNELS_BOOL=y
CONFIG_NR_DMA_CHANNELS=9
# CONFIG_PVR2_DMA is not set
CONFIG_G2_DMA=m
#
# Companion Chips
#
#
# Additional SuperH Device Drivers
#
# CONFIG_HEARTBEAT is not set
# CONFIG_PUSH_SWITCH is not set
#
# Kernel features
#
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ%0
# CONFIG_SCHED_HRTICK is not set
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
# CONFIG_SECCOMP is not set
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_GUSA=y
# CONFIG_GUSA_RB is not set
#
# Boot options
#
CONFIG_ZERO_PAGE_OFFSET=0x00001000
CONFIG_BOOT_LINK_OFFSET=0x00800000
# CONFIG_UBC_WAKEUP is not set
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="root=/dev/nfs rw nfsroot\x192.168.61.50:/home/adrian/debdist ip=dhcp earlyprintk=serial video=pvr2fb:640x480-32@60 console=ttySC1 panic=7"
#
# Bus options
#
CONFIG_MAPLE=y
CONFIG_PCI=y
CONFIG_SH_PCIDMA_NONCOHERENT=y
CONFIG_PCI_AUTO=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_ARCH_SUPPORTS_MSI is not set
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_STUB is not set
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
# CONFIG_HAVE_AOUT is not set
# CONFIG_BINFMT_MISC is not set
#
# Power management options (EXPERIMENTAL)
#
# CONFIG_PM is not set
# CONFIG_CPU_IDLE is not set
CONFIG_NET=y
#
# Networking options
#
CONFIG_COMPAT_NET_DEV_OPS=y
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
# CONFIG_INET_LRO is not set
# CONFIG_INET_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETFILTER is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_PHONET is not set
# CONFIG_WIRELESS is not set
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
# CONFIG_STANDALONE is not set
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
CONFIG_MTD=y
# CONFIG_MTD_DEBUG is not set
# CONFIG_MTD_CONCAT is not set
CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_TESTS is not set
# CONFIG_MTD_REDBOOT_PARTS is not set
# CONFIG_MTD_CMDLINE_PARTS is not set
# CONFIG_MTD_AR7_PARTS is not set
#
# User Modules And Translation Layers
#
CONFIG_MTD_CHAR=m
CONFIG_MTD_BLKDEVS=y
CONFIG_MTD_BLOCK=y
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
# CONFIG_INFTL is not set
# CONFIG_RFD_FTL is not set
# CONFIG_SSFDC is not set
# CONFIG_MTD_OOPS is not set
#
# RAM/ROM/Flash chip drivers
#
# CONFIG_MTD_CFI is not set
# CONFIG_MTD_JEDECPROBE is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
# CONFIG_MTD_RAM is not set
# CONFIG_MTD_ROM is not set
# CONFIG_MTD_ABSENT is not set
#
# Mapping drivers for chip access
#
# CONFIG_MTD_COMPLEX_MAPPINGS is not set
# CONFIG_MTD_INTEL_VR_NOR is not set
# CONFIG_MTD_PLATRAM is not set
CONFIG_MTD_VMU=y
#
# Self-contained MTD device drivers
#
# CONFIG_MTD_PMC551 is not set
# CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
# CONFIG_MTD_MTDRAM is not set
# CONFIG_MTD_BLOCK2MTD is not set
#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOC2000 is not set
# CONFIG_MTD_DOC2001 is not set
# CONFIG_MTD_DOC2001PLUS is not set
# CONFIG_MTD_NAND is not set
# CONFIG_MTD_ONENAND is not set
#
# LPDDR flash memory drivers
#
# CONFIG_MTD_LPDDR is not set
#
# UBI - Unsorted block images
#
# CONFIG_MTD_UBI is not set
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
CONFIG_GDROM=y
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
CONFIG_BLK_DEV_NBD=y
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_MISC_DEVICES is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set
#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
# CONFIG_SCSI is not set
# CONFIG_SCSI_DMA is not set
# CONFIG_SCSI_NETLINK is not set
# CONFIG_ATA is not set
# CONFIG_MD is not set
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
#
# Enable only one of the two stacks, unless you know what you are doing
#
# CONFIG_FIREWIRE is not set
# CONFIG_IEEE1394 is not set
# CONFIG_I2O is not set
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
# CONFIG_ARCNET is not set
# CONFIG_PHYLIB is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_AX88796 is not set
# CONFIG_STNIC is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_SMC91X is not set
# CONFIG_SMC911X is not set
# CONFIG_SMSC911X is not set
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_R6040 is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SMSC9420 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_SC92031 is not set
# CONFIG_ATL2 is not set
# CONFIG_NETDEV_1000 is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set
#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
# CONFIG_WLAN_80211 is not set
# CONFIG_IWLWIFI_LEDS is not set
#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set
#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X\x1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Yv8
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
CONFIG_INPUT_EVBUG=m
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_KEYBOARD_MAPLE=y
# CONFIG_KEYBOARD_SH_KEYSC is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_VSXXXAA is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_ZHENHUA is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
CONFIG_JOYSTICK_MAPLE=m
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
#
# Hardware I/O ports
#
CONFIG_SERIO=y
# CONFIG_SERIO_I8042 is not set
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
CONFIG_GAMEPORT=y
# CONFIG_GAMEPORT_NS558 is not set
# CONFIG_GAMEPORT_L4 is not set
# CONFIG_GAMEPORT_EMU10K1 is not set
# CONFIG_GAMEPORT_FM801 is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
CONFIG_DEVKMEM=y
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set
#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_SH_SCI=y
CONFIG_SERIAL_SH_SCI_NR_UARTS=2
CONFIG_SERIAL_SH_SCI_CONSOLE=y
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT%6
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_TCG_TPM is not set
CONFIG_DEVPORT=y
# CONFIG_I2C is not set
# CONFIG_SPI is not set
# CONFIG_W1 is not set
# CONFIG_POWER_SUPPLY is not set
# CONFIG_HWMON is not set
# CONFIG_THERMAL is not set
# CONFIG_THERMAL_HWMON is not set
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y
#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_REGULATOR is not set
#
# Multimedia devices
#
#
# Multimedia core support
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
# CONFIG_VIDEO_MEDIA is not set
#
# Multimedia drivers
#
# CONFIG_DAB is not set
#
# Graphics support
#
# CONFIG_DRM is not set
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=y
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
# CONFIG_FB_MODE_HELPERS is not set
# CONFIG_FB_TILEBLITTING is not set
#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
CONFIG_FB_PVR2=y
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SH_MOBILE_LCDC is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set
#
# Console display driver support
#
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
# CONFIG_LOGO_SUPERH_MONO is not set
# CONFIG_LOGO_SUPERH_VGA16 is not set
CONFIG_LOGO_SUPERH_CLUT224=y
CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
# CONFIG_SND_SEQUENCER is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
# CONFIG_SND_DRIVERS is not set
# CONFIG_SND_PCI is not set
CONFIG_SND_SUPERH=y
CONFIG_SND_AICA=m
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
# CONFIG_HID_SUPPORT is not set
# CONFIG_USB_SUPPORT is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
# CONFIG_NEW_LEDS is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_RTC_CLASS is not set
# CONFIG_DMADEVICES is not set
# CONFIG_UIO is not set
# CONFIG_STAGING is not set
#
# File systems
#
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
# CONFIG_EXT4_FS is not set
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
CONFIG_FILE_LOCKING=y
# CONFIG_XFS_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_DNOTIFY is not set
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_NTFS_FS is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
# CONFIG_CONFIGFS_FS is not set
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
CONFIG_ROOT_NFS=y
# CONFIG_NFSD is not set
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
# CONFIG_SUNRPC_REGISTER_V4 is not set
CONFIG_RPCSEC_GSS_KRB5=y
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN\x1024
# CONFIG_MAGIC_SYSRQ is not set
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
# CONFIG_DETECT_SOFTLOCKUP is not set
# CONFIG_SCHED_DEBUG is not set
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_OBJECTS is not set
CONFIG_SLUB_DEBUG_ON=y
# CONFIG_SLUB_STATS is not set
CONFIG_DEBUG_PREEMPT=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_DEBUG_KOBJECT=y
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_VM=y
CONFIG_DEBUG_WRITECOUNT=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
CONFIG_FRAME_POINTER=y
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
#
# Tracers
#
# CONFIG_FUNCTION_TRACER is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_PREEMPT_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_CONTEXT_SWITCH_TRACER is not set
# CONFIG_BOOT_TRACER is not set
# CONFIG_TRACE_BRANCH_PROFILING is not set
# CONFIG_STACK_TRACER is not set
# CONFIG_DYNAMIC_PRINTK_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
# CONFIG_SH_STANDARD_BIOS is not set
CONFIG_EARLY_SCIF_CONSOLE=y
CONFIG_EARLY_SCIF_CONSOLE_PORT=0xffe80000
CONFIG_EARLY_PRINTK=y
# CONFIG_DEBUG_BOOTMEM is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_4KSTACKS is not set
# CONFIG_IRQSTACKS is not set
CONFIG_DUMP_CODE=y
# CONFIG_SH_NO_BSS_INIT is not set
# CONFIG_MORE_COMPILE_OPTIONS is not set
#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
# CONFIG_CRYPTO_FIPS is not set
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_GF128MUL is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_CRYPTD is not set
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_TEST is not set
#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_SEQIV is not set
#
# Block modes
#
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_CTS is not set
# CONFIG_CRYPTO_ECB is not set
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_PCBC is not set
# CONFIG_CRYPTO_XTS is not set
#
# Hash modes
#
# CONFIG_CRYPTO_HMAC is not set
# CONFIG_CRYPTO_XCBC is not set
#
# Digest
#
# CONFIG_CRYPTO_CRC32C is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
# CONFIG_CRYPTO_SHA1 is not set
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set
#
# Ciphers
#
# CONFIG_CRYPTO_AES is not set
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_ARC4 is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
CONFIG_CRYPTO_CAST5=y
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
#
# Compression
#
# CONFIG_CRYPTO_DEFLATE is not set
# CONFIG_CRYPTO_LZO is not set
#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
# CONFIG_CRYPTO_HW is not set
#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_LAST_BIT=y
# CONFIG_CRC_CCITT is not set
# CONFIG_CRC16 is not set
# CONFIG_CRC_T10DIF is not set
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-03-22 13:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-21 22:37 Kernel fails on Dreamcast - results of bisection Adrian McMenamin
2009-03-21 23:39 ` Adrian McMenamin
2009-03-22 11:01 ` Paul Mundt
2009-03-22 11:13 ` Paul Mundt
2009-03-22 11:49 ` Adrian McMenamin
2009-03-22 13:49 ` Adrian McMenamin [this message]
2009-03-22 15:43 ` Paul Mundt
2009-03-22 18:30 ` Adrian McMenamin
2009-03-23 1:18 ` Paul Mundt
2009-03-23 3:49 ` Magnus Damm
2009-03-26 0:01 ` Adrian McMenamin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1237729786.6534.14.camel@localhost.localdomain \
--to=adrian@newgolddream.dyndns.info \
--cc=linux-sh@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox