diff options
Diffstat (limited to 'arch')
183 files changed, 3905 insertions, 11636 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index ad89a33d8c6e..6093c0be58b0 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -31,6 +31,9 @@ config KRETPROBES | |||
31 | def_bool y | 31 | def_bool y |
32 | depends on KPROBES && HAVE_KRETPROBES | 32 | depends on KPROBES && HAVE_KRETPROBES |
33 | 33 | ||
34 | config HAVE_IOREMAP_PROT | ||
35 | def_bool n | ||
36 | |||
34 | config HAVE_KPROBES | 37 | config HAVE_KPROBES |
35 | def_bool n | 38 | def_bool n |
36 | 39 | ||
@@ -42,3 +45,10 @@ config HAVE_DMA_ATTRS | |||
42 | 45 | ||
43 | config USE_GENERIC_SMP_HELPERS | 46 | config USE_GENERIC_SMP_HELPERS |
44 | def_bool n | 47 | def_bool n |
48 | |||
49 | config HAVE_CLK | ||
50 | def_bool n | ||
51 | help | ||
52 | The <linux/clk.h> calls support software clock gating and | ||
53 | thus are a key power management tool on many systems. | ||
54 | |||
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index dbe8c280fea9..1bec55d63ef6 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -333,11 +333,6 @@ config PCI_SYSCALL | |||
333 | config IOMMU_HELPER | 333 | config IOMMU_HELPER |
334 | def_bool PCI | 334 | def_bool PCI |
335 | 335 | ||
336 | config ALPHA_CORE_AGP | ||
337 | bool | ||
338 | depends on ALPHA_GENERIC || ALPHA_TITAN || ALPHA_MARVEL | ||
339 | default y | ||
340 | |||
341 | config ALPHA_NONAME | 336 | config ALPHA_NONAME |
342 | bool | 337 | bool |
343 | depends on ALPHA_BOOK1 || ALPHA_NONAME_CH | 338 | depends on ALPHA_BOOK1 || ALPHA_NONAME_CH |
diff --git a/arch/alpha/mm/numa.c b/arch/alpha/mm/numa.c index 10ab7833e83c..d8c4ceaf00b9 100644 --- a/arch/alpha/mm/numa.c +++ b/arch/alpha/mm/numa.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <asm/pgalloc.h> | 19 | #include <asm/pgalloc.h> |
20 | 20 | ||
21 | pg_data_t node_data[MAX_NUMNODES]; | 21 | pg_data_t node_data[MAX_NUMNODES]; |
22 | bootmem_data_t node_bdata[MAX_NUMNODES]; | ||
23 | EXPORT_SYMBOL(node_data); | 22 | EXPORT_SYMBOL(node_data); |
24 | 23 | ||
25 | #undef DEBUG_DISCONTIG | 24 | #undef DEBUG_DISCONTIG |
@@ -141,7 +140,7 @@ setup_memory_node(int nid, void *kernel_end) | |||
141 | printk(" not enough mem to reserve NODE_DATA"); | 140 | printk(" not enough mem to reserve NODE_DATA"); |
142 | return; | 141 | return; |
143 | } | 142 | } |
144 | NODE_DATA(nid)->bdata = &node_bdata[nid]; | 143 | NODE_DATA(nid)->bdata = &bootmem_node_data[nid]; |
145 | 144 | ||
146 | printk(" Detected node memory: start %8lu, end %8lu\n", | 145 | printk(" Detected node memory: start %8lu, end %8lu\n", |
147 | node_min_pfn, node_max_pfn); | 146 | node_min_pfn, node_max_pfn); |
@@ -304,8 +303,9 @@ void __init paging_init(void) | |||
304 | dma_local_pfn = virt_to_phys((char *)MAX_DMA_ADDRESS) >> PAGE_SHIFT; | 303 | dma_local_pfn = virt_to_phys((char *)MAX_DMA_ADDRESS) >> PAGE_SHIFT; |
305 | 304 | ||
306 | for_each_online_node(nid) { | 305 | for_each_online_node(nid) { |
307 | unsigned long start_pfn = node_bdata[nid].node_boot_start >> PAGE_SHIFT; | 306 | bootmem_data_t *bdata = &bootmem_node_data[nid]; |
308 | unsigned long end_pfn = node_bdata[nid].node_low_pfn; | 307 | unsigned long start_pfn = bdata->node_min_pfn; |
308 | unsigned long end_pfn = bdata->node_low_pfn; | ||
309 | 309 | ||
310 | if (dma_local_pfn >= end_pfn - start_pfn) | 310 | if (dma_local_pfn >= end_pfn - start_pfn) |
311 | zones_size[ZONE_DMA] = end_pfn - start_pfn; | 311 | zones_size[ZONE_DMA] = end_pfn - start_pfn; |
@@ -313,7 +313,7 @@ void __init paging_init(void) | |||
313 | zones_size[ZONE_DMA] = dma_local_pfn; | 313 | zones_size[ZONE_DMA] = dma_local_pfn; |
314 | zones_size[ZONE_NORMAL] = (end_pfn - start_pfn) - dma_local_pfn; | 314 | zones_size[ZONE_NORMAL] = (end_pfn - start_pfn) - dma_local_pfn; |
315 | } | 315 | } |
316 | free_area_init_node(nid, NODE_DATA(nid), zones_size, start_pfn, NULL); | 316 | free_area_init_node(nid, zones_size, start_pfn, NULL); |
317 | } | 317 | } |
318 | 318 | ||
319 | /* Initialize the kernel's ZERO_PGE. */ | 319 | /* Initialize the kernel's ZERO_PGE. */ |
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d048f6887d0b..6fb4f03369f2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -198,12 +198,14 @@ choice | |||
198 | config ARCH_AAEC2000 | 198 | config ARCH_AAEC2000 |
199 | bool "Agilent AAEC-2000 based" | 199 | bool "Agilent AAEC-2000 based" |
200 | select ARM_AMBA | 200 | select ARM_AMBA |
201 | select HAVE_CLK | ||
201 | help | 202 | help |
202 | This enables support for systems based on the Agilent AAEC-2000 | 203 | This enables support for systems based on the Agilent AAEC-2000 |
203 | 204 | ||
204 | config ARCH_INTEGRATOR | 205 | config ARCH_INTEGRATOR |
205 | bool "ARM Ltd. Integrator family" | 206 | bool "ARM Ltd. Integrator family" |
206 | select ARM_AMBA | 207 | select ARM_AMBA |
208 | select HAVE_CLK | ||
207 | select ICST525 | 209 | select ICST525 |
208 | help | 210 | help |
209 | Support for ARM's Integrator platform. | 211 | Support for ARM's Integrator platform. |
@@ -211,6 +213,7 @@ config ARCH_INTEGRATOR | |||
211 | config ARCH_REALVIEW | 213 | config ARCH_REALVIEW |
212 | bool "ARM Ltd. RealView family" | 214 | bool "ARM Ltd. RealView family" |
213 | select ARM_AMBA | 215 | select ARM_AMBA |
216 | select HAVE_CLK | ||
214 | select ICST307 | 217 | select ICST307 |
215 | select GENERIC_TIME | 218 | select GENERIC_TIME |
216 | select GENERIC_CLOCKEVENTS | 219 | select GENERIC_CLOCKEVENTS |
@@ -221,6 +224,7 @@ config ARCH_VERSATILE | |||
221 | bool "ARM Ltd. Versatile family" | 224 | bool "ARM Ltd. Versatile family" |
222 | select ARM_AMBA | 225 | select ARM_AMBA |
223 | select ARM_VIC | 226 | select ARM_VIC |
227 | select HAVE_CLK | ||
224 | select ICST307 | 228 | select ICST307 |
225 | select GENERIC_TIME | 229 | select GENERIC_TIME |
226 | select GENERIC_CLOCKEVENTS | 230 | select GENERIC_CLOCKEVENTS |
@@ -262,6 +266,8 @@ config ARCH_EP93XX | |||
262 | select ARM_AMBA | 266 | select ARM_AMBA |
263 | select ARM_VIC | 267 | select ARM_VIC |
264 | select GENERIC_GPIO | 268 | select GENERIC_GPIO |
269 | select HAVE_CLK | ||
270 | select HAVE_CLK | ||
265 | select HAVE_GPIO_LIB | 271 | select HAVE_GPIO_LIB |
266 | help | 272 | help |
267 | This enables support for the Cirrus EP93xx series of CPUs. | 273 | This enables support for the Cirrus EP93xx series of CPUs. |
@@ -381,6 +387,7 @@ config ARCH_NS9XXX | |||
381 | select GENERIC_GPIO | 387 | select GENERIC_GPIO |
382 | select GENERIC_TIME | 388 | select GENERIC_TIME |
383 | select GENERIC_CLOCKEVENTS | 389 | select GENERIC_CLOCKEVENTS |
390 | select HAVE_CLK | ||
384 | help | 391 | help |
385 | Say Y here if you intend to run this kernel on a NetSilicon NS9xxx | 392 | Say Y here if you intend to run this kernel on a NetSilicon NS9xxx |
386 | System. | 393 | System. |
@@ -430,6 +437,7 @@ config ARCH_ORION5X | |||
430 | 437 | ||
431 | config ARCH_PNX4008 | 438 | config ARCH_PNX4008 |
432 | bool "Philips Nexperia PNX4008 Mobile" | 439 | bool "Philips Nexperia PNX4008 Mobile" |
440 | select HAVE_CLK | ||
433 | help | 441 | help |
434 | This enables support for Philips PNX4008 mobile platform. | 442 | This enables support for Philips PNX4008 mobile platform. |
435 | 443 | ||
@@ -438,6 +446,7 @@ config ARCH_PXA | |||
438 | depends on MMU | 446 | depends on MMU |
439 | select ARCH_MTD_XIP | 447 | select ARCH_MTD_XIP |
440 | select GENERIC_GPIO | 448 | select GENERIC_GPIO |
449 | select HAVE_CLK | ||
441 | select HAVE_GPIO_LIB | 450 | select HAVE_GPIO_LIB |
442 | select GENERIC_TIME | 451 | select GENERIC_TIME |
443 | select GENERIC_CLOCKEVENTS | 452 | select GENERIC_CLOCKEVENTS |
@@ -468,6 +477,7 @@ config ARCH_SA1100 | |||
468 | select GENERIC_GPIO | 477 | select GENERIC_GPIO |
469 | select GENERIC_TIME | 478 | select GENERIC_TIME |
470 | select GENERIC_CLOCKEVENTS | 479 | select GENERIC_CLOCKEVENTS |
480 | select HAVE_CLK | ||
471 | select TICK_ONESHOT | 481 | select TICK_ONESHOT |
472 | select HAVE_GPIO_LIB | 482 | select HAVE_GPIO_LIB |
473 | help | 483 | help |
@@ -476,6 +486,7 @@ config ARCH_SA1100 | |||
476 | config ARCH_S3C2410 | 486 | config ARCH_S3C2410 |
477 | bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443" | 487 | bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443" |
478 | select GENERIC_GPIO | 488 | select GENERIC_GPIO |
489 | select HAVE_CLK | ||
479 | help | 490 | help |
480 | Samsung S3C2410X CPU based systems, such as the Simtec Electronics | 491 | Samsung S3C2410X CPU based systems, such as the Simtec Electronics |
481 | BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or | 492 | BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or |
@@ -503,12 +514,14 @@ config ARCH_DAVINCI | |||
503 | select GENERIC_TIME | 514 | select GENERIC_TIME |
504 | select GENERIC_CLOCKEVENTS | 515 | select GENERIC_CLOCKEVENTS |
505 | select GENERIC_GPIO | 516 | select GENERIC_GPIO |
517 | select HAVE_CLK | ||
506 | help | 518 | help |
507 | Support for TI's DaVinci platform. | 519 | Support for TI's DaVinci platform. |
508 | 520 | ||
509 | config ARCH_OMAP | 521 | config ARCH_OMAP |
510 | bool "TI OMAP" | 522 | bool "TI OMAP" |
511 | select GENERIC_GPIO | 523 | select GENERIC_GPIO |
524 | select HAVE_CLK | ||
512 | select HAVE_GPIO_LIB | 525 | select HAVE_GPIO_LIB |
513 | select GENERIC_TIME | 526 | select GENERIC_TIME |
514 | select GENERIC_CLOCKEVENTS | 527 | select GENERIC_CLOCKEVENTS |
diff --git a/arch/arm/kernel/module.c b/arch/arm/kernel/module.c index 79b7e5cf5416..a68259a0cccd 100644 --- a/arch/arm/kernel/module.c +++ b/arch/arm/kernel/module.c | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <linux/moduleloader.h> | 14 | #include <linux/moduleloader.h> |
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <linux/mm.h> | ||
16 | #include <linux/elf.h> | 17 | #include <linux/elf.h> |
17 | #include <linux/vmalloc.h> | 18 | #include <linux/vmalloc.h> |
18 | #include <linux/slab.h> | 19 | #include <linux/slab.h> |
diff --git a/arch/arm/mach-iop32x/n2100.c b/arch/arm/mach-iop32x/n2100.c index 2741063bf361..28f164ea4726 100644 --- a/arch/arm/mach-iop32x/n2100.c +++ b/arch/arm/mach-iop32x/n2100.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/mm.h> | 17 | #include <linux/mm.h> |
18 | #include <linux/init.h> | 18 | #include <linux/init.h> |
19 | #include <linux/f75375s.h> | 19 | #include <linux/f75375s.h> |
20 | #include <linux/leds-pca9532.h> | ||
20 | #include <linux/delay.h> | 21 | #include <linux/delay.h> |
21 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
22 | #include <linux/pci.h> | 23 | #include <linux/pci.h> |
@@ -206,6 +207,53 @@ static struct f75375s_platform_data n2100_f75375s = { | |||
206 | .pwm_enable = { 0, 0 }, | 207 | .pwm_enable = { 0, 0 }, |
207 | }; | 208 | }; |
208 | 209 | ||
210 | static struct pca9532_platform_data n2100_leds = { | ||
211 | .leds = { | ||
212 | { .name = "n2100:red:satafail0", | ||
213 | .state = PCA9532_OFF, | ||
214 | .type = PCA9532_TYPE_LED, | ||
215 | }, | ||
216 | { .name = "n2100:red:satafail1", | ||
217 | .state = PCA9532_OFF, | ||
218 | .type = PCA9532_TYPE_LED, | ||
219 | }, | ||
220 | { .name = "n2100:blue:usb", | ||
221 | .state = PCA9532_OFF, | ||
222 | .type = PCA9532_TYPE_LED, | ||
223 | }, | ||
224 | { .type = PCA9532_TYPE_NONE }, | ||
225 | |||
226 | { .type = PCA9532_TYPE_NONE }, | ||
227 | { .type = PCA9532_TYPE_NONE }, | ||
228 | { .type = PCA9532_TYPE_NONE }, | ||
229 | { .name = "n2100:red:usb", | ||
230 | .state = PCA9532_OFF, | ||
231 | .type = PCA9532_TYPE_LED, | ||
232 | }, | ||
233 | |||
234 | { .type = PCA9532_TYPE_NONE }, /* power OFF gpio */ | ||
235 | { .type = PCA9532_TYPE_NONE }, /* reset gpio */ | ||
236 | { .type = PCA9532_TYPE_NONE }, | ||
237 | { .type = PCA9532_TYPE_NONE }, | ||
238 | |||
239 | { .type = PCA9532_TYPE_NONE }, | ||
240 | { .name = "n2100:orange:system", | ||
241 | .state = PCA9532_OFF, | ||
242 | .type = PCA9532_TYPE_LED, | ||
243 | }, | ||
244 | { .name = "n2100:red:system", | ||
245 | .state = PCA9532_OFF, | ||
246 | .type = PCA9532_TYPE_LED, | ||
247 | }, | ||
248 | { .name = "N2100 beeper" , | ||
249 | .state = PCA9532_OFF, | ||
250 | .type = PCA9532_TYPE_N2100_BEEP, | ||
251 | }, | ||
252 | }, | ||
253 | .psc = { 0, 0 }, | ||
254 | .pwm = { 0, 0 }, | ||
255 | }; | ||
256 | |||
209 | static struct i2c_board_info __initdata n2100_i2c_devices[] = { | 257 | static struct i2c_board_info __initdata n2100_i2c_devices[] = { |
210 | { | 258 | { |
211 | I2C_BOARD_INFO("rs5c372b", 0x32), | 259 | I2C_BOARD_INFO("rs5c372b", 0x32), |
@@ -214,6 +262,10 @@ static struct i2c_board_info __initdata n2100_i2c_devices[] = { | |||
214 | I2C_BOARD_INFO("f75375", 0x2e), | 262 | I2C_BOARD_INFO("f75375", 0x2e), |
215 | .platform_data = &n2100_f75375s, | 263 | .platform_data = &n2100_f75375s, |
216 | }, | 264 | }, |
265 | { | ||
266 | I2C_BOARD_INFO("pca9532", 0x60), | ||
267 | .platform_data = &n2100_leds, | ||
268 | }, | ||
217 | }; | 269 | }; |
218 | 270 | ||
219 | /* | 271 | /* |
diff --git a/arch/arm/mach-ns9xxx/clock.c b/arch/arm/mach-ns9xxx/clock.c index f8639161068f..44ed20d4a388 100644 --- a/arch/arm/mach-ns9xxx/clock.c +++ b/arch/arm/mach-ns9xxx/clock.c | |||
@@ -14,8 +14,8 @@ | |||
14 | #include <linux/clk.h> | 14 | #include <linux/clk.h> |
15 | #include <linux/string.h> | 15 | #include <linux/string.h> |
16 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
17 | #include <linux/semaphore.h> | ||
17 | 18 | ||
18 | #include <asm/semaphore.h> | ||
19 | #include "clock.h" | 19 | #include "clock.h" |
20 | 20 | ||
21 | static LIST_HEAD(clocks); | 21 | static LIST_HEAD(clocks); |
diff --git a/arch/arm/mm/discontig.c b/arch/arm/mm/discontig.c index 1e5602189507..c8c0c4b0f0a3 100644 --- a/arch/arm/mm/discontig.c +++ b/arch/arm/mm/discontig.c | |||
@@ -21,26 +21,24 @@ | |||
21 | * Our node_data structure for discontiguous memory. | 21 | * Our node_data structure for discontiguous memory. |
22 | */ | 22 | */ |
23 | 23 | ||
24 | static bootmem_data_t node_bootmem_data[MAX_NUMNODES]; | ||
25 | |||
26 | pg_data_t discontig_node_data[MAX_NUMNODES] = { | 24 | pg_data_t discontig_node_data[MAX_NUMNODES] = { |
27 | { .bdata = &node_bootmem_data[0] }, | 25 | { .bdata = &bootmem_node_data[0] }, |
28 | { .bdata = &node_bootmem_data[1] }, | 26 | { .bdata = &bootmem_node_data[1] }, |
29 | { .bdata = &node_bootmem_data[2] }, | 27 | { .bdata = &bootmem_node_data[2] }, |
30 | { .bdata = &node_bootmem_data[3] }, | 28 | { .bdata = &bootmem_node_data[3] }, |
31 | #if MAX_NUMNODES == 16 | 29 | #if MAX_NUMNODES == 16 |
32 | { .bdata = &node_bootmem_data[4] }, | 30 | { .bdata = &bootmem_node_data[4] }, |
33 | { .bdata = &node_bootmem_data[5] }, | 31 | { .bdata = &bootmem_node_data[5] }, |
34 | { .bdata = &node_bootmem_data[6] }, | 32 | { .bdata = &bootmem_node_data[6] }, |
35 | { .bdata = &node_bootmem_data[7] }, | 33 | { .bdata = &bootmem_node_data[7] }, |
36 | { .bdata = &node_bootmem_data[8] }, | 34 | { .bdata = &bootmem_node_data[8] }, |
37 | { .bdata = &node_bootmem_data[9] }, | 35 | { .bdata = &bootmem_node_data[9] }, |
38 | { .bdata = &node_bootmem_data[10] }, | 36 | { .bdata = &bootmem_node_data[10] }, |
39 | { .bdata = &node_bootmem_data[11] }, | 37 | { .bdata = &bootmem_node_data[11] }, |
40 | { .bdata = &node_bootmem_data[12] }, | 38 | { .bdata = &bootmem_node_data[12] }, |
41 | { .bdata = &node_bootmem_data[13] }, | 39 | { .bdata = &bootmem_node_data[13] }, |
42 | { .bdata = &node_bootmem_data[14] }, | 40 | { .bdata = &bootmem_node_data[14] }, |
43 | { .bdata = &node_bootmem_data[15] }, | 41 | { .bdata = &bootmem_node_data[15] }, |
44 | #endif | 42 | #endif |
45 | }; | 43 | }; |
46 | 44 | ||
diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c index b657f1719af0..e6352946dde0 100644 --- a/arch/arm/mm/init.c +++ b/arch/arm/mm/init.c | |||
@@ -284,7 +284,7 @@ bootmem_init_node(int node, int initrd_node, struct meminfo *mi) | |||
284 | */ | 284 | */ |
285 | arch_adjust_zones(node, zone_size, zhole_size); | 285 | arch_adjust_zones(node, zone_size, zhole_size); |
286 | 286 | ||
287 | free_area_init_node(node, pgdat, zone_size, start_pfn, zhole_size); | 287 | free_area_init_node(node, zone_size, start_pfn, zhole_size); |
288 | 288 | ||
289 | return end_pfn; | 289 | return end_pfn; |
290 | } | 290 | } |
diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c index 7854f19b77cf..5d107520e6b9 100644 --- a/arch/arm/plat-omap/fb.c +++ b/arch/arm/plat-omap/fb.c | |||
@@ -23,6 +23,7 @@ | |||
23 | 23 | ||
24 | #include <linux/module.h> | 24 | #include <linux/module.h> |
25 | #include <linux/kernel.h> | 25 | #include <linux/kernel.h> |
26 | #include <linux/mm.h> | ||
26 | #include <linux/init.h> | 27 | #include <linux/init.h> |
27 | #include <linux/platform_device.h> | 28 | #include <linux/platform_device.h> |
28 | #include <linux/bootmem.h> | 29 | #include <linux/bootmem.h> |
@@ -182,7 +183,7 @@ void __init omapfb_reserve_sdram(void) | |||
182 | return; | 183 | return; |
183 | 184 | ||
184 | bdata = NODE_DATA(0)->bdata; | 185 | bdata = NODE_DATA(0)->bdata; |
185 | sdram_start = bdata->node_boot_start; | 186 | sdram_start = bdata->node_min_pfn << PAGE_SHIFT; |
186 | sdram_size = (bdata->node_low_pfn << PAGE_SHIFT) - sdram_start; | 187 | sdram_size = (bdata->node_low_pfn << PAGE_SHIFT) - sdram_start; |
187 | reserved = 0; | 188 | reserved = 0; |
188 | for (i = 0; ; i++) { | 189 | for (i = 0; ; i++) { |
@@ -340,5 +341,3 @@ unsigned long omapfb_reserve_sram(unsigned long sram_pstart, | |||
340 | 341 | ||
341 | 342 | ||
342 | #endif | 343 | #endif |
343 | |||
344 | |||
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 45d63c986015..df4adefedb42 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -10,6 +10,7 @@ config AVR32 | |||
10 | # With EMBEDDED=n, we get lots of stuff automatically selected | 10 | # With EMBEDDED=n, we get lots of stuff automatically selected |
11 | # that we usually don't need on AVR32. | 11 | # that we usually don't need on AVR32. |
12 | select EMBEDDED | 12 | select EMBEDDED |
13 | select HAVE_CLK | ||
13 | select HAVE_OPROFILE | 14 | select HAVE_OPROFILE |
14 | select HAVE_KPROBES | 15 | select HAVE_KPROBES |
15 | help | 16 | help |
diff --git a/arch/avr32/mm/init.c b/arch/avr32/mm/init.c index 3f90a87527bb..3c85fdaa9487 100644 --- a/arch/avr32/mm/init.c +++ b/arch/avr32/mm/init.c | |||
@@ -119,8 +119,7 @@ void __init paging_init(void) | |||
119 | unsigned long zones_size[MAX_NR_ZONES]; | 119 | unsigned long zones_size[MAX_NR_ZONES]; |
120 | unsigned long low, start_pfn; | 120 | unsigned long low, start_pfn; |
121 | 121 | ||
122 | start_pfn = pgdat->bdata->node_boot_start; | 122 | start_pfn = pgdat->bdata->node_min_pfn; |
123 | start_pfn >>= PAGE_SHIFT; | ||
124 | low = pgdat->bdata->node_low_pfn; | 123 | low = pgdat->bdata->node_low_pfn; |
125 | 124 | ||
126 | memset(zones_size, 0, sizeof(zones_size)); | 125 | memset(zones_size, 0, sizeof(zones_size)); |
@@ -129,7 +128,7 @@ void __init paging_init(void) | |||
129 | printk("Node %u: start_pfn = 0x%lx, low = 0x%lx\n", | 128 | printk("Node %u: start_pfn = 0x%lx, low = 0x%lx\n", |
130 | nid, start_pfn, low); | 129 | nid, start_pfn, low); |
131 | 130 | ||
132 | free_area_init_node(nid, pgdat, zones_size, start_pfn, NULL); | 131 | free_area_init_node(nid, zones_size, start_pfn, NULL); |
133 | 132 | ||
134 | printk("Node %u: mem_map starts at %p\n", | 133 | printk("Node %u: mem_map starts at %p\n", |
135 | pgdat->node_id, pgdat->node_mem_map); | 134 | pgdat->node_id, pgdat->node_mem_map); |
diff --git a/arch/avr32/mm/ioremap.c b/arch/avr32/mm/ioremap.c index 3437c82434ac..f03b79f0e0ab 100644 --- a/arch/avr32/mm/ioremap.c +++ b/arch/avr32/mm/ioremap.c | |||
@@ -6,6 +6,7 @@ | |||
6 | * published by the Free Software Foundation. | 6 | * published by the Free Software Foundation. |
7 | */ | 7 | */ |
8 | #include <linux/vmalloc.h> | 8 | #include <linux/vmalloc.h> |
9 | #include <linux/mm.h> | ||
9 | #include <linux/module.h> | 10 | #include <linux/module.h> |
10 | #include <linux/io.h> | 11 | #include <linux/io.h> |
11 | 12 | ||
diff --git a/arch/cris/arch-v10/mm/init.c b/arch/cris/arch-v10/mm/init.c index e0fcd1a9bfd5..742fd1974c2e 100644 --- a/arch/cris/arch-v10/mm/init.c +++ b/arch/cris/arch-v10/mm/init.c | |||
@@ -182,7 +182,7 @@ paging_init(void) | |||
182 | * mem_map page array. | 182 | * mem_map page array. |
183 | */ | 183 | */ |
184 | 184 | ||
185 | free_area_init_node(0, &contig_page_data, zones_size, PAGE_OFFSET >> PAGE_SHIFT, 0); | 185 | free_area_init_node(0, zones_size, PAGE_OFFSET >> PAGE_SHIFT, 0); |
186 | } | 186 | } |
187 | 187 | ||
188 | /* Initialize remaps of some I/O-ports. It is important that this | 188 | /* Initialize remaps of some I/O-ports. It is important that this |
diff --git a/arch/cris/arch-v32/mm/init.c b/arch/cris/arch-v32/mm/init.c index 5a9ac5834647..8a34b8b74293 100644 --- a/arch/cris/arch-v32/mm/init.c +++ b/arch/cris/arch-v32/mm/init.c | |||
@@ -162,7 +162,7 @@ paging_init(void) | |||
162 | * substantially higher than 0, like us (we start at PAGE_OFFSET). This | 162 | * substantially higher than 0, like us (we start at PAGE_OFFSET). This |
163 | * saves space in the mem_map page array. | 163 | * saves space in the mem_map page array. |
164 | */ | 164 | */ |
165 | free_area_init_node(0, &contig_page_data, zones_size, PAGE_OFFSET >> PAGE_SHIFT, 0); | 165 | free_area_init_node(0, zones_size, PAGE_OFFSET >> PAGE_SHIFT, 0); |
166 | 166 | ||
167 | mem_map = contig_page_data.node_mem_map; | 167 | mem_map = contig_page_data.node_mem_map; |
168 | } | 168 | } |
diff --git a/arch/cris/kernel/profile.c b/arch/cris/kernel/profile.c index 44f7b4f79476..9aa571169bcc 100644 --- a/arch/cris/kernel/profile.c +++ b/arch/cris/kernel/profile.c | |||
@@ -35,19 +35,16 @@ read_cris_profile(struct file *file, char __user *buf, | |||
35 | size_t count, loff_t *ppos) | 35 | size_t count, loff_t *ppos) |
36 | { | 36 | { |
37 | unsigned long p = *ppos; | 37 | unsigned long p = *ppos; |
38 | ssize_t ret; | ||
38 | 39 | ||
39 | if (p > SAMPLE_BUFFER_SIZE) | 40 | ret = simple_read_from_buffer(buf, count, ppos, sample_buffer, |
40 | return 0; | 41 | SAMPLE_BUFFER_SIZE); |
42 | if (ret < 0) | ||
43 | return ret; | ||
41 | 44 | ||
42 | if (p + count > SAMPLE_BUFFER_SIZE) | 45 | memset(sample_buffer + p, 0, ret); |
43 | count = SAMPLE_BUFFER_SIZE - p; | ||
44 | if (copy_to_user(buf, sample_buffer + p,count)) | ||
45 | return -EFAULT; | ||
46 | 46 | ||
47 | memset(sample_buffer + p, 0, count); | 47 | return ret; |
48 | *ppos += count; | ||
49 | |||
50 | return count; | ||
51 | } | 48 | } |
52 | 49 | ||
53 | static ssize_t | 50 | static ssize_t |
diff --git a/arch/frv/kernel/pm.c b/arch/frv/kernel/pm.c index 73f3aeefd203..d1113c5031f5 100644 --- a/arch/frv/kernel/pm.c +++ b/arch/frv/kernel/pm.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
15 | #include <linux/module.h> | 15 | #include <linux/module.h> |
16 | #include <linux/pm.h> | 16 | #include <linux/pm.h> |
17 | #include <linux/pm_legacy.h> | ||
18 | #include <linux/sched.h> | 17 | #include <linux/sched.h> |
19 | #include <linux/interrupt.h> | 18 | #include <linux/interrupt.h> |
20 | #include <linux/sysctl.h> | 19 | #include <linux/sysctl.h> |
diff --git a/arch/h8300/kernel/setup.c b/arch/h8300/kernel/setup.c index b1f25c20a5db..7fda657110eb 100644 --- a/arch/h8300/kernel/setup.c +++ b/arch/h8300/kernel/setup.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <linux/sched.h> | 20 | #include <linux/sched.h> |
21 | #include <linux/delay.h> | 21 | #include <linux/delay.h> |
22 | #include <linux/interrupt.h> | 22 | #include <linux/interrupt.h> |
23 | #include <linux/mm.h> | ||
23 | #include <linux/fs.h> | 24 | #include <linux/fs.h> |
24 | #include <linux/fb.h> | 25 | #include <linux/fb.h> |
25 | #include <linux/console.h> | 26 | #include <linux/console.h> |
diff --git a/arch/ia64/ia32/sys_ia32.c b/arch/ia64/ia32/sys_ia32.c index 7e028ceb93ba..465116aecb85 100644 --- a/arch/ia64/ia32/sys_ia32.c +++ b/arch/ia64/ia32/sys_ia32.c | |||
@@ -1139,7 +1139,7 @@ sys32_pipe (int __user *fd) | |||
1139 | int retval; | 1139 | int retval; |
1140 | int fds[2]; | 1140 | int fds[2]; |
1141 | 1141 | ||
1142 | retval = do_pipe(fds); | 1142 | retval = do_pipe_flags(fds, 0); |
1143 | if (retval) | 1143 | if (retval) |
1144 | goto out; | 1144 | goto out; |
1145 | if (copy_to_user(fd, fds, sizeof(fds))) | 1145 | if (copy_to_user(fd, fds, sizeof(fds))) |
diff --git a/arch/ia64/kernel/sys_ia64.c b/arch/ia64/kernel/sys_ia64.c index 1eda194b9559..bcbb6d8792d3 100644 --- a/arch/ia64/kernel/sys_ia64.c +++ b/arch/ia64/kernel/sys_ia64.c | |||
@@ -160,7 +160,7 @@ sys_pipe (void) | |||
160 | int fd[2]; | 160 | int fd[2]; |
161 | int retval; | 161 | int retval; |
162 | 162 | ||
163 | retval = do_pipe(fd); | 163 | retval = do_pipe_flags(fd, 0); |
164 | if (retval) | 164 | if (retval) |
165 | goto out; | 165 | goto out; |
166 | retval = fd[0]; | 166 | retval = fd[0]; |
diff --git a/arch/ia64/mm/discontig.c b/arch/ia64/mm/discontig.c index 544dc420c65e..d83125e1ed27 100644 --- a/arch/ia64/mm/discontig.c +++ b/arch/ia64/mm/discontig.c | |||
@@ -36,7 +36,6 @@ struct early_node_data { | |||
36 | struct ia64_node_data *node_data; | 36 | struct ia64_node_data *node_data; |
37 | unsigned long pernode_addr; | 37 | unsigned long pernode_addr; |
38 | unsigned long pernode_size; | 38 | unsigned long pernode_size; |
39 | struct bootmem_data bootmem_data; | ||
40 | unsigned long num_physpages; | 39 | unsigned long num_physpages; |
41 | #ifdef CONFIG_ZONE_DMA | 40 | #ifdef CONFIG_ZONE_DMA |
42 | unsigned long num_dma_physpages; | 41 | unsigned long num_dma_physpages; |
@@ -75,17 +74,17 @@ pg_data_t *pgdat_list[MAX_NUMNODES]; | |||
75 | static int __init build_node_maps(unsigned long start, unsigned long len, | 74 | static int __init build_node_maps(unsigned long start, unsigned long len, |
76 | int node) | 75 | int node) |
77 | { | 76 | { |
78 | unsigned long cstart, epfn, end = start + len; | 77 | unsigned long spfn, epfn, end = start + len; |
79 | struct bootmem_data *bdp = &mem_data[node].bootmem_data; | 78 | struct bootmem_data *bdp = &bootmem_node_data[node]; |
80 | 79 | ||
81 | epfn = GRANULEROUNDUP(end) >> PAGE_SHIFT; | 80 | epfn = GRANULEROUNDUP(end) >> PAGE_SHIFT; |
82 | cstart = GRANULEROUNDDOWN(start); | 81 | spfn = GRANULEROUNDDOWN(start) >> PAGE_SHIFT; |
83 | 82 | ||
84 | if (!bdp->node_low_pfn) { | 83 | if (!bdp->node_low_pfn) { |
85 | bdp->node_boot_start = cstart; | 84 | bdp->node_min_pfn = spfn; |
86 | bdp->node_low_pfn = epfn; | 85 | bdp->node_low_pfn = epfn; |
87 | } else { | 86 | } else { |
88 | bdp->node_boot_start = min(cstart, bdp->node_boot_start); | 87 | bdp->node_min_pfn = min(spfn, bdp->node_min_pfn); |
89 | bdp->node_low_pfn = max(epfn, bdp->node_low_pfn); | 88 | bdp->node_low_pfn = max(epfn, bdp->node_low_pfn); |
90 | } | 89 | } |
91 | 90 | ||
@@ -167,7 +166,7 @@ static void __init fill_pernode(int node, unsigned long pernode, | |||
167 | { | 166 | { |
168 | void *cpu_data; | 167 | void *cpu_data; |
169 | int cpus = early_nr_cpus_node(node); | 168 | int cpus = early_nr_cpus_node(node); |
170 | struct bootmem_data *bdp = &mem_data[node].bootmem_data; | 169 | struct bootmem_data *bdp = &bootmem_node_data[node]; |
171 | 170 | ||
172 | mem_data[node].pernode_addr = pernode; | 171 | mem_data[node].pernode_addr = pernode; |
173 | mem_data[node].pernode_size = pernodesize; | 172 | mem_data[node].pernode_size = pernodesize; |
@@ -222,20 +221,21 @@ static void __init fill_pernode(int node, unsigned long pernode, | |||
222 | static int __init find_pernode_space(unsigned long start, unsigned long len, | 221 | static int __init find_pernode_space(unsigned long start, unsigned long len, |
223 | int node) | 222 | int node) |
224 | { | 223 | { |
225 | unsigned long epfn; | 224 | unsigned long spfn, epfn; |
226 | unsigned long pernodesize = 0, pernode, pages, mapsize; | 225 | unsigned long pernodesize = 0, pernode, pages, mapsize; |
227 | struct bootmem_data *bdp = &mem_data[node].bootmem_data; | 226 | struct bootmem_data *bdp = &bootmem_node_data[node]; |
228 | 227 | ||
228 | spfn = start >> PAGE_SHIFT; | ||
229 | epfn = (start + len) >> PAGE_SHIFT; | 229 | epfn = (start + len) >> PAGE_SHIFT; |
230 | 230 | ||
231 | pages = bdp->node_low_pfn - (bdp->node_boot_start >> PAGE_SHIFT); | 231 | pages = bdp->node_low_pfn - bdp->node_min_pfn; |
232 | mapsize = bootmem_bootmap_pages(pages) << PAGE_SHIFT; | 232 | mapsize = bootmem_bootmap_pages(pages) << PAGE_SHIFT; |
233 | 233 | ||
234 | /* | 234 | /* |
235 | * Make sure this memory falls within this node's usable memory | 235 | * Make sure this memory falls within this node's usable memory |
236 | * since we may have thrown some away in build_maps(). | 236 | * since we may have thrown some away in build_maps(). |
237 | */ | 237 | */ |
238 | if (start < bdp->node_boot_start || epfn > bdp->node_low_pfn) | 238 | if (spfn < bdp->node_min_pfn || epfn > bdp->node_low_pfn) |
239 | return 0; | 239 | return 0; |
240 | 240 | ||
241 | /* Don't setup this node's local space twice... */ | 241 | /* Don't setup this node's local space twice... */ |
@@ -297,7 +297,7 @@ static void __init reserve_pernode_space(void) | |||
297 | bdp = pdp->bdata; | 297 | bdp = pdp->bdata; |
298 | 298 | ||
299 | /* First the bootmem_map itself */ | 299 | /* First the bootmem_map itself */ |
300 | pages = bdp->node_low_pfn - (bdp->node_boot_start>>PAGE_SHIFT); | 300 | pages = bdp->node_low_pfn - bdp->node_min_pfn; |
301 | size = bootmem_bootmap_pages(pages) << PAGE_SHIFT; | 301 | size = bootmem_bootmap_pages(pages) << PAGE_SHIFT; |
302 | base = __pa(bdp->node_bootmem_map); | 302 | base = __pa(bdp->node_bootmem_map); |
303 | reserve_bootmem_node(pdp, base, size, BOOTMEM_DEFAULT); | 303 | reserve_bootmem_node(pdp, base, size, BOOTMEM_DEFAULT); |
@@ -440,7 +440,7 @@ void __init find_memory(void) | |||
440 | efi_memmap_walk(find_max_min_low_pfn, NULL); | 440 | efi_memmap_walk(find_max_min_low_pfn, NULL); |
441 | 441 | ||
442 | for_each_online_node(node) | 442 | for_each_online_node(node) |
443 | if (mem_data[node].bootmem_data.node_low_pfn) { | 443 | if (bootmem_node_data[node].node_low_pfn) { |
444 | node_clear(node, memory_less_mask); | 444 | node_clear(node, memory_less_mask); |
445 | mem_data[node].min_pfn = ~0UL; | 445 | mem_data[node].min_pfn = ~0UL; |
446 | } | 446 | } |
@@ -460,14 +460,14 @@ void __init find_memory(void) | |||
460 | else if (node_isset(node, memory_less_mask)) | 460 | else if (node_isset(node, memory_less_mask)) |
461 | continue; | 461 | continue; |
462 | 462 | ||
463 | bdp = &mem_data[node].bootmem_data; | 463 | bdp = &bootmem_node_data[node]; |
464 | pernode = mem_data[node].pernode_addr; | 464 | pernode = mem_data[node].pernode_addr; |
465 | pernodesize = mem_data[node].pernode_size; | 465 | pernodesize = mem_data[node].pernode_size; |
466 | map = pernode + pernodesize; | 466 | map = pernode + pernodesize; |
467 | 467 | ||
468 | init_bootmem_node(pgdat_list[node], | 468 | init_bootmem_node(pgdat_list[node], |
469 | map>>PAGE_SHIFT, | 469 | map>>PAGE_SHIFT, |
470 | bdp->node_boot_start>>PAGE_SHIFT, | 470 | bdp->node_min_pfn, |
471 | bdp->node_low_pfn); | 471 | bdp->node_low_pfn); |
472 | } | 472 | } |
473 | 473 | ||
diff --git a/arch/ia64/mm/hugetlbpage.c b/arch/ia64/mm/hugetlbpage.c index d3ce8f3bcaa6..c45fc7f5a979 100644 --- a/arch/ia64/mm/hugetlbpage.c +++ b/arch/ia64/mm/hugetlbpage.c | |||
@@ -24,7 +24,7 @@ | |||
24 | unsigned int hpage_shift=HPAGE_SHIFT_DEFAULT; | 24 | unsigned int hpage_shift=HPAGE_SHIFT_DEFAULT; |
25 | 25 | ||
26 | pte_t * | 26 | pte_t * |
27 | huge_pte_alloc (struct mm_struct *mm, unsigned long addr) | 27 | huge_pte_alloc(struct mm_struct *mm, unsigned long addr, unsigned long sz) |
28 | { | 28 | { |
29 | unsigned long taddr = htlbpage_to_page(addr); | 29 | unsigned long taddr = htlbpage_to_page(addr); |
30 | pgd_t *pgd; | 30 | pgd_t *pgd; |
@@ -75,7 +75,8 @@ int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr, pte_t *ptep) | |||
75 | * Don't actually need to do any preparation, but need to make sure | 75 | * Don't actually need to do any preparation, but need to make sure |
76 | * the address is in the right region. | 76 | * the address is in the right region. |
77 | */ | 77 | */ |
78 | int prepare_hugepage_range(unsigned long addr, unsigned long len) | 78 | int prepare_hugepage_range(struct file *file, |
79 | unsigned long addr, unsigned long len) | ||
79 | { | 80 | { |
80 | if (len & ~HPAGE_MASK) | 81 | if (len & ~HPAGE_MASK) |
81 | return -EINVAL; | 82 | return -EINVAL; |
@@ -106,13 +107,19 @@ int pmd_huge(pmd_t pmd) | |||
106 | { | 107 | { |
107 | return 0; | 108 | return 0; |
108 | } | 109 | } |
110 | |||
111 | int pud_huge(pud_t pud) | ||
112 | { | ||
113 | return 0; | ||
114 | } | ||
115 | |||
109 | struct page * | 116 | struct page * |
110 | follow_huge_pmd(struct mm_struct *mm, unsigned long address, pmd_t *pmd, int write) | 117 | follow_huge_pmd(struct mm_struct *mm, unsigned long address, pmd_t *pmd, int write) |
111 | { | 118 | { |
112 | return NULL; | 119 | return NULL; |
113 | } | 120 | } |
114 | 121 | ||
115 | void hugetlb_free_pgd_range(struct mmu_gather **tlb, | 122 | void hugetlb_free_pgd_range(struct mmu_gather *tlb, |
116 | unsigned long addr, unsigned long end, | 123 | unsigned long addr, unsigned long end, |
117 | unsigned long floor, unsigned long ceiling) | 124 | unsigned long floor, unsigned long ceiling) |
118 | { | 125 | { |
@@ -149,7 +156,7 @@ unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr, u | |||
149 | 156 | ||
150 | /* Handle MAP_FIXED */ | 157 | /* Handle MAP_FIXED */ |
151 | if (flags & MAP_FIXED) { | 158 | if (flags & MAP_FIXED) { |
152 | if (prepare_hugepage_range(addr, len)) | 159 | if (prepare_hugepage_range(file, addr, len)) |
153 | return -EINVAL; | 160 | return -EINVAL; |
154 | return addr; | 161 | return addr; |
155 | } | 162 | } |
diff --git a/arch/m32r/mm/discontig.c b/arch/m32r/mm/discontig.c index 07c1af7dc0e2..cbc3c4c54566 100644 --- a/arch/m32r/mm/discontig.c +++ b/arch/m32r/mm/discontig.c | |||
@@ -20,7 +20,6 @@ extern char _end[]; | |||
20 | 20 | ||
21 | struct pglist_data *node_data[MAX_NUMNODES]; | 21 | struct pglist_data *node_data[MAX_NUMNODES]; |
22 | EXPORT_SYMBOL(node_data); | 22 | EXPORT_SYMBOL(node_data); |
23 | static bootmem_data_t node_bdata[MAX_NUMNODES] __initdata; | ||
24 | 23 | ||
25 | pg_data_t m32r_node_data[MAX_NUMNODES]; | 24 | pg_data_t m32r_node_data[MAX_NUMNODES]; |
26 | 25 | ||
@@ -81,7 +80,7 @@ unsigned long __init setup_memory(void) | |||
81 | for_each_online_node(nid) { | 80 | for_each_online_node(nid) { |
82 | mp = &mem_prof[nid]; | 81 | mp = &mem_prof[nid]; |
83 | NODE_DATA(nid)=(pg_data_t *)&m32r_node_data[nid]; | 82 | NODE_DATA(nid)=(pg_data_t *)&m32r_node_data[nid]; |
84 | NODE_DATA(nid)->bdata = &node_bdata[nid]; | 83 | NODE_DATA(nid)->bdata = &bootmem_node_data[nid]; |
85 | min_pfn = mp->start_pfn; | 84 | min_pfn = mp->start_pfn; |
86 | max_pfn = mp->start_pfn + mp->pages; | 85 | max_pfn = mp->start_pfn + mp->pages; |
87 | bootmap_size = init_bootmem_node(NODE_DATA(nid), mp->free_pfn, | 86 | bootmap_size = init_bootmem_node(NODE_DATA(nid), mp->free_pfn, |
@@ -124,8 +123,7 @@ unsigned long __init setup_memory(void) | |||
124 | return max_low_pfn; | 123 | return max_low_pfn; |
125 | } | 124 | } |
126 | 125 | ||
127 | #define START_PFN(nid) \ | 126 | #define START_PFN(nid) (NODE_DATA(nid)->bdata->node_min_pfn) |
128 | (NODE_DATA(nid)->bdata->node_boot_start >> PAGE_SHIFT) | ||
129 | #define MAX_LOW_PFN(nid) (NODE_DATA(nid)->bdata->node_low_pfn) | 127 | #define MAX_LOW_PFN(nid) (NODE_DATA(nid)->bdata->node_low_pfn) |
130 | 128 | ||
131 | unsigned long __init zone_sizes_init(void) | 129 | unsigned long __init zone_sizes_init(void) |
@@ -148,8 +146,7 @@ unsigned long __init zone_sizes_init(void) | |||
148 | zholes_size[ZONE_DMA] = mp->holes; | 146 | zholes_size[ZONE_DMA] = mp->holes; |
149 | holes += zholes_size[ZONE_DMA]; | 147 | holes += zholes_size[ZONE_DMA]; |
150 | 148 | ||
151 | free_area_init_node(nid, NODE_DATA(nid), zones_size, | 149 | free_area_init_node(nid, zones_size, start_pfn, zholes_size); |
152 | start_pfn, zholes_size); | ||
153 | } | 150 | } |
154 | 151 | ||
155 | /* | 152 | /* |
@@ -163,4 +160,3 @@ unsigned long __init zone_sizes_init(void) | |||
163 | 160 | ||
164 | return holes; | 161 | return holes; |
165 | } | 162 | } |
166 | |||
diff --git a/arch/m32r/mm/init.c b/arch/m32r/mm/init.c index bbd97c85bc5d..2554eb59cfef 100644 --- a/arch/m32r/mm/init.c +++ b/arch/m32r/mm/init.c | |||
@@ -93,8 +93,7 @@ void free_initrd_mem(unsigned long, unsigned long); | |||
93 | #endif | 93 | #endif |
94 | 94 | ||
95 | /* It'd be good if these lines were in the standard header file. */ | 95 | /* It'd be good if these lines were in the standard header file. */ |
96 | #define START_PFN(nid) \ | 96 | #define START_PFN(nid) (NODE_DATA(nid)->bdata->node_min_pfn) |
97 | (NODE_DATA(nid)->bdata->node_boot_start >> PAGE_SHIFT) | ||
98 | #define MAX_LOW_PFN(nid) (NODE_DATA(nid)->bdata->node_low_pfn) | 97 | #define MAX_LOW_PFN(nid) (NODE_DATA(nid)->bdata->node_low_pfn) |
99 | 98 | ||
100 | #ifndef CONFIG_DISCONTIGMEM | 99 | #ifndef CONFIG_DISCONTIGMEM |
@@ -123,7 +122,7 @@ unsigned long __init zone_sizes_init(void) | |||
123 | start_pfn = __MEMORY_START >> PAGE_SHIFT; | 122 | start_pfn = __MEMORY_START >> PAGE_SHIFT; |
124 | #endif /* CONFIG_MMU */ | 123 | #endif /* CONFIG_MMU */ |
125 | 124 | ||
126 | free_area_init_node(0, NODE_DATA(0), zones_size, start_pfn, 0); | 125 | free_area_init_node(0, zones_size, start_pfn, 0); |
127 | 126 | ||
128 | return 0; | 127 | return 0; |
129 | } | 128 | } |
@@ -252,4 +251,3 @@ void free_initrd_mem(unsigned long start, unsigned long end) | |||
252 | printk (KERN_INFO "Freeing initrd memory: %ldk freed\n", (end - start) >> 10); | 251 | printk (KERN_INFO "Freeing initrd memory: %ldk freed\n", (end - start) >> 10); |
253 | } | 252 | } |
254 | #endif | 253 | #endif |
255 | |||
diff --git a/arch/m68k/amiga/chipram.c b/arch/m68k/amiga/chipram.c index cbe36538af47..61df1d33c050 100644 --- a/arch/m68k/amiga/chipram.c +++ b/arch/m68k/amiga/chipram.c | |||
@@ -9,6 +9,7 @@ | |||
9 | 9 | ||
10 | #include <linux/types.h> | 10 | #include <linux/types.h> |
11 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
12 | #include <linux/mm.h> | ||
12 | #include <linux/init.h> | 13 | #include <linux/init.h> |
13 | #include <linux/ioport.h> | 14 | #include <linux/ioport.h> |
14 | #include <linux/slab.h> | 15 | #include <linux/slab.h> |
diff --git a/arch/m68k/mm/init.c b/arch/m68k/mm/init.c index d8fb9c5303cc..79f5f94d4800 100644 --- a/arch/m68k/mm/init.c +++ b/arch/m68k/mm/init.c | |||
@@ -32,8 +32,6 @@ | |||
32 | 32 | ||
33 | DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); | 33 | DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); |
34 | 34 | ||
35 | static bootmem_data_t __initdata bootmem_data[MAX_NUMNODES]; | ||
36 | |||
37 | pg_data_t pg_data_map[MAX_NUMNODES]; | 35 | pg_data_t pg_data_map[MAX_NUMNODES]; |
38 | EXPORT_SYMBOL(pg_data_map); | 36 | EXPORT_SYMBOL(pg_data_map); |
39 | 37 | ||
@@ -58,7 +56,7 @@ void __init m68k_setup_node(int node) | |||
58 | pg_data_table[i] = pg_data_map + node; | 56 | pg_data_table[i] = pg_data_map + node; |
59 | } | 57 | } |
60 | #endif | 58 | #endif |
61 | pg_data_map[node].bdata = bootmem_data + node; | 59 | pg_data_map[node].bdata = bootmem_node_data + node; |
62 | node_set_online(node); | 60 | node_set_online(node); |
63 | } | 61 | } |
64 | 62 | ||
diff --git a/arch/m68k/mm/motorola.c b/arch/m68k/mm/motorola.c index 226795bdf355..c5dbb9bdb322 100644 --- a/arch/m68k/mm/motorola.c +++ b/arch/m68k/mm/motorola.c | |||
@@ -296,7 +296,7 @@ void __init paging_init(void) | |||
296 | #endif | 296 | #endif |
297 | for (i = 0; i < m68k_num_memory; i++) { | 297 | for (i = 0; i < m68k_num_memory; i++) { |
298 | zones_size[ZONE_DMA] = m68k_memory[i].size >> PAGE_SHIFT; | 298 | zones_size[ZONE_DMA] = m68k_memory[i].size >> PAGE_SHIFT; |
299 | free_area_init_node(i, pg_data_map + i, zones_size, | 299 | free_area_init_node(i, zones_size, |
300 | m68k_memory[i].addr >> PAGE_SHIFT, NULL); | 300 | m68k_memory[i].addr >> PAGE_SHIFT, NULL); |
301 | } | 301 | } |
302 | } | 302 | } |
diff --git a/arch/m68k/mm/sun3mmu.c b/arch/m68k/mm/sun3mmu.c index edceefc18870..1b902dbd4376 100644 --- a/arch/m68k/mm/sun3mmu.c +++ b/arch/m68k/mm/sun3mmu.c | |||
@@ -94,7 +94,7 @@ void __init paging_init(void) | |||
94 | 94 | ||
95 | /* I really wish I knew why the following change made things better... -- Sam */ | 95 | /* I really wish I knew why the following change made things better... -- Sam */ |
96 | /* free_area_init(zones_size); */ | 96 | /* free_area_init(zones_size); */ |
97 | free_area_init_node(0, NODE_DATA(0), zones_size, | 97 | free_area_init_node(0, zones_size, |
98 | (__pa(PAGE_OFFSET) >> PAGE_SHIFT) + 1, NULL); | 98 | (__pa(PAGE_OFFSET) >> PAGE_SHIFT) + 1, NULL); |
99 | 99 | ||
100 | 100 | ||
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 8e8441587c22..2e7515e8db98 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -58,10 +58,18 @@ config GENERIC_TIME | |||
58 | bool | 58 | bool |
59 | default y | 59 | default y |
60 | 60 | ||
61 | config GENERIC_CMOS_UPDATE | ||
62 | bool | ||
63 | default y | ||
64 | |||
61 | config TIME_LOW_RES | 65 | config TIME_LOW_RES |
62 | bool | 66 | bool |
63 | default y | 67 | default y |
64 | 68 | ||
69 | config GENERIC_CLOCKEVENTS | ||
70 | bool | ||
71 | default n | ||
72 | |||
65 | config NO_IOPORT | 73 | config NO_IOPORT |
66 | def_bool y | 74 | def_bool y |
67 | 75 | ||
@@ -108,11 +116,13 @@ config M5206e | |||
108 | 116 | ||
109 | config M520x | 117 | config M520x |
110 | bool "MCF520x" | 118 | bool "MCF520x" |
119 | select GENERIC_CLOCKEVENTS | ||
111 | help | 120 | help |
112 | Freescale Coldfire 5207/5208 processor support. | 121 | Freescale Coldfire 5207/5208 processor support. |
113 | 122 | ||
114 | config M523x | 123 | config M523x |
115 | bool "MCF523x" | 124 | bool "MCF523x" |
125 | select GENERIC_CLOCKEVENTS | ||
116 | help | 126 | help |
117 | Freescale Coldfire 5230/1/2/4/5 processor support | 127 | Freescale Coldfire 5230/1/2/4/5 processor support |
118 | 128 | ||
@@ -138,6 +148,7 @@ config M5275 | |||
138 | 148 | ||
139 | config M528x | 149 | config M528x |
140 | bool "MCF528x" | 150 | bool "MCF528x" |
151 | select GENERIC_CLOCKEVENTS | ||
141 | help | 152 | help |
142 | Motorola ColdFire 5280/5282 processor support. | 153 | Motorola ColdFire 5280/5282 processor support. |
143 | 154 | ||
@@ -161,6 +172,7 @@ endchoice | |||
161 | config M527x | 172 | config M527x |
162 | bool | 173 | bool |
163 | depends on (M5271 || M5275) | 174 | depends on (M5271 || M5275) |
175 | select GENERIC_CLOCKEVENTS | ||
164 | default y | 176 | default y |
165 | 177 | ||
166 | config COLDFIRE | 178 | config COLDFIRE |
@@ -674,6 +686,9 @@ endchoice | |||
674 | if COLDFIRE | 686 | if COLDFIRE |
675 | source "kernel/Kconfig.preempt" | 687 | source "kernel/Kconfig.preempt" |
676 | endif | 688 | endif |
689 | |||
690 | source "kernel/time/Kconfig" | ||
691 | |||
677 | source "mm/Kconfig" | 692 | source "mm/Kconfig" |
678 | 693 | ||
679 | endmenu | 694 | endmenu |
diff --git a/arch/m68knommu/Makefile b/arch/m68knommu/Makefile index e0b5f62e395c..b63bbcf874ff 100644 --- a/arch/m68knommu/Makefile +++ b/arch/m68knommu/Makefile | |||
@@ -8,6 +8,8 @@ | |||
8 | # (C) Copyright 2002, Greg Ungerer <gerg@snapgear.com> | 8 | # (C) Copyright 2002, Greg Ungerer <gerg@snapgear.com> |
9 | # | 9 | # |
10 | 10 | ||
11 | KBUILD_DEFCONFIG := m5208evb_defconfig | ||
12 | |||
11 | platform-$(CONFIG_M68328) := 68328 | 13 | platform-$(CONFIG_M68328) := 68328 |
12 | platform-$(CONFIG_M68EZ328) := 68EZ328 | 14 | platform-$(CONFIG_M68EZ328) := 68EZ328 |
13 | platform-$(CONFIG_M68VZ328) := 68VZ328 | 15 | platform-$(CONFIG_M68VZ328) := 68VZ328 |
@@ -90,13 +92,14 @@ export PLATFORM BOARD MODEL CPUCLASS | |||
90 | cflags-$(CONFIG_M5206) := -m5200 | 92 | cflags-$(CONFIG_M5206) := -m5200 |
91 | cflags-$(CONFIG_M5206e) := -m5200 | 93 | cflags-$(CONFIG_M5206e) := -m5200 |
92 | cflags-$(CONFIG_M520x) := -m5307 | 94 | cflags-$(CONFIG_M520x) := -m5307 |
93 | cflags-$(CONFIG_M523x) := -m5307 | 95 | cflags-$(CONFIG_M523x) := $(call cc-option,-mcpu=523x,-m5307) |
94 | cflags-$(CONFIG_M5249) := -m5200 | 96 | cflags-$(CONFIG_M5249) := -m5200 |
95 | cflags-$(CONFIG_M527x) := -m5307 | 97 | cflags-$(CONFIG_M5271) := $(call cc-option,-mcpu=5271,-m5307) |
96 | cflags-$(CONFIG_M5272) := -m5307 | 98 | cflags-$(CONFIG_M5272) := -m5307 |
97 | cflags-$(CONFIG_M528x) := -m5307 | 99 | cflags-$(CONFIG_M5275) := $(call cc-option,-mcpu=5275,-m5307) |
100 | cflags-$(CONFIG_M528x) := $(call cc-option,-m528x,-m5307) | ||
98 | cflags-$(CONFIG_M5307) := -m5307 | 101 | cflags-$(CONFIG_M5307) := -m5307 |
99 | cflags-$(CONFIG_M532x) := -m5307 | 102 | cflags-$(CONFIG_M532x) := $(call cc-option,-mcpu=532x,-m5307) |
100 | cflags-$(CONFIG_M5407) := -m5200 | 103 | cflags-$(CONFIG_M5407) := -m5200 |
101 | cflags-$(CONFIG_M68328) := -m68000 | 104 | cflags-$(CONFIG_M68328) := -m68000 |
102 | cflags-$(CONFIG_M68EZ328) := -m68000 | 105 | cflags-$(CONFIG_M68EZ328) := -m68000 |
diff --git a/arch/m68knommu/configs/m5208evb_defconfig b/arch/m68knommu/configs/m5208evb_defconfig new file mode 100644 index 000000000000..6fae33a05e2a --- /dev/null +++ b/arch/m68knommu/configs/m5208evb_defconfig | |||
@@ -0,0 +1,610 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.26-rc1 | ||
4 | # | ||
5 | CONFIG_M68K=y | ||
6 | # CONFIG_MMU is not set | ||
7 | # CONFIG_FPU is not set | ||
8 | CONFIG_ZONE_DMA=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
10 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
11 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
12 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
13 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
14 | CONFIG_GENERIC_HWEIGHT=y | ||
15 | CONFIG_GENERIC_HARDIRQS=y | ||
16 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
17 | CONFIG_GENERIC_TIME=y | ||
18 | CONFIG_TIME_LOW_RES=y | ||
19 | CONFIG_NO_IOPORT=y | ||
20 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
21 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
22 | |||
23 | # | ||
24 | # General setup | ||
25 | # | ||
26 | CONFIG_EXPERIMENTAL=y | ||
27 | CONFIG_BROKEN_ON_SMP=y | ||
28 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
29 | CONFIG_LOCALVERSION="" | ||
30 | CONFIG_LOCALVERSION_AUTO=y | ||
31 | # CONFIG_SYSVIPC is not set | ||
32 | # CONFIG_POSIX_MQUEUE is not set | ||
33 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
34 | # CONFIG_TASKSTATS is not set | ||
35 | # CONFIG_AUDIT is not set | ||
36 | # CONFIG_IKCONFIG is not set | ||
37 | CONFIG_LOG_BUF_SHIFT=14 | ||
38 | # CONFIG_CGROUPS is not set | ||
39 | # CONFIG_GROUP_SCHED is not set | ||
40 | # CONFIG_RELAY is not set | ||
41 | # CONFIG_NAMESPACES is not set | ||
42 | # CONFIG_BLK_DEV_INITRD is not set | ||
43 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
44 | CONFIG_SYSCTL=y | ||
45 | CONFIG_EMBEDDED=y | ||
46 | # CONFIG_UID16 is not set | ||
47 | # CONFIG_SYSCTL_SYSCALL is not set | ||
48 | # CONFIG_KALLSYMS is not set | ||
49 | # CONFIG_HOTPLUG is not set | ||
50 | CONFIG_PRINTK=y | ||
51 | CONFIG_BUG=y | ||
52 | CONFIG_ELF_CORE=y | ||
53 | # CONFIG_COMPAT_BRK is not set | ||
54 | CONFIG_BASE_FULL=y | ||
55 | # CONFIG_FUTEX is not set | ||
56 | # CONFIG_EPOLL is not set | ||
57 | # CONFIG_SIGNALFD is not set | ||
58 | # CONFIG_TIMERFD is not set | ||
59 | # CONFIG_EVENTFD is not set | ||
60 | # CONFIG_VM_EVENT_COUNTERS is not set | ||
61 | CONFIG_SLAB=y | ||
62 | # CONFIG_SLUB is not set | ||
63 | # CONFIG_SLOB is not set | ||
64 | # CONFIG_PROFILING is not set | ||
65 | # CONFIG_MARKERS is not set | ||
66 | # CONFIG_HAVE_OPROFILE is not set | ||
67 | # CONFIG_HAVE_KPROBES is not set | ||
68 | # CONFIG_HAVE_KRETPROBES is not set | ||
69 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
70 | CONFIG_SLABINFO=y | ||
71 | CONFIG_TINY_SHMEM=y | ||
72 | CONFIG_BASE_SMALL=0 | ||
73 | CONFIG_MODULES=y | ||
74 | CONFIG_MODULE_UNLOAD=y | ||
75 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
76 | # CONFIG_MODVERSIONS is not set | ||
77 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
78 | # CONFIG_KMOD is not set | ||
79 | CONFIG_BLOCK=y | ||
80 | # CONFIG_LBD is not set | ||
81 | # CONFIG_LSF is not set | ||
82 | # CONFIG_BLK_DEV_BSG is not set | ||
83 | |||
84 | # | ||
85 | # IO Schedulers | ||
86 | # | ||
87 | CONFIG_IOSCHED_NOOP=y | ||
88 | # CONFIG_IOSCHED_AS is not set | ||
89 | # CONFIG_IOSCHED_DEADLINE is not set | ||
90 | # CONFIG_IOSCHED_CFQ is not set | ||
91 | # CONFIG_DEFAULT_AS is not set | ||
92 | # CONFIG_DEFAULT_DEADLINE is not set | ||
93 | # CONFIG_DEFAULT_CFQ is not set | ||
94 | CONFIG_DEFAULT_NOOP=y | ||
95 | CONFIG_DEFAULT_IOSCHED="noop" | ||
96 | CONFIG_CLASSIC_RCU=y | ||
97 | |||
98 | # | ||
99 | # Processor type and features | ||
100 | # | ||
101 | # CONFIG_M68328 is not set | ||
102 | # CONFIG_M68EZ328 is not set | ||
103 | # CONFIG_M68VZ328 is not set | ||
104 | # CONFIG_M68360 is not set | ||
105 | # CONFIG_M5206 is not set | ||
106 | # CONFIG_M5206e is not set | ||
107 | CONFIG_M520x=y | ||
108 | # CONFIG_M523x is not set | ||
109 | # CONFIG_M5249 is not set | ||
110 | # CONFIG_M5271 is not set | ||
111 | # CONFIG_M5272 is not set | ||
112 | # CONFIG_M5275 is not set | ||
113 | # CONFIG_M528x is not set | ||
114 | # CONFIG_M5307 is not set | ||
115 | # CONFIG_M532x is not set | ||
116 | # CONFIG_M5407 is not set | ||
117 | CONFIG_COLDFIRE=y | ||
118 | CONFIG_CLOCK_SET=y | ||
119 | CONFIG_CLOCK_FREQ=166666666 | ||
120 | CONFIG_CLOCK_DIV=2 | ||
121 | |||
122 | # | ||
123 | # Platform | ||
124 | # | ||
125 | CONFIG_M5208EVB=y | ||
126 | CONFIG_FREESCALE=y | ||
127 | # CONFIG_4KSTACKS is not set | ||
128 | CONFIG_HZ=100 | ||
129 | |||
130 | # | ||
131 | # RAM configuration | ||
132 | # | ||
133 | CONFIG_RAMBASE=0x40000000 | ||
134 | CONFIG_RAMSIZE=0x2000000 | ||
135 | CONFIG_VECTORBASE=0x40000000 | ||
136 | CONFIG_KERNELBASE=0x40020000 | ||
137 | # CONFIG_RAMAUTOBIT is not set | ||
138 | # CONFIG_RAM8BIT is not set | ||
139 | CONFIG_RAM16BIT=y | ||
140 | # CONFIG_RAM32BIT is not set | ||
141 | |||
142 | # | ||
143 | # ROM configuration | ||
144 | # | ||
145 | # CONFIG_ROM is not set | ||
146 | CONFIG_RAMKERNEL=y | ||
147 | # CONFIG_ROMKERNEL is not set | ||
148 | CONFIG_SELECT_MEMORY_MODEL=y | ||
149 | CONFIG_FLATMEM_MANUAL=y | ||
150 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
151 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
152 | CONFIG_FLATMEM=y | ||
153 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
154 | # CONFIG_SPARSEMEM_STATIC is not set | ||
155 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
156 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
157 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
158 | # CONFIG_RESOURCES_64BIT is not set | ||
159 | CONFIG_ZONE_DMA_FLAG=1 | ||
160 | CONFIG_VIRT_TO_BUS=y | ||
161 | CONFIG_ISA_DMA_API=y | ||
162 | |||
163 | # | ||
164 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
165 | # | ||
166 | # CONFIG_PCI is not set | ||
167 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
168 | |||
169 | # | ||
170 | # Executable file formats | ||
171 | # | ||
172 | CONFIG_BINFMT_FLAT=y | ||
173 | # CONFIG_BINFMT_ZFLAT is not set | ||
174 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
175 | # CONFIG_BINFMT_AOUT is not set | ||
176 | # CONFIG_BINFMT_MISC is not set | ||
177 | |||
178 | # | ||
179 | # Power management options | ||
180 | # | ||
181 | # CONFIG_PM is not set | ||
182 | |||
183 | # | ||
184 | # Networking | ||
185 | # | ||
186 | CONFIG_NET=y | ||
187 | |||
188 | # | ||
189 | # Networking options | ||
190 | # | ||
191 | CONFIG_PACKET=y | ||
192 | # CONFIG_PACKET_MMAP is not set | ||
193 | CONFIG_UNIX=y | ||
194 | # CONFIG_NET_KEY is not set | ||
195 | CONFIG_INET=y | ||
196 | # CONFIG_IP_MULTICAST is not set | ||
197 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
198 | CONFIG_IP_FIB_HASH=y | ||
199 | # CONFIG_IP_PNP is not set | ||
200 | # CONFIG_NET_IPIP is not set | ||
201 | # CONFIG_NET_IPGRE is not set | ||
202 | # CONFIG_ARPD is not set | ||
203 | # CONFIG_SYN_COOKIES is not set | ||
204 | # CONFIG_INET_AH is not set | ||
205 | # CONFIG_INET_ESP is not set | ||
206 | # CONFIG_INET_IPCOMP is not set | ||
207 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
208 | # CONFIG_INET_TUNNEL is not set | ||
209 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
210 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
211 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
212 | # CONFIG_INET_LRO is not set | ||
213 | # CONFIG_INET_DIAG is not set | ||
214 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
215 | CONFIG_TCP_CONG_CUBIC=y | ||
216 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
217 | # CONFIG_TCP_MD5SIG is not set | ||
218 | # CONFIG_IPV6 is not set | ||
219 | # CONFIG_NETWORK_SECMARK is not set | ||
220 | # CONFIG_NETFILTER is not set | ||
221 | # CONFIG_IP_DCCP is not set | ||
222 | # CONFIG_IP_SCTP is not set | ||
223 | # CONFIG_TIPC is not set | ||
224 | # CONFIG_ATM is not set | ||
225 | # CONFIG_BRIDGE is not set | ||
226 | # CONFIG_VLAN_8021Q is not set | ||
227 | # CONFIG_DECNET is not set | ||
228 | # CONFIG_LLC2 is not set | ||
229 | # CONFIG_IPX is not set | ||
230 | # CONFIG_ATALK is not set | ||
231 | # CONFIG_X25 is not set | ||
232 | # CONFIG_LAPB is not set | ||
233 | # CONFIG_ECONET is not set | ||
234 | # CONFIG_WAN_ROUTER is not set | ||
235 | # CONFIG_NET_SCHED is not set | ||
236 | |||
237 | # | ||
238 | # Network testing | ||
239 | # | ||
240 | # CONFIG_NET_PKTGEN is not set | ||
241 | # CONFIG_HAMRADIO is not set | ||
242 | # CONFIG_CAN is not set | ||
243 | # CONFIG_IRDA is not set | ||
244 | # CONFIG_BT is not set | ||
245 | # CONFIG_AF_RXRPC is not set | ||
246 | |||
247 | # | ||
248 | # Wireless | ||
249 | # | ||
250 | # CONFIG_CFG80211 is not set | ||
251 | # CONFIG_WIRELESS_EXT is not set | ||
252 | # CONFIG_MAC80211 is not set | ||
253 | # CONFIG_IEEE80211 is not set | ||
254 | # CONFIG_RFKILL is not set | ||
255 | # CONFIG_NET_9P is not set | ||
256 | |||
257 | # | ||
258 | # Device Drivers | ||
259 | # | ||
260 | |||
261 | # | ||
262 | # Generic Driver Options | ||
263 | # | ||
264 | CONFIG_STANDALONE=y | ||
265 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
266 | # CONFIG_SYS_HYPERVISOR is not set | ||
267 | # CONFIG_CONNECTOR is not set | ||
268 | CONFIG_MTD=y | ||
269 | # CONFIG_MTD_DEBUG is not set | ||
270 | # CONFIG_MTD_CONCAT is not set | ||
271 | CONFIG_MTD_PARTITIONS=y | ||
272 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
273 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
274 | # CONFIG_MTD_AR7_PARTS is not set | ||
275 | |||
276 | # | ||
277 | # User Modules And Translation Layers | ||
278 | # | ||
279 | CONFIG_MTD_CHAR=y | ||
280 | CONFIG_MTD_BLKDEVS=y | ||
281 | CONFIG_MTD_BLOCK=y | ||
282 | # CONFIG_FTL is not set | ||
283 | # CONFIG_NFTL is not set | ||
284 | # CONFIG_INFTL is not set | ||
285 | # CONFIG_RFD_FTL is not set | ||
286 | # CONFIG_SSFDC is not set | ||
287 | # CONFIG_MTD_OOPS is not set | ||
288 | |||
289 | # | ||
290 | # RAM/ROM/Flash chip drivers | ||
291 | # | ||
292 | CONFIG_MTD_CFI=y | ||
293 | # CONFIG_MTD_JEDECPROBE is not set | ||
294 | CONFIG_MTD_GEN_PROBE=y | ||
295 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
296 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
297 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
298 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
299 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
300 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
301 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
302 | CONFIG_MTD_CFI_I1=y | ||
303 | CONFIG_MTD_CFI_I2=y | ||
304 | # CONFIG_MTD_CFI_I4 is not set | ||
305 | # CONFIG_MTD_CFI_I8 is not set | ||
306 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
307 | CONFIG_MTD_CFI_AMDSTD=y | ||
308 | # CONFIG_MTD_CFI_STAA is not set | ||
309 | CONFIG_MTD_CFI_UTIL=y | ||
310 | CONFIG_MTD_RAM=y | ||
311 | # CONFIG_MTD_ROM is not set | ||
312 | # CONFIG_MTD_ABSENT is not set | ||
313 | |||
314 | # | ||
315 | # Mapping drivers for chip access | ||
316 | # | ||
317 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
318 | # CONFIG_MTD_PHYSMAP is not set | ||
319 | CONFIG_MTD_UCLINUX=y | ||
320 | # CONFIG_MTD_PLATRAM is not set | ||
321 | |||
322 | # | ||
323 | # Self-contained MTD device drivers | ||
324 | # | ||
325 | # CONFIG_MTD_SLRAM is not set | ||
326 | # CONFIG_MTD_PHRAM is not set | ||
327 | # CONFIG_MTD_MTDRAM is not set | ||
328 | # CONFIG_MTD_BLOCK2MTD is not set | ||
329 | |||
330 | # | ||
331 | # Disk-On-Chip Device Drivers | ||
332 | # | ||
333 | # CONFIG_MTD_DOC2000 is not set | ||
334 | # CONFIG_MTD_DOC2001 is not set | ||
335 | # CONFIG_MTD_DOC2001PLUS is not set | ||
336 | # CONFIG_MTD_NAND is not set | ||
337 | # CONFIG_MTD_ONENAND is not set | ||
338 | |||
339 | # | ||
340 | # UBI - Unsorted block images | ||
341 | # | ||
342 | # CONFIG_MTD_UBI is not set | ||
343 | # CONFIG_PARPORT is not set | ||
344 | CONFIG_BLK_DEV=y | ||
345 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
346 | # CONFIG_BLK_DEV_LOOP is not set | ||
347 | # CONFIG_BLK_DEV_NBD is not set | ||
348 | CONFIG_BLK_DEV_RAM=y | ||
349 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
350 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
351 | # CONFIG_BLK_DEV_XIP is not set | ||
352 | # CONFIG_CDROM_PKTCDVD is not set | ||
353 | # CONFIG_ATA_OVER_ETH is not set | ||
354 | # CONFIG_MISC_DEVICES is not set | ||
355 | CONFIG_HAVE_IDE=y | ||
356 | # CONFIG_IDE is not set | ||
357 | |||
358 | # | ||
359 | # SCSI device support | ||
360 | # | ||
361 | # CONFIG_RAID_ATTRS is not set | ||
362 | # CONFIG_SCSI is not set | ||
363 | # CONFIG_SCSI_DMA is not set | ||
364 | # CONFIG_SCSI_NETLINK is not set | ||
365 | # CONFIG_MD is not set | ||
366 | CONFIG_NETDEVICES=y | ||
367 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
368 | # CONFIG_DUMMY is not set | ||
369 | # CONFIG_BONDING is not set | ||
370 | # CONFIG_MACVLAN is not set | ||
371 | # CONFIG_EQUALIZER is not set | ||
372 | # CONFIG_TUN is not set | ||
373 | # CONFIG_VETH is not set | ||
374 | # CONFIG_PHYLIB is not set | ||
375 | CONFIG_NET_ETHERNET=y | ||
376 | # CONFIG_MII is not set | ||
377 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
378 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
379 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
380 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
381 | # CONFIG_B44 is not set | ||
382 | CONFIG_FEC=y | ||
383 | # CONFIG_FEC2 is not set | ||
384 | # CONFIG_NETDEV_1000 is not set | ||
385 | # CONFIG_NETDEV_10000 is not set | ||
386 | |||
387 | # | ||
388 | # Wireless LAN | ||
389 | # | ||
390 | # CONFIG_WLAN_PRE80211 is not set | ||
391 | # CONFIG_WLAN_80211 is not set | ||
392 | # CONFIG_IWLWIFI is not set | ||
393 | # CONFIG_IWLWIFI_LEDS is not set | ||
394 | # CONFIG_WAN is not set | ||
395 | # CONFIG_PPP is not set | ||
396 | # CONFIG_SLIP is not set | ||
397 | # CONFIG_NETCONSOLE is not set | ||
398 | # CONFIG_NETPOLL is not set | ||
399 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
400 | # CONFIG_ISDN is not set | ||
401 | # CONFIG_PHONE is not set | ||
402 | |||
403 | # | ||
404 | # Input device support | ||
405 | # | ||
406 | # CONFIG_INPUT is not set | ||
407 | |||
408 | # | ||
409 | # Hardware I/O ports | ||
410 | # | ||
411 | # CONFIG_SERIO is not set | ||
412 | # CONFIG_GAMEPORT is not set | ||
413 | |||
414 | # | ||
415 | # Character devices | ||
416 | # | ||
417 | # CONFIG_VT is not set | ||
418 | # CONFIG_DEVKMEM is not set | ||
419 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
420 | |||
421 | # | ||
422 | # Serial drivers | ||
423 | # | ||
424 | # CONFIG_SERIAL_8250 is not set | ||
425 | |||
426 | # | ||
427 | # Non-8250 serial port support | ||
428 | # | ||
429 | CONFIG_SERIAL_CORE=y | ||
430 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
431 | # CONFIG_SERIAL_COLDFIRE is not set | ||
432 | CONFIG_SERIAL_MCF=y | ||
433 | CONFIG_SERIAL_MCF_BAUDRATE=115200 | ||
434 | CONFIG_SERIAL_MCF_CONSOLE=y | ||
435 | # CONFIG_UNIX98_PTYS is not set | ||
436 | CONFIG_LEGACY_PTYS=y | ||
437 | CONFIG_LEGACY_PTY_COUNT=256 | ||
438 | # CONFIG_IPMI_HANDLER is not set | ||
439 | # CONFIG_HW_RANDOM is not set | ||
440 | # CONFIG_GEN_RTC is not set | ||
441 | # CONFIG_R3964 is not set | ||
442 | # CONFIG_RAW_DRIVER is not set | ||
443 | # CONFIG_TCG_TPM is not set | ||
444 | # CONFIG_I2C is not set | ||
445 | # CONFIG_SPI is not set | ||
446 | # CONFIG_W1 is not set | ||
447 | # CONFIG_POWER_SUPPLY is not set | ||
448 | # CONFIG_HWMON is not set | ||
449 | # CONFIG_THERMAL is not set | ||
450 | # CONFIG_WATCHDOG is not set | ||
451 | |||
452 | # | ||
453 | # Sonics Silicon Backplane | ||
454 | # | ||
455 | CONFIG_SSB_POSSIBLE=y | ||
456 | # CONFIG_SSB is not set | ||
457 | |||
458 | # | ||
459 | # Multifunction device drivers | ||
460 | # | ||
461 | # CONFIG_MFD_SM501 is not set | ||
462 | # CONFIG_HTC_PASIC3 is not set | ||
463 | |||
464 | # | ||
465 | # Multimedia devices | ||
466 | # | ||
467 | |||
468 | # | ||
469 | # Multimedia core support | ||
470 | # | ||
471 | # CONFIG_VIDEO_DEV is not set | ||
472 | # CONFIG_DVB_CORE is not set | ||
473 | |||
474 | # | ||
475 | # Multimedia drivers | ||
476 | # | ||
477 | # CONFIG_DAB is not set | ||
478 | |||
479 | # | ||
480 | # Graphics support | ||
481 | # | ||
482 | # CONFIG_VGASTATE is not set | ||
483 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
484 | # CONFIG_FB is not set | ||
485 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
486 | |||
487 | # | ||
488 | # Display device support | ||
489 | # | ||
490 | # CONFIG_DISPLAY_SUPPORT is not set | ||
491 | |||
492 | # | ||
493 | # Sound | ||
494 | # | ||
495 | # CONFIG_SOUND is not set | ||
496 | # CONFIG_USB_SUPPORT is not set | ||
497 | # CONFIG_MMC is not set | ||
498 | # CONFIG_MEMSTICK is not set | ||
499 | # CONFIG_NEW_LEDS is not set | ||
500 | # CONFIG_ACCESSIBILITY is not set | ||
501 | # CONFIG_RTC_CLASS is not set | ||
502 | # CONFIG_UIO is not set | ||
503 | |||
504 | # | ||
505 | # File systems | ||
506 | # | ||
507 | CONFIG_EXT2_FS=y | ||
508 | # CONFIG_EXT2_FS_XATTR is not set | ||
509 | # CONFIG_EXT3_FS is not set | ||
510 | # CONFIG_EXT4DEV_FS is not set | ||
511 | # CONFIG_REISERFS_FS is not set | ||
512 | # CONFIG_JFS_FS is not set | ||
513 | # CONFIG_FS_POSIX_ACL is not set | ||
514 | # CONFIG_XFS_FS is not set | ||
515 | # CONFIG_DNOTIFY is not set | ||
516 | # CONFIG_INOTIFY is not set | ||
517 | # CONFIG_QUOTA is not set | ||
518 | # CONFIG_AUTOFS_FS is not set | ||
519 | # CONFIG_AUTOFS4_FS is not set | ||
520 | # CONFIG_FUSE_FS is not set | ||
521 | |||
522 | # | ||
523 | # CD-ROM/DVD Filesystems | ||
524 | # | ||
525 | # CONFIG_ISO9660_FS is not set | ||
526 | # CONFIG_UDF_FS is not set | ||
527 | |||
528 | # | ||
529 | # DOS/FAT/NT Filesystems | ||
530 | # | ||
531 | # CONFIG_MSDOS_FS is not set | ||
532 | # CONFIG_VFAT_FS is not set | ||
533 | # CONFIG_NTFS_FS is not set | ||
534 | |||
535 | # | ||
536 | # Pseudo filesystems | ||
537 | # | ||
538 | CONFIG_PROC_FS=y | ||
539 | CONFIG_PROC_SYSCTL=y | ||
540 | # CONFIG_SYSFS is not set | ||
541 | # CONFIG_TMPFS is not set | ||
542 | # CONFIG_HUGETLB_PAGE is not set | ||
543 | |||
544 | # | ||
545 | # Miscellaneous filesystems | ||
546 | # | ||
547 | # CONFIG_ADFS_FS is not set | ||
548 | # CONFIG_AFFS_FS is not set | ||
549 | # CONFIG_HFS_FS is not set | ||
550 | # CONFIG_HFSPLUS_FS is not set | ||
551 | # CONFIG_BEFS_FS is not set | ||
552 | # CONFIG_BFS_FS is not set | ||
553 | # CONFIG_EFS_FS is not set | ||
554 | # CONFIG_JFFS2_FS is not set | ||
555 | # CONFIG_CRAMFS is not set | ||
556 | # CONFIG_VXFS_FS is not set | ||
557 | # CONFIG_MINIX_FS is not set | ||
558 | # CONFIG_HPFS_FS is not set | ||
559 | # CONFIG_QNX4FS_FS is not set | ||
560 | CONFIG_ROMFS_FS=y | ||
561 | # CONFIG_SYSV_FS is not set | ||
562 | # CONFIG_UFS_FS is not set | ||
563 | # CONFIG_NETWORK_FILESYSTEMS is not set | ||
564 | |||
565 | # | ||
566 | # Partition Types | ||
567 | # | ||
568 | # CONFIG_PARTITION_ADVANCED is not set | ||
569 | CONFIG_MSDOS_PARTITION=y | ||
570 | # CONFIG_NLS is not set | ||
571 | |||
572 | # | ||
573 | # Kernel hacking | ||
574 | # | ||
575 | # CONFIG_PRINTK_TIME is not set | ||
576 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
577 | CONFIG_ENABLE_MUST_CHECK=y | ||
578 | CONFIG_FRAME_WARN=1024 | ||
579 | # CONFIG_MAGIC_SYSRQ is not set | ||
580 | # CONFIG_UNUSED_SYMBOLS is not set | ||
581 | # CONFIG_HEADERS_CHECK is not set | ||
582 | # CONFIG_DEBUG_KERNEL is not set | ||
583 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
584 | # CONFIG_SAMPLES is not set | ||
585 | CONFIG_FULLDEBUG=y | ||
586 | # CONFIG_HIGHPROFILE is not set | ||
587 | # CONFIG_BOOTPARAM is not set | ||
588 | # CONFIG_NO_KERNEL_MSG is not set | ||
589 | # CONFIG_BDM_DISABLE is not set | ||
590 | |||
591 | # | ||
592 | # Security options | ||
593 | # | ||
594 | # CONFIG_KEYS is not set | ||
595 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
596 | # CONFIG_CRYPTO is not set | ||
597 | |||
598 | # | ||
599 | # Library routines | ||
600 | # | ||
601 | CONFIG_BITREVERSE=y | ||
602 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
603 | # CONFIG_CRC_CCITT is not set | ||
604 | # CONFIG_CRC16 is not set | ||
605 | # CONFIG_CRC_ITU_T is not set | ||
606 | CONFIG_CRC32=y | ||
607 | # CONFIG_CRC7 is not set | ||
608 | # CONFIG_LIBCRC32C is not set | ||
609 | CONFIG_HAS_IOMEM=y | ||
610 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/m68knommu/configs/m5249evb_defconfig b/arch/m68knommu/configs/m5249evb_defconfig new file mode 100644 index 000000000000..cc6458333d67 --- /dev/null +++ b/arch/m68knommu/configs/m5249evb_defconfig | |||
@@ -0,0 +1,497 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.26-rc1 | ||
4 | # | ||
5 | CONFIG_M68K=y | ||
6 | # CONFIG_MMU is not set | ||
7 | # CONFIG_FPU is not set | ||
8 | CONFIG_ZONE_DMA=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
10 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
11 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
12 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
13 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
14 | CONFIG_GENERIC_HWEIGHT=y | ||
15 | CONFIG_GENERIC_HARDIRQS=y | ||
16 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
17 | CONFIG_GENERIC_TIME=y | ||
18 | CONFIG_TIME_LOW_RES=y | ||
19 | CONFIG_NO_IOPORT=y | ||
20 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
21 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
22 | |||
23 | # | ||
24 | # General setup | ||
25 | # | ||
26 | CONFIG_EXPERIMENTAL=y | ||
27 | CONFIG_BROKEN_ON_SMP=y | ||
28 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
29 | CONFIG_LOCALVERSION="" | ||
30 | CONFIG_LOCALVERSION_AUTO=y | ||
31 | # CONFIG_SYSVIPC is not set | ||
32 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
33 | # CONFIG_IKCONFIG is not set | ||
34 | CONFIG_LOG_BUF_SHIFT=14 | ||
35 | # CONFIG_CGROUPS is not set | ||
36 | # CONFIG_GROUP_SCHED is not set | ||
37 | # CONFIG_SYSFS_DEPRECATED_V2 is not set | ||
38 | # CONFIG_RELAY is not set | ||
39 | # CONFIG_NAMESPACES is not set | ||
40 | # CONFIG_BLK_DEV_INITRD is not set | ||
41 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
42 | CONFIG_SYSCTL=y | ||
43 | CONFIG_EMBEDDED=y | ||
44 | # CONFIG_UID16 is not set | ||
45 | # CONFIG_SYSCTL_SYSCALL is not set | ||
46 | # CONFIG_KALLSYMS is not set | ||
47 | # CONFIG_HOTPLUG is not set | ||
48 | CONFIG_PRINTK=y | ||
49 | CONFIG_BUG=y | ||
50 | CONFIG_ELF_CORE=y | ||
51 | # CONFIG_COMPAT_BRK is not set | ||
52 | CONFIG_BASE_FULL=y | ||
53 | # CONFIG_FUTEX is not set | ||
54 | # CONFIG_EPOLL is not set | ||
55 | # CONFIG_SIGNALFD is not set | ||
56 | # CONFIG_TIMERFD is not set | ||
57 | # CONFIG_EVENTFD is not set | ||
58 | # CONFIG_VM_EVENT_COUNTERS is not set | ||
59 | CONFIG_SLAB=y | ||
60 | # CONFIG_SLUB is not set | ||
61 | # CONFIG_SLOB is not set | ||
62 | # CONFIG_PROFILING is not set | ||
63 | # CONFIG_MARKERS is not set | ||
64 | # CONFIG_HAVE_OPROFILE is not set | ||
65 | # CONFIG_HAVE_KPROBES is not set | ||
66 | # CONFIG_HAVE_KRETPROBES is not set | ||
67 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
68 | CONFIG_SLABINFO=y | ||
69 | CONFIG_TINY_SHMEM=y | ||
70 | CONFIG_BASE_SMALL=0 | ||
71 | CONFIG_MODULES=y | ||
72 | CONFIG_MODULE_UNLOAD=y | ||
73 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
74 | # CONFIG_MODVERSIONS is not set | ||
75 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
76 | # CONFIG_KMOD is not set | ||
77 | CONFIG_BLOCK=y | ||
78 | # CONFIG_LBD is not set | ||
79 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
80 | # CONFIG_LSF is not set | ||
81 | # CONFIG_BLK_DEV_BSG is not set | ||
82 | |||
83 | # | ||
84 | # IO Schedulers | ||
85 | # | ||
86 | CONFIG_IOSCHED_NOOP=y | ||
87 | # CONFIG_IOSCHED_AS is not set | ||
88 | # CONFIG_IOSCHED_DEADLINE is not set | ||
89 | # CONFIG_IOSCHED_CFQ is not set | ||
90 | # CONFIG_DEFAULT_AS is not set | ||
91 | # CONFIG_DEFAULT_DEADLINE is not set | ||
92 | # CONFIG_DEFAULT_CFQ is not set | ||
93 | CONFIG_DEFAULT_NOOP=y | ||
94 | CONFIG_DEFAULT_IOSCHED="noop" | ||
95 | CONFIG_CLASSIC_RCU=y | ||
96 | |||
97 | # | ||
98 | # Processor type and features | ||
99 | # | ||
100 | # CONFIG_M68328 is not set | ||
101 | # CONFIG_M68EZ328 is not set | ||
102 | # CONFIG_M68VZ328 is not set | ||
103 | # CONFIG_M68360 is not set | ||
104 | # CONFIG_M5206 is not set | ||
105 | # CONFIG_M5206e is not set | ||
106 | # CONFIG_M520x is not set | ||
107 | # CONFIG_M523x is not set | ||
108 | CONFIG_M5249=y | ||
109 | # CONFIG_M5271 is not set | ||
110 | # CONFIG_M5272 is not set | ||
111 | # CONFIG_M5275 is not set | ||
112 | # CONFIG_M528x is not set | ||
113 | # CONFIG_M5307 is not set | ||
114 | # CONFIG_M532x is not set | ||
115 | # CONFIG_M5407 is not set | ||
116 | CONFIG_COLDFIRE=y | ||
117 | CONFIG_CLOCK_SET=y | ||
118 | CONFIG_CLOCK_FREQ=140000000 | ||
119 | CONFIG_CLOCK_DIV=2 | ||
120 | |||
121 | # | ||
122 | # Platform | ||
123 | # | ||
124 | CONFIG_M5249C3=y | ||
125 | CONFIG_FREESCALE=y | ||
126 | CONFIG_4KSTACKS=y | ||
127 | CONFIG_HZ=100 | ||
128 | |||
129 | # | ||
130 | # RAM configuration | ||
131 | # | ||
132 | CONFIG_RAMBASE=0x00000000 | ||
133 | CONFIG_RAMSIZE=0x00800000 | ||
134 | CONFIG_VECTORBASE=0x00000000 | ||
135 | CONFIG_KERNELBASE=0x00020000 | ||
136 | CONFIG_RAMAUTOBIT=y | ||
137 | # CONFIG_RAM8BIT is not set | ||
138 | # CONFIG_RAM16BIT is not set | ||
139 | # CONFIG_RAM32BIT is not set | ||
140 | |||
141 | # | ||
142 | # ROM configuration | ||
143 | # | ||
144 | # CONFIG_ROM is not set | ||
145 | CONFIG_RAMKERNEL=y | ||
146 | # CONFIG_ROMKERNEL is not set | ||
147 | CONFIG_SELECT_MEMORY_MODEL=y | ||
148 | CONFIG_FLATMEM_MANUAL=y | ||
149 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
150 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
151 | CONFIG_FLATMEM=y | ||
152 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
153 | # CONFIG_SPARSEMEM_STATIC is not set | ||
154 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
155 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
156 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
157 | # CONFIG_RESOURCES_64BIT is not set | ||
158 | CONFIG_ZONE_DMA_FLAG=1 | ||
159 | CONFIG_VIRT_TO_BUS=y | ||
160 | CONFIG_ISA_DMA_API=y | ||
161 | |||
162 | # | ||
163 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
164 | # | ||
165 | # CONFIG_PCI is not set | ||
166 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
167 | |||
168 | # | ||
169 | # Executable file formats | ||
170 | # | ||
171 | CONFIG_BINFMT_FLAT=y | ||
172 | # CONFIG_BINFMT_ZFLAT is not set | ||
173 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
174 | # CONFIG_BINFMT_AOUT is not set | ||
175 | # CONFIG_BINFMT_MISC is not set | ||
176 | |||
177 | # | ||
178 | # Power management options | ||
179 | # | ||
180 | # CONFIG_PM is not set | ||
181 | |||
182 | # | ||
183 | # Networking | ||
184 | # | ||
185 | # CONFIG_NET is not set | ||
186 | |||
187 | # | ||
188 | # Device Drivers | ||
189 | # | ||
190 | |||
191 | # | ||
192 | # Generic Driver Options | ||
193 | # | ||
194 | CONFIG_STANDALONE=y | ||
195 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
196 | # CONFIG_SYS_HYPERVISOR is not set | ||
197 | CONFIG_MTD=y | ||
198 | # CONFIG_MTD_DEBUG is not set | ||
199 | # CONFIG_MTD_CONCAT is not set | ||
200 | CONFIG_MTD_PARTITIONS=y | ||
201 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
202 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
203 | # CONFIG_MTD_AR7_PARTS is not set | ||
204 | |||
205 | # | ||
206 | # User Modules And Translation Layers | ||
207 | # | ||
208 | CONFIG_MTD_CHAR=y | ||
209 | CONFIG_MTD_BLKDEVS=y | ||
210 | CONFIG_MTD_BLOCK=y | ||
211 | # CONFIG_FTL is not set | ||
212 | # CONFIG_NFTL is not set | ||
213 | # CONFIG_INFTL is not set | ||
214 | # CONFIG_RFD_FTL is not set | ||
215 | # CONFIG_SSFDC is not set | ||
216 | # CONFIG_MTD_OOPS is not set | ||
217 | |||
218 | # | ||
219 | # RAM/ROM/Flash chip drivers | ||
220 | # | ||
221 | # CONFIG_MTD_CFI is not set | ||
222 | # CONFIG_MTD_JEDECPROBE is not set | ||
223 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
224 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
225 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
226 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
227 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
228 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
229 | CONFIG_MTD_CFI_I1=y | ||
230 | CONFIG_MTD_CFI_I2=y | ||
231 | # CONFIG_MTD_CFI_I4 is not set | ||
232 | # CONFIG_MTD_CFI_I8 is not set | ||
233 | CONFIG_MTD_RAM=y | ||
234 | # CONFIG_MTD_ROM is not set | ||
235 | # CONFIG_MTD_ABSENT is not set | ||
236 | |||
237 | # | ||
238 | # Mapping drivers for chip access | ||
239 | # | ||
240 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
241 | CONFIG_MTD_UCLINUX=y | ||
242 | # CONFIG_MTD_PLATRAM is not set | ||
243 | |||
244 | # | ||
245 | # Self-contained MTD device drivers | ||
246 | # | ||
247 | # CONFIG_MTD_SLRAM is not set | ||
248 | # CONFIG_MTD_PHRAM is not set | ||
249 | # CONFIG_MTD_MTDRAM is not set | ||
250 | # CONFIG_MTD_BLOCK2MTD is not set | ||
251 | |||
252 | # | ||
253 | # Disk-On-Chip Device Drivers | ||
254 | # | ||
255 | # CONFIG_MTD_DOC2000 is not set | ||
256 | # CONFIG_MTD_DOC2001 is not set | ||
257 | # CONFIG_MTD_DOC2001PLUS is not set | ||
258 | # CONFIG_MTD_NAND is not set | ||
259 | # CONFIG_MTD_ONENAND is not set | ||
260 | |||
261 | # | ||
262 | # UBI - Unsorted block images | ||
263 | # | ||
264 | # CONFIG_MTD_UBI is not set | ||
265 | # CONFIG_PARPORT is not set | ||
266 | CONFIG_BLK_DEV=y | ||
267 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
268 | # CONFIG_BLK_DEV_LOOP is not set | ||
269 | CONFIG_BLK_DEV_RAM=y | ||
270 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
271 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
272 | # CONFIG_BLK_DEV_XIP is not set | ||
273 | # CONFIG_CDROM_PKTCDVD is not set | ||
274 | CONFIG_MISC_DEVICES=y | ||
275 | # CONFIG_EEPROM_93CX6 is not set | ||
276 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
277 | CONFIG_HAVE_IDE=y | ||
278 | # CONFIG_IDE is not set | ||
279 | |||
280 | # | ||
281 | # SCSI device support | ||
282 | # | ||
283 | # CONFIG_RAID_ATTRS is not set | ||
284 | # CONFIG_SCSI is not set | ||
285 | # CONFIG_SCSI_DMA is not set | ||
286 | # CONFIG_SCSI_NETLINK is not set | ||
287 | # CONFIG_MD is not set | ||
288 | # CONFIG_PHONE is not set | ||
289 | |||
290 | # | ||
291 | # Input device support | ||
292 | # | ||
293 | # CONFIG_INPUT is not set | ||
294 | |||
295 | # | ||
296 | # Hardware I/O ports | ||
297 | # | ||
298 | # CONFIG_SERIO is not set | ||
299 | # CONFIG_GAMEPORT is not set | ||
300 | |||
301 | # | ||
302 | # Character devices | ||
303 | # | ||
304 | # CONFIG_VT is not set | ||
305 | # CONFIG_DEVKMEM is not set | ||
306 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
307 | |||
308 | # | ||
309 | # Serial drivers | ||
310 | # | ||
311 | # CONFIG_SERIAL_8250 is not set | ||
312 | |||
313 | # | ||
314 | # Non-8250 serial port support | ||
315 | # | ||
316 | CONFIG_SERIAL_CORE=y | ||
317 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
318 | # CONFIG_SERIAL_COLDFIRE is not set | ||
319 | CONFIG_SERIAL_MCF=y | ||
320 | CONFIG_SERIAL_MCF_BAUDRATE=19200 | ||
321 | CONFIG_SERIAL_MCF_CONSOLE=y | ||
322 | # CONFIG_UNIX98_PTYS is not set | ||
323 | CONFIG_LEGACY_PTYS=y | ||
324 | CONFIG_LEGACY_PTY_COUNT=256 | ||
325 | # CONFIG_IPMI_HANDLER is not set | ||
326 | # CONFIG_HW_RANDOM is not set | ||
327 | # CONFIG_GEN_RTC is not set | ||
328 | # CONFIG_R3964 is not set | ||
329 | # CONFIG_RAW_DRIVER is not set | ||
330 | # CONFIG_TCG_TPM is not set | ||
331 | # CONFIG_I2C is not set | ||
332 | # CONFIG_SPI is not set | ||
333 | # CONFIG_W1 is not set | ||
334 | # CONFIG_POWER_SUPPLY is not set | ||
335 | # CONFIG_HWMON is not set | ||
336 | # CONFIG_THERMAL is not set | ||
337 | # CONFIG_WATCHDOG is not set | ||
338 | |||
339 | # | ||
340 | # Sonics Silicon Backplane | ||
341 | # | ||
342 | CONFIG_SSB_POSSIBLE=y | ||
343 | # CONFIG_SSB is not set | ||
344 | |||
345 | # | ||
346 | # Multifunction device drivers | ||
347 | # | ||
348 | # CONFIG_MFD_SM501 is not set | ||
349 | # CONFIG_HTC_PASIC3 is not set | ||
350 | |||
351 | # | ||
352 | # Multimedia devices | ||
353 | # | ||
354 | |||
355 | # | ||
356 | # Multimedia core support | ||
357 | # | ||
358 | # CONFIG_VIDEO_DEV is not set | ||
359 | |||
360 | # | ||
361 | # Multimedia drivers | ||
362 | # | ||
363 | # CONFIG_DAB is not set | ||
364 | |||
365 | # | ||
366 | # Graphics support | ||
367 | # | ||
368 | # CONFIG_VGASTATE is not set | ||
369 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
370 | # CONFIG_FB is not set | ||
371 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
372 | |||
373 | # | ||
374 | # Display device support | ||
375 | # | ||
376 | # CONFIG_DISPLAY_SUPPORT is not set | ||
377 | |||
378 | # | ||
379 | # Sound | ||
380 | # | ||
381 | # CONFIG_SOUND is not set | ||
382 | # CONFIG_USB_SUPPORT is not set | ||
383 | # CONFIG_MMC is not set | ||
384 | # CONFIG_MEMSTICK is not set | ||
385 | # CONFIG_NEW_LEDS is not set | ||
386 | # CONFIG_ACCESSIBILITY is not set | ||
387 | # CONFIG_RTC_CLASS is not set | ||
388 | # CONFIG_UIO is not set | ||
389 | |||
390 | # | ||
391 | # File systems | ||
392 | # | ||
393 | CONFIG_EXT2_FS=y | ||
394 | # CONFIG_EXT2_FS_XATTR is not set | ||
395 | # CONFIG_EXT3_FS is not set | ||
396 | # CONFIG_EXT4DEV_FS is not set | ||
397 | # CONFIG_REISERFS_FS is not set | ||
398 | # CONFIG_JFS_FS is not set | ||
399 | # CONFIG_FS_POSIX_ACL is not set | ||
400 | # CONFIG_XFS_FS is not set | ||
401 | # CONFIG_DNOTIFY is not set | ||
402 | # CONFIG_INOTIFY is not set | ||
403 | # CONFIG_QUOTA is not set | ||
404 | # CONFIG_AUTOFS_FS is not set | ||
405 | # CONFIG_AUTOFS4_FS is not set | ||
406 | # CONFIG_FUSE_FS is not set | ||
407 | |||
408 | # | ||
409 | # CD-ROM/DVD Filesystems | ||
410 | # | ||
411 | # CONFIG_ISO9660_FS is not set | ||
412 | # CONFIG_UDF_FS is not set | ||
413 | |||
414 | # | ||
415 | # DOS/FAT/NT Filesystems | ||
416 | # | ||
417 | # CONFIG_MSDOS_FS is not set | ||
418 | # CONFIG_VFAT_FS is not set | ||
419 | # CONFIG_NTFS_FS is not set | ||
420 | |||
421 | # | ||
422 | # Pseudo filesystems | ||
423 | # | ||
424 | CONFIG_PROC_FS=y | ||
425 | CONFIG_PROC_SYSCTL=y | ||
426 | CONFIG_SYSFS=y | ||
427 | # CONFIG_TMPFS is not set | ||
428 | # CONFIG_HUGETLB_PAGE is not set | ||
429 | # CONFIG_CONFIGFS_FS is not set | ||
430 | |||
431 | # | ||
432 | # Miscellaneous filesystems | ||
433 | # | ||
434 | # CONFIG_ADFS_FS is not set | ||
435 | # CONFIG_AFFS_FS is not set | ||
436 | # CONFIG_HFS_FS is not set | ||
437 | # CONFIG_HFSPLUS_FS is not set | ||
438 | # CONFIG_BEFS_FS is not set | ||
439 | # CONFIG_BFS_FS is not set | ||
440 | # CONFIG_EFS_FS is not set | ||
441 | # CONFIG_JFFS2_FS is not set | ||
442 | # CONFIG_CRAMFS is not set | ||
443 | # CONFIG_VXFS_FS is not set | ||
444 | # CONFIG_MINIX_FS is not set | ||
445 | # CONFIG_HPFS_FS is not set | ||
446 | # CONFIG_QNX4FS_FS is not set | ||
447 | CONFIG_ROMFS_FS=y | ||
448 | # CONFIG_SYSV_FS is not set | ||
449 | # CONFIG_UFS_FS is not set | ||
450 | |||
451 | # | ||
452 | # Partition Types | ||
453 | # | ||
454 | # CONFIG_PARTITION_ADVANCED is not set | ||
455 | CONFIG_MSDOS_PARTITION=y | ||
456 | # CONFIG_NLS is not set | ||
457 | |||
458 | # | ||
459 | # Kernel hacking | ||
460 | # | ||
461 | # CONFIG_PRINTK_TIME is not set | ||
462 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
463 | CONFIG_ENABLE_MUST_CHECK=y | ||
464 | CONFIG_FRAME_WARN=1024 | ||
465 | # CONFIG_MAGIC_SYSRQ is not set | ||
466 | # CONFIG_UNUSED_SYMBOLS is not set | ||
467 | # CONFIG_DEBUG_FS is not set | ||
468 | # CONFIG_HEADERS_CHECK is not set | ||
469 | # CONFIG_DEBUG_KERNEL is not set | ||
470 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
471 | # CONFIG_SAMPLES is not set | ||
472 | # CONFIG_FULLDEBUG is not set | ||
473 | # CONFIG_HIGHPROFILE is not set | ||
474 | # CONFIG_BOOTPARAM is not set | ||
475 | # CONFIG_NO_KERNEL_MSG is not set | ||
476 | # CONFIG_BDM_DISABLE is not set | ||
477 | |||
478 | # | ||
479 | # Security options | ||
480 | # | ||
481 | # CONFIG_KEYS is not set | ||
482 | # CONFIG_SECURITY is not set | ||
483 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
484 | # CONFIG_CRYPTO is not set | ||
485 | |||
486 | # | ||
487 | # Library routines | ||
488 | # | ||
489 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
490 | # CONFIG_CRC_CCITT is not set | ||
491 | # CONFIG_CRC16 is not set | ||
492 | # CONFIG_CRC_ITU_T is not set | ||
493 | # CONFIG_CRC32 is not set | ||
494 | # CONFIG_CRC7 is not set | ||
495 | # CONFIG_LIBCRC32C is not set | ||
496 | CONFIG_HAS_IOMEM=y | ||
497 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/m68knommu/configs/m5275evb_defconfig b/arch/m68knommu/configs/m5275evb_defconfig new file mode 100644 index 000000000000..0d1256f5addb --- /dev/null +++ b/arch/m68knommu/configs/m5275evb_defconfig | |||
@@ -0,0 +1,627 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.26-rc1 | ||
4 | # | ||
5 | CONFIG_M68K=y | ||
6 | # CONFIG_MMU is not set | ||
7 | # CONFIG_FPU is not set | ||
8 | CONFIG_ZONE_DMA=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
10 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
11 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
12 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
13 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
14 | CONFIG_GENERIC_HWEIGHT=y | ||
15 | CONFIG_GENERIC_HARDIRQS=y | ||
16 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
17 | CONFIG_GENERIC_TIME=y | ||
18 | CONFIG_TIME_LOW_RES=y | ||
19 | CONFIG_NO_IOPORT=y | ||
20 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
21 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
22 | |||
23 | # | ||
24 | # General setup | ||
25 | # | ||
26 | CONFIG_EXPERIMENTAL=y | ||
27 | CONFIG_BROKEN_ON_SMP=y | ||
28 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
29 | CONFIG_LOCALVERSION="" | ||
30 | CONFIG_LOCALVERSION_AUTO=y | ||
31 | # CONFIG_SYSVIPC is not set | ||
32 | # CONFIG_POSIX_MQUEUE is not set | ||
33 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
34 | # CONFIG_TASKSTATS is not set | ||
35 | # CONFIG_AUDIT is not set | ||
36 | # CONFIG_IKCONFIG is not set | ||
37 | CONFIG_LOG_BUF_SHIFT=14 | ||
38 | # CONFIG_CGROUPS is not set | ||
39 | # CONFIG_GROUP_SCHED is not set | ||
40 | # CONFIG_SYSFS_DEPRECATED_V2 is not set | ||
41 | # CONFIG_RELAY is not set | ||
42 | # CONFIG_NAMESPACES is not set | ||
43 | # CONFIG_BLK_DEV_INITRD is not set | ||
44 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
45 | CONFIG_SYSCTL=y | ||
46 | CONFIG_EMBEDDED=y | ||
47 | # CONFIG_UID16 is not set | ||
48 | # CONFIG_SYSCTL_SYSCALL is not set | ||
49 | # CONFIG_KALLSYMS is not set | ||
50 | # CONFIG_HOTPLUG is not set | ||
51 | CONFIG_PRINTK=y | ||
52 | CONFIG_BUG=y | ||
53 | CONFIG_ELF_CORE=y | ||
54 | # CONFIG_COMPAT_BRK is not set | ||
55 | CONFIG_BASE_FULL=y | ||
56 | # CONFIG_FUTEX is not set | ||
57 | # CONFIG_EPOLL is not set | ||
58 | # CONFIG_SIGNALFD is not set | ||
59 | # CONFIG_TIMERFD is not set | ||
60 | # CONFIG_EVENTFD is not set | ||
61 | # CONFIG_VM_EVENT_COUNTERS is not set | ||
62 | CONFIG_SLAB=y | ||
63 | # CONFIG_SLUB is not set | ||
64 | # CONFIG_SLOB is not set | ||
65 | # CONFIG_PROFILING is not set | ||
66 | # CONFIG_MARKERS is not set | ||
67 | # CONFIG_HAVE_OPROFILE is not set | ||
68 | # CONFIG_HAVE_KPROBES is not set | ||
69 | # CONFIG_HAVE_KRETPROBES is not set | ||
70 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
71 | CONFIG_SLABINFO=y | ||
72 | CONFIG_TINY_SHMEM=y | ||
73 | CONFIG_BASE_SMALL=0 | ||
74 | CONFIG_MODULES=y | ||
75 | CONFIG_MODULE_UNLOAD=y | ||
76 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
77 | # CONFIG_MODVERSIONS is not set | ||
78 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
79 | # CONFIG_KMOD is not set | ||
80 | CONFIG_BLOCK=y | ||
81 | # CONFIG_LBD is not set | ||
82 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
83 | # CONFIG_LSF is not set | ||
84 | # CONFIG_BLK_DEV_BSG is not set | ||
85 | |||
86 | # | ||
87 | # IO Schedulers | ||
88 | # | ||
89 | CONFIG_IOSCHED_NOOP=y | ||
90 | # CONFIG_IOSCHED_AS is not set | ||
91 | # CONFIG_IOSCHED_DEADLINE is not set | ||
92 | # CONFIG_IOSCHED_CFQ is not set | ||
93 | # CONFIG_DEFAULT_AS is not set | ||
94 | # CONFIG_DEFAULT_DEADLINE is not set | ||
95 | # CONFIG_DEFAULT_CFQ is not set | ||
96 | CONFIG_DEFAULT_NOOP=y | ||
97 | CONFIG_DEFAULT_IOSCHED="noop" | ||
98 | CONFIG_CLASSIC_RCU=y | ||
99 | |||
100 | # | ||
101 | # Processor type and features | ||
102 | # | ||
103 | # CONFIG_M68328 is not set | ||
104 | # CONFIG_M68EZ328 is not set | ||
105 | # CONFIG_M68VZ328 is not set | ||
106 | # CONFIG_M68360 is not set | ||
107 | # CONFIG_M5206 is not set | ||
108 | # CONFIG_M5206e is not set | ||
109 | # CONFIG_M520x is not set | ||
110 | # CONFIG_M523x is not set | ||
111 | # CONFIG_M5249 is not set | ||
112 | # CONFIG_M5271 is not set | ||
113 | # CONFIG_M5272 is not set | ||
114 | CONFIG_M5275=y | ||
115 | # CONFIG_M528x is not set | ||
116 | # CONFIG_M5307 is not set | ||
117 | # CONFIG_M532x is not set | ||
118 | # CONFIG_M5407 is not set | ||
119 | CONFIG_M527x=y | ||
120 | CONFIG_COLDFIRE=y | ||
121 | CONFIG_CLOCK_SET=y | ||
122 | CONFIG_CLOCK_FREQ=150000000 | ||
123 | CONFIG_CLOCK_DIV=2 | ||
124 | |||
125 | # | ||
126 | # Platform | ||
127 | # | ||
128 | CONFIG_M5275EVB=y | ||
129 | CONFIG_FREESCALE=y | ||
130 | # CONFIG_4KSTACKS is not set | ||
131 | CONFIG_HZ=100 | ||
132 | |||
133 | # | ||
134 | # RAM configuration | ||
135 | # | ||
136 | CONFIG_RAMBASE=0x00000000 | ||
137 | CONFIG_RAMSIZE=0x00000000 | ||
138 | CONFIG_VECTORBASE=0x00000000 | ||
139 | CONFIG_KERNELBASE=0x00020000 | ||
140 | CONFIG_RAMAUTOBIT=y | ||
141 | # CONFIG_RAM8BIT is not set | ||
142 | # CONFIG_RAM16BIT is not set | ||
143 | # CONFIG_RAM32BIT is not set | ||
144 | |||
145 | # | ||
146 | # ROM configuration | ||
147 | # | ||
148 | # CONFIG_ROM is not set | ||
149 | CONFIG_RAMKERNEL=y | ||
150 | # CONFIG_ROMKERNEL is not set | ||
151 | CONFIG_SELECT_MEMORY_MODEL=y | ||
152 | CONFIG_FLATMEM_MANUAL=y | ||
153 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
154 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
155 | CONFIG_FLATMEM=y | ||
156 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
157 | # CONFIG_SPARSEMEM_STATIC is not set | ||
158 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
159 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
160 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
161 | # CONFIG_RESOURCES_64BIT is not set | ||
162 | CONFIG_ZONE_DMA_FLAG=1 | ||
163 | CONFIG_VIRT_TO_BUS=y | ||
164 | CONFIG_ISA_DMA_API=y | ||
165 | |||
166 | # | ||
167 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
168 | # | ||
169 | # CONFIG_PCI is not set | ||
170 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
171 | |||
172 | # | ||
173 | # Executable file formats | ||
174 | # | ||
175 | CONFIG_BINFMT_FLAT=y | ||
176 | # CONFIG_BINFMT_ZFLAT is not set | ||
177 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
178 | # CONFIG_BINFMT_AOUT is not set | ||
179 | # CONFIG_BINFMT_MISC is not set | ||
180 | |||
181 | # | ||
182 | # Power management options | ||
183 | # | ||
184 | # CONFIG_PM is not set | ||
185 | |||
186 | # | ||
187 | # Networking | ||
188 | # | ||
189 | CONFIG_NET=y | ||
190 | |||
191 | # | ||
192 | # Networking options | ||
193 | # | ||
194 | CONFIG_PACKET=y | ||
195 | # CONFIG_PACKET_MMAP is not set | ||
196 | CONFIG_UNIX=y | ||
197 | # CONFIG_NET_KEY is not set | ||
198 | CONFIG_INET=y | ||
199 | # CONFIG_IP_MULTICAST is not set | ||
200 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
201 | CONFIG_IP_FIB_HASH=y | ||
202 | # CONFIG_IP_PNP is not set | ||
203 | # CONFIG_NET_IPIP is not set | ||
204 | # CONFIG_NET_IPGRE is not set | ||
205 | # CONFIG_ARPD is not set | ||
206 | # CONFIG_SYN_COOKIES is not set | ||
207 | # CONFIG_INET_AH is not set | ||
208 | # CONFIG_INET_ESP is not set | ||
209 | # CONFIG_INET_IPCOMP is not set | ||
210 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
211 | # CONFIG_INET_TUNNEL is not set | ||
212 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
213 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
214 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
215 | # CONFIG_INET_LRO is not set | ||
216 | # CONFIG_INET_DIAG is not set | ||
217 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
218 | CONFIG_TCP_CONG_CUBIC=y | ||
219 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
220 | # CONFIG_TCP_MD5SIG is not set | ||
221 | # CONFIG_IPV6 is not set | ||
222 | # CONFIG_NETWORK_SECMARK is not set | ||
223 | # CONFIG_NETFILTER is not set | ||
224 | # CONFIG_IP_DCCP is not set | ||
225 | # CONFIG_IP_SCTP is not set | ||
226 | # CONFIG_TIPC is not set | ||
227 | # CONFIG_ATM is not set | ||
228 | # CONFIG_BRIDGE is not set | ||
229 | # CONFIG_VLAN_8021Q is not set | ||
230 | # CONFIG_DECNET is not set | ||
231 | # CONFIG_LLC2 is not set | ||
232 | # CONFIG_IPX is not set | ||
233 | # CONFIG_ATALK is not set | ||
234 | # CONFIG_X25 is not set | ||
235 | # CONFIG_LAPB is not set | ||
236 | # CONFIG_ECONET is not set | ||
237 | # CONFIG_WAN_ROUTER is not set | ||
238 | # CONFIG_NET_SCHED is not set | ||
239 | |||
240 | # | ||
241 | # Network testing | ||
242 | # | ||
243 | # CONFIG_NET_PKTGEN is not set | ||
244 | # CONFIG_HAMRADIO is not set | ||
245 | # CONFIG_CAN is not set | ||
246 | # CONFIG_IRDA is not set | ||
247 | # CONFIG_BT is not set | ||
248 | # CONFIG_AF_RXRPC is not set | ||
249 | |||
250 | # | ||
251 | # Wireless | ||
252 | # | ||
253 | # CONFIG_CFG80211 is not set | ||
254 | # CONFIG_WIRELESS_EXT is not set | ||
255 | # CONFIG_MAC80211 is not set | ||
256 | # CONFIG_IEEE80211 is not set | ||
257 | # CONFIG_RFKILL is not set | ||
258 | # CONFIG_NET_9P is not set | ||
259 | |||
260 | # | ||
261 | # Device Drivers | ||
262 | # | ||
263 | |||
264 | # | ||
265 | # Generic Driver Options | ||
266 | # | ||
267 | CONFIG_STANDALONE=y | ||
268 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
269 | # CONFIG_SYS_HYPERVISOR is not set | ||
270 | # CONFIG_CONNECTOR is not set | ||
271 | CONFIG_MTD=y | ||
272 | # CONFIG_MTD_DEBUG is not set | ||
273 | # CONFIG_MTD_CONCAT is not set | ||
274 | CONFIG_MTD_PARTITIONS=y | ||
275 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
276 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
277 | # CONFIG_MTD_AR7_PARTS is not set | ||
278 | |||
279 | # | ||
280 | # User Modules And Translation Layers | ||
281 | # | ||
282 | CONFIG_MTD_CHAR=y | ||
283 | CONFIG_MTD_BLKDEVS=y | ||
284 | CONFIG_MTD_BLOCK=y | ||
285 | # CONFIG_FTL is not set | ||
286 | # CONFIG_NFTL is not set | ||
287 | # CONFIG_INFTL is not set | ||
288 | # CONFIG_RFD_FTL is not set | ||
289 | # CONFIG_SSFDC is not set | ||
290 | # CONFIG_MTD_OOPS is not set | ||
291 | |||
292 | # | ||
293 | # RAM/ROM/Flash chip drivers | ||
294 | # | ||
295 | # CONFIG_MTD_CFI is not set | ||
296 | # CONFIG_MTD_JEDECPROBE is not set | ||
297 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
298 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
299 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
300 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
301 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
302 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
303 | CONFIG_MTD_CFI_I1=y | ||
304 | CONFIG_MTD_CFI_I2=y | ||
305 | # CONFIG_MTD_CFI_I4 is not set | ||
306 | # CONFIG_MTD_CFI_I8 is not set | ||
307 | CONFIG_MTD_RAM=y | ||
308 | # CONFIG_MTD_ROM is not set | ||
309 | # CONFIG_MTD_ABSENT is not set | ||
310 | |||
311 | # | ||
312 | # Mapping drivers for chip access | ||
313 | # | ||
314 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
315 | CONFIG_MTD_UCLINUX=y | ||
316 | # CONFIG_MTD_PLATRAM is not set | ||
317 | |||
318 | # | ||
319 | # Self-contained MTD device drivers | ||
320 | # | ||
321 | # CONFIG_MTD_SLRAM is not set | ||
322 | # CONFIG_MTD_PHRAM is not set | ||
323 | # CONFIG_MTD_MTDRAM is not set | ||
324 | # CONFIG_MTD_BLOCK2MTD is not set | ||
325 | |||
326 | # | ||
327 | # Disk-On-Chip Device Drivers | ||
328 | # | ||
329 | # CONFIG_MTD_DOC2000 is not set | ||
330 | # CONFIG_MTD_DOC2001 is not set | ||
331 | # CONFIG_MTD_DOC2001PLUS is not set | ||
332 | # CONFIG_MTD_NAND is not set | ||
333 | # CONFIG_MTD_ONENAND is not set | ||
334 | |||
335 | # | ||
336 | # UBI - Unsorted block images | ||
337 | # | ||
338 | # CONFIG_MTD_UBI is not set | ||
339 | # CONFIG_PARPORT is not set | ||
340 | CONFIG_BLK_DEV=y | ||
341 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
342 | # CONFIG_BLK_DEV_LOOP is not set | ||
343 | # CONFIG_BLK_DEV_NBD is not set | ||
344 | CONFIG_BLK_DEV_RAM=y | ||
345 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
346 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
347 | # CONFIG_BLK_DEV_XIP is not set | ||
348 | # CONFIG_CDROM_PKTCDVD is not set | ||
349 | # CONFIG_ATA_OVER_ETH is not set | ||
350 | # CONFIG_MISC_DEVICES is not set | ||
351 | CONFIG_HAVE_IDE=y | ||
352 | # CONFIG_IDE is not set | ||
353 | |||
354 | # | ||
355 | # SCSI device support | ||
356 | # | ||
357 | # CONFIG_RAID_ATTRS is not set | ||
358 | # CONFIG_SCSI is not set | ||
359 | # CONFIG_SCSI_DMA is not set | ||
360 | # CONFIG_SCSI_NETLINK is not set | ||
361 | # CONFIG_MD is not set | ||
362 | CONFIG_NETDEVICES=y | ||
363 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
364 | # CONFIG_DUMMY is not set | ||
365 | # CONFIG_BONDING is not set | ||
366 | # CONFIG_MACVLAN is not set | ||
367 | # CONFIG_EQUALIZER is not set | ||
368 | # CONFIG_TUN is not set | ||
369 | # CONFIG_VETH is not set | ||
370 | # CONFIG_PHYLIB is not set | ||
371 | CONFIG_NET_ETHERNET=y | ||
372 | # CONFIG_MII is not set | ||
373 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
374 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
375 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
376 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
377 | # CONFIG_B44 is not set | ||
378 | CONFIG_FEC=y | ||
379 | CONFIG_FEC2=y | ||
380 | # CONFIG_NETDEV_1000 is not set | ||
381 | # CONFIG_NETDEV_10000 is not set | ||
382 | |||
383 | # | ||
384 | # Wireless LAN | ||
385 | # | ||
386 | # CONFIG_WLAN_PRE80211 is not set | ||
387 | # CONFIG_WLAN_80211 is not set | ||
388 | # CONFIG_IWLWIFI is not set | ||
389 | # CONFIG_IWLWIFI_LEDS is not set | ||
390 | # CONFIG_WAN is not set | ||
391 | CONFIG_PPP=y | ||
392 | # CONFIG_PPP_MULTILINK is not set | ||
393 | # CONFIG_PPP_FILTER is not set | ||
394 | # CONFIG_PPP_ASYNC is not set | ||
395 | # CONFIG_PPP_SYNC_TTY is not set | ||
396 | # CONFIG_PPP_DEFLATE is not set | ||
397 | # CONFIG_PPP_BSDCOMP is not set | ||
398 | # CONFIG_PPP_MPPE is not set | ||
399 | # CONFIG_PPPOE is not set | ||
400 | # CONFIG_PPPOL2TP is not set | ||
401 | # CONFIG_SLIP is not set | ||
402 | CONFIG_SLHC=y | ||
403 | # CONFIG_NETCONSOLE is not set | ||
404 | # CONFIG_NETPOLL is not set | ||
405 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
406 | # CONFIG_ISDN is not set | ||
407 | # CONFIG_PHONE is not set | ||
408 | |||
409 | # | ||
410 | # Input device support | ||
411 | # | ||
412 | # CONFIG_INPUT is not set | ||
413 | |||
414 | # | ||
415 | # Hardware I/O ports | ||
416 | # | ||
417 | # CONFIG_SERIO is not set | ||
418 | # CONFIG_GAMEPORT is not set | ||
419 | |||
420 | # | ||
421 | # Character devices | ||
422 | # | ||
423 | # CONFIG_VT is not set | ||
424 | # CONFIG_DEVKMEM is not set | ||
425 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
426 | |||
427 | # | ||
428 | # Serial drivers | ||
429 | # | ||
430 | # CONFIG_SERIAL_8250 is not set | ||
431 | |||
432 | # | ||
433 | # Non-8250 serial port support | ||
434 | # | ||
435 | CONFIG_SERIAL_CORE=y | ||
436 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
437 | # CONFIG_SERIAL_COLDFIRE is not set | ||
438 | CONFIG_SERIAL_MCF=y | ||
439 | CONFIG_SERIAL_MCF_BAUDRATE=19200 | ||
440 | CONFIG_SERIAL_MCF_CONSOLE=y | ||
441 | # CONFIG_UNIX98_PTYS is not set | ||
442 | CONFIG_LEGACY_PTYS=y | ||
443 | CONFIG_LEGACY_PTY_COUNT=256 | ||
444 | # CONFIG_IPMI_HANDLER is not set | ||
445 | # CONFIG_HW_RANDOM is not set | ||
446 | # CONFIG_GEN_RTC is not set | ||
447 | # CONFIG_R3964 is not set | ||
448 | # CONFIG_RAW_DRIVER is not set | ||
449 | # CONFIG_TCG_TPM is not set | ||
450 | # CONFIG_I2C is not set | ||
451 | # CONFIG_SPI is not set | ||
452 | # CONFIG_W1 is not set | ||
453 | # CONFIG_POWER_SUPPLY is not set | ||
454 | # CONFIG_HWMON is not set | ||
455 | # CONFIG_THERMAL is not set | ||
456 | # CONFIG_WATCHDOG is not set | ||
457 | |||
458 | # | ||
459 | # Sonics Silicon Backplane | ||
460 | # | ||
461 | CONFIG_SSB_POSSIBLE=y | ||
462 | # CONFIG_SSB is not set | ||
463 | |||
464 | # | ||
465 | # Multifunction device drivers | ||
466 | # | ||
467 | # CONFIG_MFD_SM501 is not set | ||
468 | # CONFIG_HTC_PASIC3 is not set | ||
469 | |||
470 | # | ||
471 | # Multimedia devices | ||
472 | # | ||
473 | |||
474 | # | ||
475 | # Multimedia core support | ||
476 | # | ||
477 | # CONFIG_VIDEO_DEV is not set | ||
478 | # CONFIG_DVB_CORE is not set | ||
479 | |||
480 | # | ||
481 | # Multimedia drivers | ||
482 | # | ||
483 | CONFIG_DAB=y | ||
484 | |||
485 | # | ||
486 | # Graphics support | ||
487 | # | ||
488 | # CONFIG_VGASTATE is not set | ||
489 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
490 | # CONFIG_FB is not set | ||
491 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
492 | |||
493 | # | ||
494 | # Display device support | ||
495 | # | ||
496 | # CONFIG_DISPLAY_SUPPORT is not set | ||
497 | |||
498 | # | ||
499 | # Sound | ||
500 | # | ||
501 | # CONFIG_SOUND is not set | ||
502 | # CONFIG_USB_SUPPORT is not set | ||
503 | # CONFIG_MMC is not set | ||
504 | # CONFIG_MEMSTICK is not set | ||
505 | # CONFIG_NEW_LEDS is not set | ||
506 | # CONFIG_ACCESSIBILITY is not set | ||
507 | # CONFIG_RTC_CLASS is not set | ||
508 | # CONFIG_UIO is not set | ||
509 | |||
510 | # | ||
511 | # File systems | ||
512 | # | ||
513 | CONFIG_EXT2_FS=y | ||
514 | # CONFIG_EXT2_FS_XATTR is not set | ||
515 | # CONFIG_EXT3_FS is not set | ||
516 | # CONFIG_EXT4DEV_FS is not set | ||
517 | # CONFIG_REISERFS_FS is not set | ||
518 | # CONFIG_JFS_FS is not set | ||
519 | # CONFIG_FS_POSIX_ACL is not set | ||
520 | # CONFIG_XFS_FS is not set | ||
521 | # CONFIG_OCFS2_FS is not set | ||
522 | # CONFIG_DNOTIFY is not set | ||
523 | # CONFIG_INOTIFY is not set | ||
524 | # CONFIG_QUOTA is not set | ||
525 | # CONFIG_AUTOFS_FS is not set | ||
526 | # CONFIG_AUTOFS4_FS is not set | ||
527 | # CONFIG_FUSE_FS is not set | ||
528 | |||
529 | # | ||
530 | # CD-ROM/DVD Filesystems | ||
531 | # | ||
532 | # CONFIG_ISO9660_FS is not set | ||
533 | # CONFIG_UDF_FS is not set | ||
534 | |||
535 | # | ||
536 | # DOS/FAT/NT Filesystems | ||
537 | # | ||
538 | # CONFIG_MSDOS_FS is not set | ||
539 | # CONFIG_VFAT_FS is not set | ||
540 | # CONFIG_NTFS_FS is not set | ||
541 | |||
542 | # | ||
543 | # Pseudo filesystems | ||
544 | # | ||
545 | CONFIG_PROC_FS=y | ||
546 | CONFIG_PROC_SYSCTL=y | ||
547 | CONFIG_SYSFS=y | ||
548 | # CONFIG_TMPFS is not set | ||
549 | # CONFIG_HUGETLB_PAGE is not set | ||
550 | # CONFIG_CONFIGFS_FS is not set | ||
551 | |||
552 | # | ||
553 | # Miscellaneous filesystems | ||
554 | # | ||
555 | # CONFIG_ADFS_FS is not set | ||
556 | # CONFIG_AFFS_FS is not set | ||
557 | # CONFIG_HFS_FS is not set | ||
558 | # CONFIG_HFSPLUS_FS is not set | ||
559 | # CONFIG_BEFS_FS is not set | ||
560 | # CONFIG_BFS_FS is not set | ||
561 | # CONFIG_EFS_FS is not set | ||
562 | # CONFIG_JFFS2_FS is not set | ||
563 | # CONFIG_CRAMFS is not set | ||
564 | # CONFIG_VXFS_FS is not set | ||
565 | # CONFIG_MINIX_FS is not set | ||
566 | # CONFIG_HPFS_FS is not set | ||
567 | # CONFIG_QNX4FS_FS is not set | ||
568 | CONFIG_ROMFS_FS=y | ||
569 | # CONFIG_SYSV_FS is not set | ||
570 | # CONFIG_UFS_FS is not set | ||
571 | CONFIG_NETWORK_FILESYSTEMS=y | ||
572 | # CONFIG_NFS_FS is not set | ||
573 | # CONFIG_NFSD is not set | ||
574 | # CONFIG_SMB_FS is not set | ||
575 | # CONFIG_CIFS is not set | ||
576 | # CONFIG_NCP_FS is not set | ||
577 | # CONFIG_CODA_FS is not set | ||
578 | # CONFIG_AFS_FS is not set | ||
579 | |||
580 | # | ||
581 | # Partition Types | ||
582 | # | ||
583 | # CONFIG_PARTITION_ADVANCED is not set | ||
584 | CONFIG_MSDOS_PARTITION=y | ||
585 | # CONFIG_NLS is not set | ||
586 | # CONFIG_DLM is not set | ||
587 | |||
588 | # | ||
589 | # Kernel hacking | ||
590 | # | ||
591 | # CONFIG_PRINTK_TIME is not set | ||
592 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
593 | CONFIG_ENABLE_MUST_CHECK=y | ||
594 | CONFIG_FRAME_WARN=1024 | ||
595 | # CONFIG_MAGIC_SYSRQ is not set | ||
596 | # CONFIG_UNUSED_SYMBOLS is not set | ||
597 | # CONFIG_DEBUG_FS is not set | ||
598 | # CONFIG_HEADERS_CHECK is not set | ||
599 | # CONFIG_DEBUG_KERNEL is not set | ||
600 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
601 | # CONFIG_SAMPLES is not set | ||
602 | # CONFIG_FULLDEBUG is not set | ||
603 | # CONFIG_HIGHPROFILE is not set | ||
604 | # CONFIG_BOOTPARAM is not set | ||
605 | # CONFIG_NO_KERNEL_MSG is not set | ||
606 | # CONFIG_BDM_DISABLE is not set | ||
607 | |||
608 | # | ||
609 | # Security options | ||
610 | # | ||
611 | # CONFIG_KEYS is not set | ||
612 | # CONFIG_SECURITY is not set | ||
613 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
614 | # CONFIG_CRYPTO is not set | ||
615 | |||
616 | # | ||
617 | # Library routines | ||
618 | # | ||
619 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
620 | # CONFIG_CRC_CCITT is not set | ||
621 | # CONFIG_CRC16 is not set | ||
622 | # CONFIG_CRC_ITU_T is not set | ||
623 | # CONFIG_CRC32 is not set | ||
624 | # CONFIG_CRC7 is not set | ||
625 | # CONFIG_LIBCRC32C is not set | ||
626 | CONFIG_HAS_IOMEM=y | ||
627 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/m68knommu/configs/m5307c3_defconfig b/arch/m68knommu/configs/m5307c3_defconfig new file mode 100644 index 000000000000..fe2acdfa4d76 --- /dev/null +++ b/arch/m68knommu/configs/m5307c3_defconfig | |||
@@ -0,0 +1,580 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.26-rc1 | ||
4 | # | ||
5 | CONFIG_M68K=y | ||
6 | # CONFIG_MMU is not set | ||
7 | # CONFIG_FPU is not set | ||
8 | CONFIG_ZONE_DMA=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
10 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
11 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
12 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
13 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
14 | CONFIG_GENERIC_HWEIGHT=y | ||
15 | CONFIG_GENERIC_HARDIRQS=y | ||
16 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
17 | CONFIG_GENERIC_TIME=y | ||
18 | CONFIG_TIME_LOW_RES=y | ||
19 | CONFIG_NO_IOPORT=y | ||
20 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
21 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
22 | |||
23 | # | ||
24 | # General setup | ||
25 | # | ||
26 | CONFIG_EXPERIMENTAL=y | ||
27 | CONFIG_BROKEN_ON_SMP=y | ||
28 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
29 | CONFIG_LOCALVERSION="" | ||
30 | CONFIG_LOCALVERSION_AUTO=y | ||
31 | # CONFIG_SYSVIPC is not set | ||
32 | # CONFIG_POSIX_MQUEUE is not set | ||
33 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
34 | # CONFIG_TASKSTATS is not set | ||
35 | # CONFIG_AUDIT is not set | ||
36 | # CONFIG_IKCONFIG is not set | ||
37 | CONFIG_LOG_BUF_SHIFT=14 | ||
38 | # CONFIG_CGROUPS is not set | ||
39 | # CONFIG_GROUP_SCHED is not set | ||
40 | # CONFIG_SYSFS_DEPRECATED_V2 is not set | ||
41 | # CONFIG_RELAY is not set | ||
42 | # CONFIG_NAMESPACES is not set | ||
43 | # CONFIG_BLK_DEV_INITRD is not set | ||
44 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
45 | CONFIG_SYSCTL=y | ||
46 | CONFIG_EMBEDDED=y | ||
47 | # CONFIG_UID16 is not set | ||
48 | # CONFIG_SYSCTL_SYSCALL is not set | ||
49 | # CONFIG_KALLSYMS is not set | ||
50 | # CONFIG_HOTPLUG is not set | ||
51 | CONFIG_PRINTK=y | ||
52 | CONFIG_BUG=y | ||
53 | CONFIG_ELF_CORE=y | ||
54 | # CONFIG_COMPAT_BRK is not set | ||
55 | CONFIG_BASE_FULL=y | ||
56 | # CONFIG_FUTEX is not set | ||
57 | # CONFIG_EPOLL is not set | ||
58 | # CONFIG_SIGNALFD is not set | ||
59 | # CONFIG_TIMERFD is not set | ||
60 | # CONFIG_EVENTFD is not set | ||
61 | # CONFIG_VM_EVENT_COUNTERS is not set | ||
62 | CONFIG_SLAB=y | ||
63 | # CONFIG_SLUB is not set | ||
64 | # CONFIG_SLOB is not set | ||
65 | # CONFIG_PROFILING is not set | ||
66 | # CONFIG_MARKERS is not set | ||
67 | # CONFIG_HAVE_OPROFILE is not set | ||
68 | # CONFIG_HAVE_KPROBES is not set | ||
69 | # CONFIG_HAVE_KRETPROBES is not set | ||
70 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
71 | CONFIG_SLABINFO=y | ||
72 | CONFIG_TINY_SHMEM=y | ||
73 | CONFIG_BASE_SMALL=0 | ||
74 | CONFIG_MODULES=y | ||
75 | CONFIG_MODULE_UNLOAD=y | ||
76 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
77 | # CONFIG_MODVERSIONS is not set | ||
78 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
79 | # CONFIG_KMOD is not set | ||
80 | CONFIG_BLOCK=y | ||
81 | # CONFIG_LBD is not set | ||
82 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
83 | # CONFIG_LSF is not set | ||
84 | # CONFIG_BLK_DEV_BSG is not set | ||
85 | |||
86 | # | ||
87 | # IO Schedulers | ||
88 | # | ||
89 | CONFIG_IOSCHED_NOOP=y | ||
90 | # CONFIG_IOSCHED_AS is not set | ||
91 | # CONFIG_IOSCHED_DEADLINE is not set | ||
92 | # CONFIG_IOSCHED_CFQ is not set | ||
93 | # CONFIG_DEFAULT_AS is not set | ||
94 | # CONFIG_DEFAULT_DEADLINE is not set | ||
95 | # CONFIG_DEFAULT_CFQ is not set | ||
96 | CONFIG_DEFAULT_NOOP=y | ||
97 | CONFIG_DEFAULT_IOSCHED="noop" | ||
98 | CONFIG_CLASSIC_RCU=y | ||
99 | |||
100 | # | ||
101 | # Processor type and features | ||
102 | # | ||
103 | # CONFIG_M68328 is not set | ||
104 | # CONFIG_M68EZ328 is not set | ||
105 | # CONFIG_M68VZ328 is not set | ||
106 | # CONFIG_M68360 is not set | ||
107 | # CONFIG_M5206 is not set | ||
108 | # CONFIG_M5206e is not set | ||
109 | # CONFIG_M520x is not set | ||
110 | # CONFIG_M523x is not set | ||
111 | # CONFIG_M5249 is not set | ||
112 | # CONFIG_M5271 is not set | ||
113 | # CONFIG_M5272 is not set | ||
114 | # CONFIG_M5275 is not set | ||
115 | # CONFIG_M528x is not set | ||
116 | CONFIG_M5307=y | ||
117 | # CONFIG_M532x is not set | ||
118 | # CONFIG_M5407 is not set | ||
119 | CONFIG_COLDFIRE=y | ||
120 | CONFIG_CLOCK_SET=y | ||
121 | CONFIG_CLOCK_FREQ=90000000 | ||
122 | CONFIG_CLOCK_DIV=2 | ||
123 | # CONFIG_OLDMASK is not set | ||
124 | |||
125 | # | ||
126 | # Platform | ||
127 | # | ||
128 | # CONFIG_ARN5307 is not set | ||
129 | CONFIG_M5307C3=y | ||
130 | # CONFIG_eLIA is not set | ||
131 | # CONFIG_SECUREEDGEMP3 is not set | ||
132 | # CONFIG_CLEOPATRA is not set | ||
133 | # CONFIG_NETtel is not set | ||
134 | CONFIG_FREESCALE=y | ||
135 | # CONFIG_4KSTACKS is not set | ||
136 | CONFIG_HZ=100 | ||
137 | |||
138 | # | ||
139 | # RAM configuration | ||
140 | # | ||
141 | CONFIG_RAMBASE=0x00000000 | ||
142 | CONFIG_RAMSIZE=0x00800000 | ||
143 | CONFIG_VECTORBASE=0x00000000 | ||
144 | CONFIG_KERNELBASE=0x00020000 | ||
145 | CONFIG_RAMAUTOBIT=y | ||
146 | # CONFIG_RAM8BIT is not set | ||
147 | # CONFIG_RAM16BIT is not set | ||
148 | # CONFIG_RAM32BIT is not set | ||
149 | |||
150 | # | ||
151 | # ROM configuration | ||
152 | # | ||
153 | # CONFIG_ROM is not set | ||
154 | CONFIG_RAMKERNEL=y | ||
155 | # CONFIG_ROMKERNEL is not set | ||
156 | CONFIG_SELECT_MEMORY_MODEL=y | ||
157 | CONFIG_FLATMEM_MANUAL=y | ||
158 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
159 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
160 | CONFIG_FLATMEM=y | ||
161 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
162 | # CONFIG_SPARSEMEM_STATIC is not set | ||
163 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
164 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
165 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
166 | # CONFIG_RESOURCES_64BIT is not set | ||
167 | CONFIG_ZONE_DMA_FLAG=1 | ||
168 | CONFIG_VIRT_TO_BUS=y | ||
169 | CONFIG_ISA_DMA_API=y | ||
170 | |||
171 | # | ||
172 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
173 | # | ||
174 | # CONFIG_PCI is not set | ||
175 | # CONFIG_COMEMPCI is not set | ||
176 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
177 | |||
178 | # | ||
179 | # Executable file formats | ||
180 | # | ||
181 | CONFIG_BINFMT_FLAT=y | ||
182 | # CONFIG_BINFMT_ZFLAT is not set | ||
183 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
184 | # CONFIG_BINFMT_AOUT is not set | ||
185 | # CONFIG_BINFMT_MISC is not set | ||
186 | |||
187 | # | ||
188 | # Power management options | ||
189 | # | ||
190 | # CONFIG_PM is not set | ||
191 | |||
192 | # | ||
193 | # Networking | ||
194 | # | ||
195 | CONFIG_NET=y | ||
196 | |||
197 | # | ||
198 | # Networking options | ||
199 | # | ||
200 | CONFIG_PACKET=y | ||
201 | # CONFIG_PACKET_MMAP is not set | ||
202 | CONFIG_UNIX=y | ||
203 | # CONFIG_NET_KEY is not set | ||
204 | CONFIG_INET=y | ||
205 | # CONFIG_IP_MULTICAST is not set | ||
206 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
207 | CONFIG_IP_FIB_HASH=y | ||
208 | # CONFIG_IP_PNP is not set | ||
209 | # CONFIG_NET_IPIP is not set | ||
210 | # CONFIG_NET_IPGRE is not set | ||
211 | # CONFIG_ARPD is not set | ||
212 | # CONFIG_SYN_COOKIES is not set | ||
213 | # CONFIG_INET_AH is not set | ||
214 | # CONFIG_INET_ESP is not set | ||
215 | # CONFIG_INET_IPCOMP is not set | ||
216 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
217 | # CONFIG_INET_TUNNEL is not set | ||
218 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
219 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
220 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
221 | # CONFIG_INET_LRO is not set | ||
222 | # CONFIG_INET_DIAG is not set | ||
223 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
224 | CONFIG_TCP_CONG_CUBIC=y | ||
225 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
226 | # CONFIG_TCP_MD5SIG is not set | ||
227 | # CONFIG_IPV6 is not set | ||
228 | # CONFIG_NETWORK_SECMARK is not set | ||
229 | # CONFIG_NETFILTER is not set | ||
230 | # CONFIG_IP_DCCP is not set | ||
231 | # CONFIG_IP_SCTP is not set | ||
232 | # CONFIG_TIPC is not set | ||
233 | # CONFIG_ATM is not set | ||
234 | # CONFIG_BRIDGE is not set | ||
235 | # CONFIG_VLAN_8021Q is not set | ||
236 | # CONFIG_DECNET is not set | ||
237 | # CONFIG_LLC2 is not set | ||
238 | # CONFIG_IPX is not set | ||
239 | # CONFIG_ATALK is not set | ||
240 | # CONFIG_X25 is not set | ||
241 | # CONFIG_LAPB is not set | ||
242 | # CONFIG_ECONET is not set | ||
243 | # CONFIG_WAN_ROUTER is not set | ||
244 | # CONFIG_NET_SCHED is not set | ||
245 | |||
246 | # | ||
247 | # Network testing | ||
248 | # | ||
249 | # CONFIG_NET_PKTGEN is not set | ||
250 | # CONFIG_HAMRADIO is not set | ||
251 | # CONFIG_CAN is not set | ||
252 | # CONFIG_IRDA is not set | ||
253 | # CONFIG_BT is not set | ||
254 | # CONFIG_AF_RXRPC is not set | ||
255 | |||
256 | # | ||
257 | # Wireless | ||
258 | # | ||
259 | # CONFIG_CFG80211 is not set | ||
260 | # CONFIG_WIRELESS_EXT is not set | ||
261 | # CONFIG_MAC80211 is not set | ||
262 | # CONFIG_IEEE80211 is not set | ||
263 | # CONFIG_RFKILL is not set | ||
264 | # CONFIG_NET_9P is not set | ||
265 | |||
266 | # | ||
267 | # Device Drivers | ||
268 | # | ||
269 | |||
270 | # | ||
271 | # Generic Driver Options | ||
272 | # | ||
273 | CONFIG_STANDALONE=y | ||
274 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
275 | # CONFIG_SYS_HYPERVISOR is not set | ||
276 | # CONFIG_CONNECTOR is not set | ||
277 | # CONFIG_MTD is not set | ||
278 | # CONFIG_PARPORT is not set | ||
279 | CONFIG_BLK_DEV=y | ||
280 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
281 | # CONFIG_BLK_DEV_LOOP is not set | ||
282 | # CONFIG_BLK_DEV_NBD is not set | ||
283 | CONFIG_BLK_DEV_RAM=y | ||
284 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
285 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
286 | # CONFIG_BLK_DEV_XIP is not set | ||
287 | # CONFIG_CDROM_PKTCDVD is not set | ||
288 | # CONFIG_ATA_OVER_ETH is not set | ||
289 | # CONFIG_MISC_DEVICES is not set | ||
290 | CONFIG_HAVE_IDE=y | ||
291 | # CONFIG_IDE is not set | ||
292 | |||
293 | # | ||
294 | # SCSI device support | ||
295 | # | ||
296 | # CONFIG_RAID_ATTRS is not set | ||
297 | # CONFIG_SCSI is not set | ||
298 | # CONFIG_SCSI_DMA is not set | ||
299 | # CONFIG_SCSI_NETLINK is not set | ||
300 | # CONFIG_MD is not set | ||
301 | CONFIG_NETDEVICES=y | ||
302 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
303 | # CONFIG_DUMMY is not set | ||
304 | # CONFIG_BONDING is not set | ||
305 | # CONFIG_MACVLAN is not set | ||
306 | # CONFIG_EQUALIZER is not set | ||
307 | # CONFIG_TUN is not set | ||
308 | # CONFIG_VETH is not set | ||
309 | # CONFIG_PHYLIB is not set | ||
310 | CONFIG_NET_ETHERNET=y | ||
311 | # CONFIG_MII is not set | ||
312 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
313 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
314 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
315 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
316 | # CONFIG_B44 is not set | ||
317 | # CONFIG_NETDEV_1000 is not set | ||
318 | # CONFIG_NETDEV_10000 is not set | ||
319 | |||
320 | # | ||
321 | # Wireless LAN | ||
322 | # | ||
323 | # CONFIG_WLAN_PRE80211 is not set | ||
324 | # CONFIG_WLAN_80211 is not set | ||
325 | # CONFIG_IWLWIFI is not set | ||
326 | # CONFIG_IWLWIFI_LEDS is not set | ||
327 | # CONFIG_WAN is not set | ||
328 | CONFIG_PPP=y | ||
329 | # CONFIG_PPP_MULTILINK is not set | ||
330 | # CONFIG_PPP_FILTER is not set | ||
331 | # CONFIG_PPP_ASYNC is not set | ||
332 | # CONFIG_PPP_SYNC_TTY is not set | ||
333 | # CONFIG_PPP_DEFLATE is not set | ||
334 | # CONFIG_PPP_BSDCOMP is not set | ||
335 | # CONFIG_PPP_MPPE is not set | ||
336 | # CONFIG_PPPOE is not set | ||
337 | # CONFIG_PPPOL2TP is not set | ||
338 | CONFIG_SLIP=y | ||
339 | CONFIG_SLIP_COMPRESSED=y | ||
340 | CONFIG_SLHC=y | ||
341 | # CONFIG_SLIP_SMART is not set | ||
342 | # CONFIG_SLIP_MODE_SLIP6 is not set | ||
343 | # CONFIG_NETCONSOLE is not set | ||
344 | # CONFIG_NETPOLL is not set | ||
345 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
346 | # CONFIG_ISDN is not set | ||
347 | # CONFIG_PHONE is not set | ||
348 | |||
349 | # | ||
350 | # Input device support | ||
351 | # | ||
352 | CONFIG_INPUT=y | ||
353 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
354 | # CONFIG_INPUT_POLLDEV is not set | ||
355 | |||
356 | # | ||
357 | # Userland interfaces | ||
358 | # | ||
359 | # CONFIG_INPUT_MOUSEDEV is not set | ||
360 | # CONFIG_INPUT_JOYDEV is not set | ||
361 | # CONFIG_INPUT_EVDEV is not set | ||
362 | # CONFIG_INPUT_EVBUG is not set | ||
363 | |||
364 | # | ||
365 | # Input Device Drivers | ||
366 | # | ||
367 | # CONFIG_INPUT_KEYBOARD is not set | ||
368 | # CONFIG_INPUT_MOUSE is not set | ||
369 | # CONFIG_INPUT_JOYSTICK is not set | ||
370 | # CONFIG_INPUT_TABLET is not set | ||
371 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
372 | # CONFIG_INPUT_MISC is not set | ||
373 | |||
374 | # | ||
375 | # Hardware I/O ports | ||
376 | # | ||
377 | # CONFIG_SERIO is not set | ||
378 | # CONFIG_GAMEPORT is not set | ||
379 | |||
380 | # | ||
381 | # Character devices | ||
382 | # | ||
383 | # CONFIG_VT is not set | ||
384 | # CONFIG_DEVKMEM is not set | ||
385 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
386 | |||
387 | # | ||
388 | # Serial drivers | ||
389 | # | ||
390 | # CONFIG_SERIAL_8250 is not set | ||
391 | |||
392 | # | ||
393 | # Non-8250 serial port support | ||
394 | # | ||
395 | CONFIG_SERIAL_CORE=y | ||
396 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
397 | # CONFIG_SERIAL_COLDFIRE is not set | ||
398 | CONFIG_SERIAL_MCF=y | ||
399 | CONFIG_SERIAL_MCF_BAUDRATE=19200 | ||
400 | CONFIG_SERIAL_MCF_CONSOLE=y | ||
401 | CONFIG_UNIX98_PTYS=y | ||
402 | CONFIG_LEGACY_PTYS=y | ||
403 | CONFIG_LEGACY_PTY_COUNT=256 | ||
404 | # CONFIG_IPMI_HANDLER is not set | ||
405 | # CONFIG_HW_RANDOM is not set | ||
406 | # CONFIG_GEN_RTC is not set | ||
407 | # CONFIG_R3964 is not set | ||
408 | # CONFIG_RAW_DRIVER is not set | ||
409 | # CONFIG_TCG_TPM is not set | ||
410 | # CONFIG_I2C is not set | ||
411 | # CONFIG_SPI is not set | ||
412 | # CONFIG_W1 is not set | ||
413 | # CONFIG_POWER_SUPPLY is not set | ||
414 | # CONFIG_HWMON is not set | ||
415 | # CONFIG_THERMAL is not set | ||
416 | # CONFIG_WATCHDOG is not set | ||
417 | |||
418 | # | ||
419 | # Sonics Silicon Backplane | ||
420 | # | ||
421 | CONFIG_SSB_POSSIBLE=y | ||
422 | # CONFIG_SSB is not set | ||
423 | |||
424 | # | ||
425 | # Multifunction device drivers | ||
426 | # | ||
427 | # CONFIG_MFD_SM501 is not set | ||
428 | # CONFIG_HTC_PASIC3 is not set | ||
429 | |||
430 | # | ||
431 | # Multimedia devices | ||
432 | # | ||
433 | |||
434 | # | ||
435 | # Multimedia core support | ||
436 | # | ||
437 | # CONFIG_VIDEO_DEV is not set | ||
438 | # CONFIG_DVB_CORE is not set | ||
439 | |||
440 | # | ||
441 | # Multimedia drivers | ||
442 | # | ||
443 | CONFIG_DAB=y | ||
444 | |||
445 | # | ||
446 | # Graphics support | ||
447 | # | ||
448 | # CONFIG_VGASTATE is not set | ||
449 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
450 | # CONFIG_FB is not set | ||
451 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
452 | |||
453 | # | ||
454 | # Display device support | ||
455 | # | ||
456 | # CONFIG_DISPLAY_SUPPORT is not set | ||
457 | |||
458 | # | ||
459 | # Sound | ||
460 | # | ||
461 | # CONFIG_SOUND is not set | ||
462 | # CONFIG_HID_SUPPORT is not set | ||
463 | # CONFIG_USB_SUPPORT is not set | ||
464 | # CONFIG_MMC is not set | ||
465 | # CONFIG_MEMSTICK is not set | ||
466 | # CONFIG_NEW_LEDS is not set | ||
467 | # CONFIG_ACCESSIBILITY is not set | ||
468 | # CONFIG_RTC_CLASS is not set | ||
469 | # CONFIG_UIO is not set | ||
470 | |||
471 | # | ||
472 | # File systems | ||
473 | # | ||
474 | CONFIG_EXT2_FS=y | ||
475 | # CONFIG_EXT2_FS_XATTR is not set | ||
476 | # CONFIG_EXT3_FS is not set | ||
477 | # CONFIG_EXT4DEV_FS is not set | ||
478 | # CONFIG_REISERFS_FS is not set | ||
479 | # CONFIG_JFS_FS is not set | ||
480 | # CONFIG_FS_POSIX_ACL is not set | ||
481 | # CONFIG_XFS_FS is not set | ||
482 | # CONFIG_OCFS2_FS is not set | ||
483 | # CONFIG_DNOTIFY is not set | ||
484 | # CONFIG_INOTIFY is not set | ||
485 | # CONFIG_QUOTA is not set | ||
486 | # CONFIG_AUTOFS_FS is not set | ||
487 | # CONFIG_AUTOFS4_FS is not set | ||
488 | # CONFIG_FUSE_FS is not set | ||
489 | |||
490 | # | ||
491 | # CD-ROM/DVD Filesystems | ||
492 | # | ||
493 | # CONFIG_ISO9660_FS is not set | ||
494 | # CONFIG_UDF_FS is not set | ||
495 | |||
496 | # | ||
497 | # DOS/FAT/NT Filesystems | ||
498 | # | ||
499 | # CONFIG_MSDOS_FS is not set | ||
500 | # CONFIG_VFAT_FS is not set | ||
501 | # CONFIG_NTFS_FS is not set | ||
502 | |||
503 | # | ||
504 | # Pseudo filesystems | ||
505 | # | ||
506 | CONFIG_PROC_FS=y | ||
507 | CONFIG_PROC_SYSCTL=y | ||
508 | CONFIG_SYSFS=y | ||
509 | # CONFIG_TMPFS is not set | ||
510 | # CONFIG_HUGETLB_PAGE is not set | ||
511 | # CONFIG_CONFIGFS_FS is not set | ||
512 | |||
513 | # | ||
514 | # Miscellaneous filesystems | ||
515 | # | ||
516 | # CONFIG_ADFS_FS is not set | ||
517 | # CONFIG_AFFS_FS is not set | ||
518 | # CONFIG_HFS_FS is not set | ||
519 | # CONFIG_HFSPLUS_FS is not set | ||
520 | # CONFIG_BEFS_FS is not set | ||
521 | # CONFIG_BFS_FS is not set | ||
522 | # CONFIG_EFS_FS is not set | ||
523 | # CONFIG_CRAMFS is not set | ||
524 | # CONFIG_VXFS_FS is not set | ||
525 | # CONFIG_MINIX_FS is not set | ||
526 | # CONFIG_HPFS_FS is not set | ||
527 | # CONFIG_QNX4FS_FS is not set | ||
528 | CONFIG_ROMFS_FS=y | ||
529 | # CONFIG_SYSV_FS is not set | ||
530 | # CONFIG_UFS_FS is not set | ||
531 | # CONFIG_NETWORK_FILESYSTEMS is not set | ||
532 | |||
533 | # | ||
534 | # Partition Types | ||
535 | # | ||
536 | # CONFIG_PARTITION_ADVANCED is not set | ||
537 | CONFIG_MSDOS_PARTITION=y | ||
538 | # CONFIG_NLS is not set | ||
539 | # CONFIG_DLM is not set | ||
540 | |||
541 | # | ||
542 | # Kernel hacking | ||
543 | # | ||
544 | # CONFIG_PRINTK_TIME is not set | ||
545 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
546 | CONFIG_ENABLE_MUST_CHECK=y | ||
547 | CONFIG_FRAME_WARN=1024 | ||
548 | # CONFIG_MAGIC_SYSRQ is not set | ||
549 | # CONFIG_UNUSED_SYMBOLS is not set | ||
550 | # CONFIG_DEBUG_FS is not set | ||
551 | # CONFIG_HEADERS_CHECK is not set | ||
552 | # CONFIG_DEBUG_KERNEL is not set | ||
553 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
554 | # CONFIG_SAMPLES is not set | ||
555 | CONFIG_FULLDEBUG=y | ||
556 | # CONFIG_HIGHPROFILE is not set | ||
557 | # CONFIG_BOOTPARAM is not set | ||
558 | # CONFIG_NO_KERNEL_MSG is not set | ||
559 | # CONFIG_BDM_DISABLE is not set | ||
560 | |||
561 | # | ||
562 | # Security options | ||
563 | # | ||
564 | # CONFIG_KEYS is not set | ||
565 | # CONFIG_SECURITY is not set | ||
566 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
567 | # CONFIG_CRYPTO is not set | ||
568 | |||
569 | # | ||
570 | # Library routines | ||
571 | # | ||
572 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
573 | # CONFIG_CRC_CCITT is not set | ||
574 | # CONFIG_CRC16 is not set | ||
575 | # CONFIG_CRC_ITU_T is not set | ||
576 | # CONFIG_CRC32 is not set | ||
577 | # CONFIG_CRC7 is not set | ||
578 | # CONFIG_LIBCRC32C is not set | ||
579 | CONFIG_HAS_IOMEM=y | ||
580 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/m68knommu/configs/m5407c3_defconfig b/arch/m68knommu/configs/m5407c3_defconfig new file mode 100644 index 000000000000..1118936d20e3 --- /dev/null +++ b/arch/m68knommu/configs/m5407c3_defconfig | |||
@@ -0,0 +1,641 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.26-rc1 | ||
4 | # Wed May 7 10:25:16 2008 | ||
5 | # | ||
6 | CONFIG_M68K=y | ||
7 | # CONFIG_MMU is not set | ||
8 | # CONFIG_FPU is not set | ||
9 | CONFIG_ZONE_DMA=y | ||
10 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
11 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
12 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
13 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
14 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
15 | CONFIG_GENERIC_HWEIGHT=y | ||
16 | CONFIG_GENERIC_HARDIRQS=y | ||
17 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
18 | CONFIG_GENERIC_TIME=y | ||
19 | CONFIG_TIME_LOW_RES=y | ||
20 | CONFIG_NO_IOPORT=y | ||
21 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
22 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
23 | |||
24 | # | ||
25 | # General setup | ||
26 | # | ||
27 | CONFIG_EXPERIMENTAL=y | ||
28 | CONFIG_BROKEN_ON_SMP=y | ||
29 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
30 | CONFIG_LOCALVERSION="" | ||
31 | CONFIG_LOCALVERSION_AUTO=y | ||
32 | # CONFIG_SYSVIPC is not set | ||
33 | # CONFIG_POSIX_MQUEUE is not set | ||
34 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
35 | # CONFIG_TASKSTATS is not set | ||
36 | # CONFIG_AUDIT is not set | ||
37 | # CONFIG_IKCONFIG is not set | ||
38 | CONFIG_LOG_BUF_SHIFT=14 | ||
39 | # CONFIG_CGROUPS is not set | ||
40 | # CONFIG_GROUP_SCHED is not set | ||
41 | # CONFIG_SYSFS_DEPRECATED_V2 is not set | ||
42 | # CONFIG_RELAY is not set | ||
43 | # CONFIG_NAMESPACES is not set | ||
44 | # CONFIG_BLK_DEV_INITRD is not set | ||
45 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
46 | CONFIG_SYSCTL=y | ||
47 | CONFIG_EMBEDDED=y | ||
48 | # CONFIG_UID16 is not set | ||
49 | # CONFIG_SYSCTL_SYSCALL is not set | ||
50 | # CONFIG_KALLSYMS is not set | ||
51 | # CONFIG_HOTPLUG is not set | ||
52 | CONFIG_PRINTK=y | ||
53 | CONFIG_BUG=y | ||
54 | CONFIG_ELF_CORE=y | ||
55 | # CONFIG_COMPAT_BRK is not set | ||
56 | CONFIG_BASE_FULL=y | ||
57 | # CONFIG_FUTEX is not set | ||
58 | # CONFIG_EPOLL is not set | ||
59 | # CONFIG_SIGNALFD is not set | ||
60 | # CONFIG_TIMERFD is not set | ||
61 | # CONFIG_EVENTFD is not set | ||
62 | # CONFIG_VM_EVENT_COUNTERS is not set | ||
63 | CONFIG_SLAB=y | ||
64 | # CONFIG_SLUB is not set | ||
65 | # CONFIG_SLOB is not set | ||
66 | # CONFIG_PROFILING is not set | ||
67 | # CONFIG_MARKERS is not set | ||
68 | # CONFIG_HAVE_OPROFILE is not set | ||
69 | # CONFIG_HAVE_KPROBES is not set | ||
70 | # CONFIG_HAVE_KRETPROBES is not set | ||
71 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
72 | CONFIG_SLABINFO=y | ||
73 | CONFIG_TINY_SHMEM=y | ||
74 | CONFIG_BASE_SMALL=0 | ||
75 | CONFIG_MODULES=y | ||
76 | CONFIG_MODULE_UNLOAD=y | ||
77 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
78 | # CONFIG_MODVERSIONS is not set | ||
79 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
80 | # CONFIG_KMOD is not set | ||
81 | CONFIG_BLOCK=y | ||
82 | # CONFIG_LBD is not set | ||
83 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
84 | # CONFIG_LSF is not set | ||
85 | # CONFIG_BLK_DEV_BSG is not set | ||
86 | |||
87 | # | ||
88 | # IO Schedulers | ||
89 | # | ||
90 | CONFIG_IOSCHED_NOOP=y | ||
91 | # CONFIG_IOSCHED_AS is not set | ||
92 | # CONFIG_IOSCHED_DEADLINE is not set | ||
93 | # CONFIG_IOSCHED_CFQ is not set | ||
94 | # CONFIG_DEFAULT_AS is not set | ||
95 | # CONFIG_DEFAULT_DEADLINE is not set | ||
96 | # CONFIG_DEFAULT_CFQ is not set | ||
97 | CONFIG_DEFAULT_NOOP=y | ||
98 | CONFIG_DEFAULT_IOSCHED="noop" | ||
99 | CONFIG_CLASSIC_RCU=y | ||
100 | |||
101 | # | ||
102 | # Processor type and features | ||
103 | # | ||
104 | # CONFIG_M68328 is not set | ||
105 | # CONFIG_M68EZ328 is not set | ||
106 | # CONFIG_M68VZ328 is not set | ||
107 | # CONFIG_M68360 is not set | ||
108 | # CONFIG_M5206 is not set | ||
109 | # CONFIG_M5206e is not set | ||
110 | # CONFIG_M520x is not set | ||
111 | # CONFIG_M523x is not set | ||
112 | # CONFIG_M5249 is not set | ||
113 | # CONFIG_M5271 is not set | ||
114 | # CONFIG_M5272 is not set | ||
115 | # CONFIG_M5275 is not set | ||
116 | # CONFIG_M528x is not set | ||
117 | # CONFIG_M5307 is not set | ||
118 | # CONFIG_M532x is not set | ||
119 | CONFIG_M5407=y | ||
120 | CONFIG_COLDFIRE=y | ||
121 | CONFIG_CLOCK_SET=y | ||
122 | CONFIG_CLOCK_FREQ=50000000 | ||
123 | CONFIG_CLOCK_DIV=1 | ||
124 | |||
125 | # | ||
126 | # Platform | ||
127 | # | ||
128 | CONFIG_M5407C3=y | ||
129 | # CONFIG_CLEOPATRA is not set | ||
130 | CONFIG_FREESCALE=y | ||
131 | CONFIG_4KSTACKS=y | ||
132 | CONFIG_HZ=100 | ||
133 | |||
134 | # | ||
135 | # RAM configuration | ||
136 | # | ||
137 | CONFIG_RAMBASE=0x00000000 | ||
138 | CONFIG_RAMSIZE=0x00000000 | ||
139 | CONFIG_VECTORBASE=0x00000000 | ||
140 | CONFIG_KERNELBASE=0x00020000 | ||
141 | CONFIG_RAMAUTOBIT=y | ||
142 | # CONFIG_RAM8BIT is not set | ||
143 | # CONFIG_RAM16BIT is not set | ||
144 | # CONFIG_RAM32BIT is not set | ||
145 | |||
146 | # | ||
147 | # ROM configuration | ||
148 | # | ||
149 | # CONFIG_ROM is not set | ||
150 | CONFIG_RAMKERNEL=y | ||
151 | # CONFIG_ROMKERNEL is not set | ||
152 | CONFIG_SELECT_MEMORY_MODEL=y | ||
153 | CONFIG_FLATMEM_MANUAL=y | ||
154 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
155 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
156 | CONFIG_FLATMEM=y | ||
157 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
158 | # CONFIG_SPARSEMEM_STATIC is not set | ||
159 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
160 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
161 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
162 | # CONFIG_RESOURCES_64BIT is not set | ||
163 | CONFIG_ZONE_DMA_FLAG=1 | ||
164 | CONFIG_VIRT_TO_BUS=y | ||
165 | CONFIG_ISA_DMA_API=y | ||
166 | |||
167 | # | ||
168 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
169 | # | ||
170 | # CONFIG_PCI is not set | ||
171 | # CONFIG_COMEMPCI is not set | ||
172 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
173 | |||
174 | # | ||
175 | # Executable file formats | ||
176 | # | ||
177 | CONFIG_BINFMT_FLAT=y | ||
178 | # CONFIG_BINFMT_ZFLAT is not set | ||
179 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
180 | # CONFIG_BINFMT_AOUT is not set | ||
181 | # CONFIG_BINFMT_MISC is not set | ||
182 | |||
183 | # | ||
184 | # Power management options | ||
185 | # | ||
186 | # CONFIG_PM is not set | ||
187 | |||
188 | # | ||
189 | # Networking | ||
190 | # | ||
191 | CONFIG_NET=y | ||
192 | |||
193 | # | ||
194 | # Networking options | ||
195 | # | ||
196 | CONFIG_PACKET=y | ||
197 | # CONFIG_PACKET_MMAP is not set | ||
198 | CONFIG_UNIX=y | ||
199 | # CONFIG_NET_KEY is not set | ||
200 | CONFIG_INET=y | ||
201 | # CONFIG_IP_MULTICAST is not set | ||
202 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
203 | CONFIG_IP_FIB_HASH=y | ||
204 | # CONFIG_IP_PNP is not set | ||
205 | # CONFIG_NET_IPIP is not set | ||
206 | # CONFIG_NET_IPGRE is not set | ||
207 | # CONFIG_ARPD is not set | ||
208 | # CONFIG_SYN_COOKIES is not set | ||
209 | # CONFIG_INET_AH is not set | ||
210 | # CONFIG_INET_ESP is not set | ||
211 | # CONFIG_INET_IPCOMP is not set | ||
212 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
213 | # CONFIG_INET_TUNNEL is not set | ||
214 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
215 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
216 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
217 | # CONFIG_INET_LRO is not set | ||
218 | # CONFIG_INET_DIAG is not set | ||
219 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
220 | CONFIG_TCP_CONG_CUBIC=y | ||
221 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
222 | # CONFIG_TCP_MD5SIG is not set | ||
223 | # CONFIG_IPV6 is not set | ||
224 | # CONFIG_NETWORK_SECMARK is not set | ||
225 | # CONFIG_NETFILTER is not set | ||
226 | # CONFIG_IP_DCCP is not set | ||
227 | # CONFIG_IP_SCTP is not set | ||
228 | # CONFIG_TIPC is not set | ||
229 | # CONFIG_ATM is not set | ||
230 | # CONFIG_BRIDGE is not set | ||
231 | # CONFIG_VLAN_8021Q is not set | ||
232 | # CONFIG_DECNET is not set | ||
233 | # CONFIG_LLC2 is not set | ||
234 | # CONFIG_IPX is not set | ||
235 | # CONFIG_ATALK is not set | ||
236 | # CONFIG_X25 is not set | ||
237 | # CONFIG_LAPB is not set | ||
238 | # CONFIG_ECONET is not set | ||
239 | # CONFIG_WAN_ROUTER is not set | ||
240 | # CONFIG_NET_SCHED is not set | ||
241 | |||
242 | # | ||
243 | # Network testing | ||
244 | # | ||
245 | # CONFIG_NET_PKTGEN is not set | ||
246 | # CONFIG_HAMRADIO is not set | ||
247 | # CONFIG_CAN is not set | ||
248 | # CONFIG_IRDA is not set | ||
249 | # CONFIG_BT is not set | ||
250 | # CONFIG_AF_RXRPC is not set | ||
251 | |||
252 | # | ||
253 | # Wireless | ||
254 | # | ||
255 | # CONFIG_CFG80211 is not set | ||
256 | # CONFIG_WIRELESS_EXT is not set | ||
257 | # CONFIG_MAC80211 is not set | ||
258 | # CONFIG_IEEE80211 is not set | ||
259 | # CONFIG_RFKILL is not set | ||
260 | # CONFIG_NET_9P is not set | ||
261 | |||
262 | # | ||
263 | # Device Drivers | ||
264 | # | ||
265 | |||
266 | # | ||
267 | # Generic Driver Options | ||
268 | # | ||
269 | CONFIG_STANDALONE=y | ||
270 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
271 | # CONFIG_SYS_HYPERVISOR is not set | ||
272 | # CONFIG_CONNECTOR is not set | ||
273 | CONFIG_MTD=y | ||
274 | # CONFIG_MTD_DEBUG is not set | ||
275 | # CONFIG_MTD_CONCAT is not set | ||
276 | CONFIG_MTD_PARTITIONS=y | ||
277 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
278 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
279 | # CONFIG_MTD_AR7_PARTS is not set | ||
280 | |||
281 | # | ||
282 | # User Modules And Translation Layers | ||
283 | # | ||
284 | CONFIG_MTD_CHAR=y | ||
285 | CONFIG_MTD_BLKDEVS=y | ||
286 | CONFIG_MTD_BLOCK=y | ||
287 | # CONFIG_FTL is not set | ||
288 | # CONFIG_NFTL is not set | ||
289 | # CONFIG_INFTL is not set | ||
290 | # CONFIG_RFD_FTL is not set | ||
291 | # CONFIG_SSFDC is not set | ||
292 | # CONFIG_MTD_OOPS is not set | ||
293 | |||
294 | # | ||
295 | # RAM/ROM/Flash chip drivers | ||
296 | # | ||
297 | # CONFIG_MTD_CFI is not set | ||
298 | # CONFIG_MTD_JEDECPROBE is not set | ||
299 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
300 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
301 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
302 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
303 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
304 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
305 | CONFIG_MTD_CFI_I1=y | ||
306 | CONFIG_MTD_CFI_I2=y | ||
307 | # CONFIG_MTD_CFI_I4 is not set | ||
308 | # CONFIG_MTD_CFI_I8 is not set | ||
309 | CONFIG_MTD_RAM=y | ||
310 | # CONFIG_MTD_ROM is not set | ||
311 | # CONFIG_MTD_ABSENT is not set | ||
312 | |||
313 | # | ||
314 | # Mapping drivers for chip access | ||
315 | # | ||
316 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
317 | CONFIG_MTD_UCLINUX=y | ||
318 | # CONFIG_MTD_PLATRAM is not set | ||
319 | |||
320 | # | ||
321 | # Self-contained MTD device drivers | ||
322 | # | ||
323 | # CONFIG_MTD_SLRAM is not set | ||
324 | # CONFIG_MTD_PHRAM is not set | ||
325 | # CONFIG_MTD_MTDRAM is not set | ||
326 | # CONFIG_MTD_BLOCK2MTD is not set | ||
327 | |||
328 | # | ||
329 | # Disk-On-Chip Device Drivers | ||
330 | # | ||
331 | # CONFIG_MTD_DOC2000 is not set | ||
332 | # CONFIG_MTD_DOC2001 is not set | ||
333 | # CONFIG_MTD_DOC2001PLUS is not set | ||
334 | # CONFIG_MTD_NAND is not set | ||
335 | # CONFIG_MTD_ONENAND is not set | ||
336 | |||
337 | # | ||
338 | # UBI - Unsorted block images | ||
339 | # | ||
340 | # CONFIG_MTD_UBI is not set | ||
341 | # CONFIG_PARPORT is not set | ||
342 | CONFIG_BLK_DEV=y | ||
343 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
344 | # CONFIG_BLK_DEV_LOOP is not set | ||
345 | # CONFIG_BLK_DEV_NBD is not set | ||
346 | CONFIG_BLK_DEV_RAM=y | ||
347 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
348 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
349 | # CONFIG_BLK_DEV_XIP is not set | ||
350 | # CONFIG_CDROM_PKTCDVD is not set | ||
351 | # CONFIG_ATA_OVER_ETH is not set | ||
352 | # CONFIG_MISC_DEVICES is not set | ||
353 | CONFIG_HAVE_IDE=y | ||
354 | # CONFIG_IDE is not set | ||
355 | |||
356 | # | ||
357 | # SCSI device support | ||
358 | # | ||
359 | # CONFIG_RAID_ATTRS is not set | ||
360 | # CONFIG_SCSI is not set | ||
361 | # CONFIG_SCSI_DMA is not set | ||
362 | # CONFIG_SCSI_NETLINK is not set | ||
363 | # CONFIG_MD is not set | ||
364 | CONFIG_NETDEVICES=y | ||
365 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
366 | # CONFIG_DUMMY is not set | ||
367 | # CONFIG_BONDING is not set | ||
368 | # CONFIG_MACVLAN is not set | ||
369 | # CONFIG_EQUALIZER is not set | ||
370 | # CONFIG_TUN is not set | ||
371 | # CONFIG_VETH is not set | ||
372 | # CONFIG_PHYLIB is not set | ||
373 | CONFIG_NET_ETHERNET=y | ||
374 | # CONFIG_MII is not set | ||
375 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
376 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
377 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
378 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
379 | # CONFIG_B44 is not set | ||
380 | # CONFIG_NETDEV_1000 is not set | ||
381 | # CONFIG_NETDEV_10000 is not set | ||
382 | |||
383 | # | ||
384 | # Wireless LAN | ||
385 | # | ||
386 | # CONFIG_WLAN_PRE80211 is not set | ||
387 | # CONFIG_WLAN_80211 is not set | ||
388 | # CONFIG_IWLWIFI is not set | ||
389 | # CONFIG_IWLWIFI_LEDS is not set | ||
390 | # CONFIG_WAN is not set | ||
391 | CONFIG_PPP=y | ||
392 | # CONFIG_PPP_MULTILINK is not set | ||
393 | # CONFIG_PPP_FILTER is not set | ||
394 | # CONFIG_PPP_ASYNC is not set | ||
395 | # CONFIG_PPP_SYNC_TTY is not set | ||
396 | # CONFIG_PPP_DEFLATE is not set | ||
397 | # CONFIG_PPP_BSDCOMP is not set | ||
398 | # CONFIG_PPP_MPPE is not set | ||
399 | # CONFIG_PPPOE is not set | ||
400 | # CONFIG_PPPOL2TP is not set | ||
401 | # CONFIG_SLIP is not set | ||
402 | CONFIG_SLHC=y | ||
403 | # CONFIG_NETCONSOLE is not set | ||
404 | # CONFIG_NETPOLL is not set | ||
405 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
406 | # CONFIG_ISDN is not set | ||
407 | # CONFIG_PHONE is not set | ||
408 | |||
409 | # | ||
410 | # Input device support | ||
411 | # | ||
412 | CONFIG_INPUT=y | ||
413 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
414 | # CONFIG_INPUT_POLLDEV is not set | ||
415 | |||
416 | # | ||
417 | # Userland interfaces | ||
418 | # | ||
419 | # CONFIG_INPUT_MOUSEDEV is not set | ||
420 | # CONFIG_INPUT_JOYDEV is not set | ||
421 | # CONFIG_INPUT_EVDEV is not set | ||
422 | # CONFIG_INPUT_EVBUG is not set | ||
423 | |||
424 | # | ||
425 | # Input Device Drivers | ||
426 | # | ||
427 | # CONFIG_INPUT_KEYBOARD is not set | ||
428 | # CONFIG_INPUT_MOUSE is not set | ||
429 | # CONFIG_INPUT_JOYSTICK is not set | ||
430 | # CONFIG_INPUT_TABLET is not set | ||
431 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
432 | # CONFIG_INPUT_MISC is not set | ||
433 | |||
434 | # | ||
435 | # Hardware I/O ports | ||
436 | # | ||
437 | # CONFIG_SERIO is not set | ||
438 | # CONFIG_GAMEPORT is not set | ||
439 | |||
440 | # | ||
441 | # Character devices | ||
442 | # | ||
443 | # CONFIG_VT is not set | ||
444 | # CONFIG_DEVKMEM is not set | ||
445 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
446 | |||
447 | # | ||
448 | # Serial drivers | ||
449 | # | ||
450 | # CONFIG_SERIAL_8250 is not set | ||
451 | |||
452 | # | ||
453 | # Non-8250 serial port support | ||
454 | # | ||
455 | CONFIG_SERIAL_CORE=y | ||
456 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
457 | # CONFIG_SERIAL_COLDFIRE is not set | ||
458 | CONFIG_SERIAL_MCF=y | ||
459 | CONFIG_SERIAL_MCF_BAUDRATE=19200 | ||
460 | CONFIG_SERIAL_MCF_CONSOLE=y | ||
461 | # CONFIG_UNIX98_PTYS is not set | ||
462 | CONFIG_LEGACY_PTYS=y | ||
463 | CONFIG_LEGACY_PTY_COUNT=256 | ||
464 | # CONFIG_IPMI_HANDLER is not set | ||
465 | # CONFIG_HW_RANDOM is not set | ||
466 | # CONFIG_GEN_RTC is not set | ||
467 | # CONFIG_R3964 is not set | ||
468 | # CONFIG_RAW_DRIVER is not set | ||
469 | # CONFIG_TCG_TPM is not set | ||
470 | # CONFIG_I2C is not set | ||
471 | # CONFIG_SPI is not set | ||
472 | # CONFIG_W1 is not set | ||
473 | # CONFIG_POWER_SUPPLY is not set | ||
474 | # CONFIG_HWMON is not set | ||
475 | # CONFIG_THERMAL is not set | ||
476 | # CONFIG_WATCHDOG is not set | ||
477 | |||
478 | # | ||
479 | # Sonics Silicon Backplane | ||
480 | # | ||
481 | CONFIG_SSB_POSSIBLE=y | ||
482 | # CONFIG_SSB is not set | ||
483 | |||
484 | # | ||
485 | # Multifunction device drivers | ||
486 | # | ||
487 | # CONFIG_MFD_SM501 is not set | ||
488 | # CONFIG_HTC_PASIC3 is not set | ||
489 | |||
490 | # | ||
491 | # Multimedia devices | ||
492 | # | ||
493 | |||
494 | # | ||
495 | # Multimedia core support | ||
496 | # | ||
497 | # CONFIG_VIDEO_DEV is not set | ||
498 | # CONFIG_DVB_CORE is not set | ||
499 | |||
500 | # | ||
501 | # Multimedia drivers | ||
502 | # | ||
503 | CONFIG_DAB=y | ||
504 | |||
505 | # | ||
506 | # Graphics support | ||
507 | # | ||
508 | # CONFIG_VGASTATE is not set | ||
509 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
510 | # CONFIG_FB is not set | ||
511 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
512 | |||
513 | # | ||
514 | # Display device support | ||
515 | # | ||
516 | # CONFIG_DISPLAY_SUPPORT is not set | ||
517 | |||
518 | # | ||
519 | # Sound | ||
520 | # | ||
521 | # CONFIG_SOUND is not set | ||
522 | # CONFIG_HID_SUPPORT is not set | ||
523 | # CONFIG_USB_SUPPORT is not set | ||
524 | # CONFIG_MMC is not set | ||
525 | # CONFIG_MEMSTICK is not set | ||
526 | # CONFIG_NEW_LEDS is not set | ||
527 | # CONFIG_ACCESSIBILITY is not set | ||
528 | # CONFIG_RTC_CLASS is not set | ||
529 | # CONFIG_UIO is not set | ||
530 | |||
531 | # | ||
532 | # File systems | ||
533 | # | ||
534 | CONFIG_EXT2_FS=y | ||
535 | # CONFIG_EXT2_FS_XATTR is not set | ||
536 | # CONFIG_EXT3_FS is not set | ||
537 | # CONFIG_EXT4DEV_FS is not set | ||
538 | # CONFIG_REISERFS_FS is not set | ||
539 | # CONFIG_JFS_FS is not set | ||
540 | # CONFIG_FS_POSIX_ACL is not set | ||
541 | # CONFIG_XFS_FS is not set | ||
542 | # CONFIG_OCFS2_FS is not set | ||
543 | # CONFIG_DNOTIFY is not set | ||
544 | # CONFIG_INOTIFY is not set | ||
545 | # CONFIG_QUOTA is not set | ||
546 | # CONFIG_AUTOFS_FS is not set | ||
547 | # CONFIG_AUTOFS4_FS is not set | ||
548 | # CONFIG_FUSE_FS is not set | ||
549 | |||
550 | # | ||
551 | # CD-ROM/DVD Filesystems | ||
552 | # | ||
553 | # CONFIG_ISO9660_FS is not set | ||
554 | # CONFIG_UDF_FS is not set | ||
555 | |||
556 | # | ||
557 | # DOS/FAT/NT Filesystems | ||
558 | # | ||
559 | # CONFIG_MSDOS_FS is not set | ||
560 | # CONFIG_VFAT_FS is not set | ||
561 | # CONFIG_NTFS_FS is not set | ||
562 | |||
563 | # | ||
564 | # Pseudo filesystems | ||
565 | # | ||
566 | CONFIG_PROC_FS=y | ||
567 | CONFIG_PROC_SYSCTL=y | ||
568 | CONFIG_SYSFS=y | ||
569 | # CONFIG_TMPFS is not set | ||
570 | # CONFIG_HUGETLB_PAGE is not set | ||
571 | # CONFIG_CONFIGFS_FS is not set | ||
572 | |||
573 | # | ||
574 | # Miscellaneous filesystems | ||
575 | # | ||
576 | # CONFIG_ADFS_FS is not set | ||
577 | # CONFIG_AFFS_FS is not set | ||
578 | # CONFIG_HFS_FS is not set | ||
579 | # CONFIG_HFSPLUS_FS is not set | ||
580 | # CONFIG_BEFS_FS is not set | ||
581 | # CONFIG_BFS_FS is not set | ||
582 | # CONFIG_EFS_FS is not set | ||
583 | # CONFIG_JFFS2_FS is not set | ||
584 | # CONFIG_CRAMFS is not set | ||
585 | # CONFIG_VXFS_FS is not set | ||
586 | # CONFIG_MINIX_FS is not set | ||
587 | # CONFIG_HPFS_FS is not set | ||
588 | # CONFIG_QNX4FS_FS is not set | ||
589 | CONFIG_ROMFS_FS=y | ||
590 | # CONFIG_SYSV_FS is not set | ||
591 | # CONFIG_UFS_FS is not set | ||
592 | # CONFIG_NETWORK_FILESYSTEMS is not set | ||
593 | |||
594 | # | ||
595 | # Partition Types | ||
596 | # | ||
597 | # CONFIG_PARTITION_ADVANCED is not set | ||
598 | CONFIG_MSDOS_PARTITION=y | ||
599 | # CONFIG_NLS is not set | ||
600 | # CONFIG_DLM is not set | ||
601 | |||
602 | # | ||
603 | # Kernel hacking | ||
604 | # | ||
605 | # CONFIG_PRINTK_TIME is not set | ||
606 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
607 | CONFIG_ENABLE_MUST_CHECK=y | ||
608 | CONFIG_FRAME_WARN=1024 | ||
609 | # CONFIG_MAGIC_SYSRQ is not set | ||
610 | # CONFIG_UNUSED_SYMBOLS is not set | ||
611 | # CONFIG_DEBUG_FS is not set | ||
612 | # CONFIG_HEADERS_CHECK is not set | ||
613 | # CONFIG_DEBUG_KERNEL is not set | ||
614 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
615 | # CONFIG_SAMPLES is not set | ||
616 | # CONFIG_FULLDEBUG is not set | ||
617 | # CONFIG_HIGHPROFILE is not set | ||
618 | # CONFIG_BOOTPARAM is not set | ||
619 | # CONFIG_NO_KERNEL_MSG is not set | ||
620 | # CONFIG_BDM_DISABLE is not set | ||
621 | |||
622 | # | ||
623 | # Security options | ||
624 | # | ||
625 | # CONFIG_KEYS is not set | ||
626 | # CONFIG_SECURITY is not set | ||
627 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
628 | # CONFIG_CRYPTO is not set | ||
629 | |||
630 | # | ||
631 | # Library routines | ||
632 | # | ||
633 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
634 | # CONFIG_CRC_CCITT is not set | ||
635 | # CONFIG_CRC16 is not set | ||
636 | # CONFIG_CRC_ITU_T is not set | ||
637 | # CONFIG_CRC32 is not set | ||
638 | # CONFIG_CRC7 is not set | ||
639 | # CONFIG_LIBCRC32C is not set | ||
640 | CONFIG_HAS_IOMEM=y | ||
641 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/m68knommu/kernel/setup.c b/arch/m68knommu/kernel/setup.c index 03f4fe6a2fc0..5985f1989021 100644 --- a/arch/m68knommu/kernel/setup.c +++ b/arch/m68knommu/kernel/setup.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <linux/interrupt.h> | 22 | #include <linux/interrupt.h> |
23 | #include <linux/fb.h> | 23 | #include <linux/fb.h> |
24 | #include <linux/module.h> | 24 | #include <linux/module.h> |
25 | #include <linux/mm.h> | ||
25 | #include <linux/console.h> | 26 | #include <linux/console.h> |
26 | #include <linux/errno.h> | 27 | #include <linux/errno.h> |
27 | #include <linux/string.h> | 28 | #include <linux/string.h> |
diff --git a/arch/m68knommu/kernel/time.c b/arch/m68knommu/kernel/time.c index 0ccfb2ad6380..d182b2f72211 100644 --- a/arch/m68knommu/kernel/time.c +++ b/arch/m68knommu/kernel/time.c | |||
@@ -33,14 +33,13 @@ static inline int set_rtc_mmss(unsigned long nowtime) | |||
33 | return -1; | 33 | return -1; |
34 | } | 34 | } |
35 | 35 | ||
36 | #ifndef CONFIG_GENERIC_CLOCKEVENTS | ||
36 | /* | 37 | /* |
37 | * timer_interrupt() needs to keep up the real-time clock, | 38 | * timer_interrupt() needs to keep up the real-time clock, |
38 | * as well as call the "do_timer()" routine every clocktick | 39 | * as well as call the "do_timer()" routine every clocktick |
39 | */ | 40 | */ |
40 | irqreturn_t arch_timer_interrupt(int irq, void *dummy) | 41 | irqreturn_t arch_timer_interrupt(int irq, void *dummy) |
41 | { | 42 | { |
42 | /* last time the cmos clock got updated */ | ||
43 | static long last_rtc_update=0; | ||
44 | 43 | ||
45 | if (current->pid) | 44 | if (current->pid) |
46 | profile_tick(CPU_PROFILING); | 45 | profile_tick(CPU_PROFILING); |
@@ -49,21 +48,6 @@ irqreturn_t arch_timer_interrupt(int irq, void *dummy) | |||
49 | 48 | ||
50 | do_timer(1); | 49 | do_timer(1); |
51 | 50 | ||
52 | /* | ||
53 | * If we have an externally synchronized Linux clock, then update | ||
54 | * CMOS clock accordingly every ~11 minutes. Set_rtc_mmss() has to be | ||
55 | * called as close as possible to 500 ms before the new second starts. | ||
56 | */ | ||
57 | if (ntp_synced() && | ||
58 | xtime.tv_sec > last_rtc_update + 660 && | ||
59 | (xtime.tv_nsec / 1000) >= 500000 - ((unsigned) TICK_SIZE) / 2 && | ||
60 | (xtime.tv_nsec / 1000) <= 500000 + ((unsigned) TICK_SIZE) / 2) { | ||
61 | if (set_rtc_mmss(xtime.tv_sec) == 0) | ||
62 | last_rtc_update = xtime.tv_sec; | ||
63 | else | ||
64 | last_rtc_update = xtime.tv_sec - 600; /* do it again in 60 s */ | ||
65 | } | ||
66 | |||
67 | write_sequnlock(&xtime_lock); | 51 | write_sequnlock(&xtime_lock); |
68 | 52 | ||
69 | #ifndef CONFIG_SMP | 53 | #ifndef CONFIG_SMP |
@@ -71,8 +55,9 @@ irqreturn_t arch_timer_interrupt(int irq, void *dummy) | |||
71 | #endif | 55 | #endif |
72 | return(IRQ_HANDLED); | 56 | return(IRQ_HANDLED); |
73 | } | 57 | } |
58 | #endif | ||
74 | 59 | ||
75 | void time_init(void) | 60 | static unsigned long read_rtc_mmss(void) |
76 | { | 61 | { |
77 | unsigned int year, mon, day, hour, min, sec; | 62 | unsigned int year, mon, day, hour, min, sec; |
78 | 63 | ||
@@ -83,10 +68,21 @@ void time_init(void) | |||
83 | 68 | ||
84 | if ((year += 1900) < 1970) | 69 | if ((year += 1900) < 1970) |
85 | year += 100; | 70 | year += 100; |
86 | xtime.tv_sec = mktime(year, mon, day, hour, min, sec); | ||
87 | xtime.tv_nsec = 0; | ||
88 | wall_to_monotonic.tv_sec = -xtime.tv_sec; | ||
89 | 71 | ||
90 | hw_timer_init(); | 72 | return mktime(year, mon, day, hour, min, sec);; |
73 | } | ||
74 | |||
75 | unsigned long read_persistent_clock(void) | ||
76 | { | ||
77 | return read_rtc_mmss(); | ||
91 | } | 78 | } |
92 | 79 | ||
80 | int update_persistent_clock(struct timespec now) | ||
81 | { | ||
82 | return set_rtc_mmss(now.tv_sec); | ||
83 | } | ||
84 | |||
85 | void time_init(void) | ||
86 | { | ||
87 | hw_timer_init(); | ||
88 | } | ||
diff --git a/arch/m68knommu/kernel/traps.c b/arch/m68knommu/kernel/traps.c index ec9aea652e79..46f8f9d0c408 100644 --- a/arch/m68knommu/kernel/traps.c +++ b/arch/m68knommu/kernel/traps.c | |||
@@ -103,12 +103,28 @@ asmlinkage void buserr_c(struct frame *fp) | |||
103 | force_sig(SIGSEGV, current); | 103 | force_sig(SIGSEGV, current); |
104 | } | 104 | } |
105 | 105 | ||
106 | static void print_this_address(unsigned long addr, int i) | ||
107 | { | ||
108 | #ifdef CONFIG_KALLSYMS | ||
109 | printk(KERN_EMERG " [%08lx] ", addr); | ||
110 | print_symbol(KERN_CONT "%s\n", addr); | ||
111 | #else | ||
112 | if (i % 5) | ||
113 | printk(KERN_CONT " [%08lx] ", addr); | ||
114 | else | ||
115 | printk(KERN_CONT "\n" KERN_EMERG " [%08lx] ", addr); | ||
116 | i++; | ||
117 | #endif | ||
118 | } | ||
119 | |||
106 | int kstack_depth_to_print = 48; | 120 | int kstack_depth_to_print = 48; |
107 | 121 | ||
108 | static void __show_stack(struct task_struct *task, unsigned long *stack) | 122 | static void __show_stack(struct task_struct *task, unsigned long *stack) |
109 | { | 123 | { |
110 | unsigned long *endstack, addr; | 124 | unsigned long *endstack, addr; |
125 | #ifdef CONFIG_FRAME_POINTER | ||
111 | unsigned long *last_stack; | 126 | unsigned long *last_stack; |
127 | #endif | ||
112 | int i; | 128 | int i; |
113 | 129 | ||
114 | if (!stack) | 130 | if (!stack) |
@@ -126,6 +142,7 @@ static void __show_stack(struct task_struct *task, unsigned long *stack) | |||
126 | printk(" %08lx", *(stack + i)); | 142 | printk(" %08lx", *(stack + i)); |
127 | } | 143 | } |
128 | printk("\n"); | 144 | printk("\n"); |
145 | i = 0; | ||
129 | 146 | ||
130 | #ifdef CONFIG_FRAME_POINTER | 147 | #ifdef CONFIG_FRAME_POINTER |
131 | printk(KERN_EMERG "Call Trace:\n"); | 148 | printk(KERN_EMERG "Call Trace:\n"); |
@@ -134,15 +151,30 @@ static void __show_stack(struct task_struct *task, unsigned long *stack) | |||
134 | while (stack <= endstack && stack > last_stack) { | 151 | while (stack <= endstack && stack > last_stack) { |
135 | 152 | ||
136 | addr = *(stack + 1); | 153 | addr = *(stack + 1); |
137 | printk(KERN_EMERG " [%08lx] ", addr); | 154 | print_this_address(addr, i); |
138 | print_symbol(KERN_CONT "%s\n", addr); | 155 | i++; |
139 | 156 | ||
140 | last_stack = stack; | 157 | last_stack = stack; |
141 | stack = (unsigned long *)*stack; | 158 | stack = (unsigned long *)*stack; |
142 | } | 159 | } |
143 | printk("\n"); | 160 | printk("\n"); |
144 | #else | 161 | #else |
145 | printk(KERN_EMERG "CONFIG_FRAME_POINTER disabled, no symbolic call trace\n"); | 162 | printk(KERN_EMERG "Call Trace with CONFIG_FRAME_POINTER disabled:\n"); |
163 | while (stack <= endstack) { | ||
164 | addr = *stack++; | ||
165 | /* | ||
166 | * If the address is either in the text segment of the kernel, | ||
167 | * or in a region which is occupied by a module then it *may* | ||
168 | * be the address of a calling routine; if so, print it so that | ||
169 | * someone tracing down the cause of the crash will be able to | ||
170 | * figure out the call path that was taken. | ||
171 | */ | ||
172 | if (__kernel_text_address(addr)) { | ||
173 | print_this_address(addr, i); | ||
174 | i++; | ||
175 | } | ||
176 | } | ||
177 | printk(KERN_CONT "\n"); | ||
146 | #endif | 178 | #endif |
147 | } | 179 | } |
148 | 180 | ||
diff --git a/arch/m68knommu/kernel/vmlinux.lds.S b/arch/m68knommu/kernel/vmlinux.lds.S index 93e69236ed6f..69ba9b10767a 100644 --- a/arch/m68knommu/kernel/vmlinux.lds.S +++ b/arch/m68knommu/kernel/vmlinux.lds.S | |||
@@ -62,6 +62,7 @@ SECTIONS { | |||
62 | .text : { | 62 | .text : { |
63 | _text = .; | 63 | _text = .; |
64 | _stext = . ; | 64 | _stext = . ; |
65 | HEAD_TEXT | ||
65 | TEXT_TEXT | 66 | TEXT_TEXT |
66 | SCHED_TEXT | 67 | SCHED_TEXT |
67 | LOCK_TEXT | 68 | LOCK_TEXT |
diff --git a/arch/m68knommu/platform/coldfire/Makefile b/arch/m68knommu/platform/coldfire/Makefile index 40cf20be1b90..4f416a91a829 100644 --- a/arch/m68knommu/platform/coldfire/Makefile +++ b/arch/m68knommu/platform/coldfire/Makefile | |||
@@ -18,7 +18,7 @@ obj-$(CONFIG_COLDFIRE) += dma.o entry.o vectors.o | |||
18 | obj-$(CONFIG_M5206) += timers.o | 18 | obj-$(CONFIG_M5206) += timers.o |
19 | obj-$(CONFIG_M5206e) += timers.o | 19 | obj-$(CONFIG_M5206e) += timers.o |
20 | obj-$(CONFIG_M520x) += pit.o | 20 | obj-$(CONFIG_M520x) += pit.o |
21 | obj-$(CONFIG_M523x) += pit.o | 21 | obj-$(CONFIG_M523x) += pit.o dma_timer.o |
22 | obj-$(CONFIG_M5249) += timers.o | 22 | obj-$(CONFIG_M5249) += timers.o |
23 | obj-$(CONFIG_M527x) += pit.o | 23 | obj-$(CONFIG_M527x) += pit.o |
24 | obj-$(CONFIG_M5272) += timers.o | 24 | obj-$(CONFIG_M5272) += timers.o |
diff --git a/arch/m68knommu/platform/coldfire/dma_timer.c b/arch/m68knommu/platform/coldfire/dma_timer.c new file mode 100644 index 000000000000..772578b1084f --- /dev/null +++ b/arch/m68knommu/platform/coldfire/dma_timer.c | |||
@@ -0,0 +1,84 @@ | |||
1 | /* | ||
2 | * dma_timer.c -- Freescale ColdFire DMA Timer. | ||
3 | * | ||
4 | * Copyright (C) 2007, Benedikt Spranger <b.spranger@linutronix.de> | ||
5 | * Copyright (C) 2008. Sebastian Siewior, Linutronix | ||
6 | * | ||
7 | */ | ||
8 | |||
9 | #include <linux/clocksource.h> | ||
10 | #include <linux/io.h> | ||
11 | |||
12 | #include <asm/machdep.h> | ||
13 | #include <asm/coldfire.h> | ||
14 | #include <asm/mcfpit.h> | ||
15 | #include <asm/mcfsim.h> | ||
16 | |||
17 | #define DMA_TIMER_0 (0x00) | ||
18 | #define DMA_TIMER_1 (0x40) | ||
19 | #define DMA_TIMER_2 (0x80) | ||
20 | #define DMA_TIMER_3 (0xc0) | ||
21 | |||
22 | #define DTMR0 (MCF_IPSBAR + DMA_TIMER_0 + 0x400) | ||
23 | #define DTXMR0 (MCF_IPSBAR + DMA_TIMER_0 + 0x402) | ||
24 | #define DTER0 (MCF_IPSBAR + DMA_TIMER_0 + 0x403) | ||
25 | #define DTRR0 (MCF_IPSBAR + DMA_TIMER_0 + 0x404) | ||
26 | #define DTCR0 (MCF_IPSBAR + DMA_TIMER_0 + 0x408) | ||
27 | #define DTCN0 (MCF_IPSBAR + DMA_TIMER_0 + 0x40c) | ||
28 | |||
29 | #define DMA_FREQ ((MCF_CLK / 2) / 16) | ||
30 | |||
31 | /* DTMR */ | ||
32 | #define DMA_DTMR_RESTART (1 << 3) | ||
33 | #define DMA_DTMR_CLK_DIV_1 (1 << 1) | ||
34 | #define DMA_DTMR_CLK_DIV_16 (2 << 1) | ||
35 | #define DMA_DTMR_ENABLE (1 << 0) | ||
36 | |||
37 | static cycle_t cf_dt_get_cycles(void) | ||
38 | { | ||
39 | return __raw_readl(DTCN0); | ||
40 | } | ||
41 | |||
42 | static struct clocksource clocksource_cf_dt = { | ||
43 | .name = "coldfire_dma_timer", | ||
44 | .rating = 200, | ||
45 | .read = cf_dt_get_cycles, | ||
46 | .mask = CLOCKSOURCE_MASK(32), | ||
47 | .shift = 20, | ||
48 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, | ||
49 | }; | ||
50 | |||
51 | static int __init init_cf_dt_clocksource(void) | ||
52 | { | ||
53 | /* | ||
54 | * We setup DMA timer 0 in free run mode. This incrementing counter is | ||
55 | * used as a highly precious clock source. With MCF_CLOCK = 150 MHz we | ||
56 | * get a ~213 ns resolution and the 32bit register will overflow almost | ||
57 | * every 15 minutes. | ||
58 | */ | ||
59 | __raw_writeb(0x00, DTXMR0); | ||
60 | __raw_writeb(0x00, DTER0); | ||
61 | __raw_writel(0x00000000, DTRR0); | ||
62 | __raw_writew(DMA_DTMR_CLK_DIV_16 | DMA_DTMR_ENABLE, DTMR0); | ||
63 | clocksource_cf_dt.mult = clocksource_hz2mult(DMA_FREQ, | ||
64 | clocksource_cf_dt.shift); | ||
65 | return clocksource_register(&clocksource_cf_dt); | ||
66 | } | ||
67 | |||
68 | arch_initcall(init_cf_dt_clocksource); | ||
69 | |||
70 | #define CYC2NS_SCALE_FACTOR 10 /* 2^10, carefully chosen */ | ||
71 | #define CYC2NS_SCALE ((1000000 << CYC2NS_SCALE_FACTOR) / (DMA_FREQ / 1000)) | ||
72 | |||
73 | static unsigned long long cycles2ns(unsigned long cycl) | ||
74 | { | ||
75 | return (unsigned long long) ((unsigned long long)cycl * | ||
76 | CYC2NS_SCALE) >> CYC2NS_SCALE_FACTOR; | ||
77 | } | ||
78 | |||
79 | unsigned long long sched_clock(void) | ||
80 | { | ||
81 | unsigned long cycl = __raw_readl(DTCN0); | ||
82 | |||
83 | return cycles2ns(cycl); | ||
84 | } | ||
diff --git a/arch/m68knommu/platform/coldfire/head.S b/arch/m68knommu/platform/coldfire/head.S index b9aa0ca29bfb..2b0d73c0cc32 100644 --- a/arch/m68knommu/platform/coldfire/head.S +++ b/arch/m68knommu/platform/coldfire/head.S | |||
@@ -10,6 +10,7 @@ | |||
10 | 10 | ||
11 | #include <linux/sys.h> | 11 | #include <linux/sys.h> |
12 | #include <linux/linkage.h> | 12 | #include <linux/linkage.h> |
13 | #include <linux/init.h> | ||
13 | #include <asm/asm-offsets.h> | 14 | #include <asm/asm-offsets.h> |
14 | #include <asm/coldfire.h> | 15 | #include <asm/coldfire.h> |
15 | #include <asm/mcfcache.h> | 16 | #include <asm/mcfcache.h> |
@@ -126,7 +127,7 @@ _ramend: | |||
126 | 127 | ||
127 | /*****************************************************************************/ | 128 | /*****************************************************************************/ |
128 | 129 | ||
129 | .text | 130 | __HEAD |
130 | 131 | ||
131 | /* | 132 | /* |
132 | * This is the codes first entry point. This is where it all | 133 | * This is the codes first entry point. This is where it all |
diff --git a/arch/m68knommu/platform/coldfire/pit.c b/arch/m68knommu/platform/coldfire/pit.c index 4290638012e0..c5b916700b22 100644 --- a/arch/m68knommu/platform/coldfire/pit.c +++ b/arch/m68knommu/platform/coldfire/pit.c | |||
@@ -18,7 +18,7 @@ | |||
18 | #include <linux/init.h> | 18 | #include <linux/init.h> |
19 | #include <linux/interrupt.h> | 19 | #include <linux/interrupt.h> |
20 | #include <linux/irq.h> | 20 | #include <linux/irq.h> |
21 | #include <linux/clocksource.h> | 21 | #include <linux/clockchips.h> |
22 | #include <asm/machdep.h> | 22 | #include <asm/machdep.h> |
23 | #include <asm/io.h> | 23 | #include <asm/io.h> |
24 | #include <asm/coldfire.h> | 24 | #include <asm/coldfire.h> |
@@ -33,22 +33,86 @@ | |||
33 | #define FREQ ((MCF_CLK / 2) / 64) | 33 | #define FREQ ((MCF_CLK / 2) / 64) |
34 | #define TA(a) (MCF_IPSBAR + MCFPIT_BASE1 + (a)) | 34 | #define TA(a) (MCF_IPSBAR + MCFPIT_BASE1 + (a)) |
35 | #define INTC0 (MCF_IPSBAR + MCFICM_INTC0) | 35 | #define INTC0 (MCF_IPSBAR + MCFICM_INTC0) |
36 | #define PIT_CYCLES_PER_JIFFY (FREQ / HZ) | ||
36 | 37 | ||
37 | static u32 pit_cycles_per_jiffy; | ||
38 | static u32 pit_cnt; | 38 | static u32 pit_cnt; |
39 | 39 | ||
40 | /* | ||
41 | * Initialize the PIT timer. | ||
42 | * | ||
43 | * This is also called after resume to bring the PIT into operation again. | ||
44 | */ | ||
45 | |||
46 | static void init_cf_pit_timer(enum clock_event_mode mode, | ||
47 | struct clock_event_device *evt) | ||
48 | { | ||
49 | switch (mode) { | ||
50 | case CLOCK_EVT_MODE_PERIODIC: | ||
51 | |||
52 | __raw_writew(MCFPIT_PCSR_DISABLE, TA(MCFPIT_PCSR)); | ||
53 | __raw_writew(PIT_CYCLES_PER_JIFFY, TA(MCFPIT_PMR)); | ||
54 | __raw_writew(MCFPIT_PCSR_EN | MCFPIT_PCSR_PIE | \ | ||
55 | MCFPIT_PCSR_OVW | MCFPIT_PCSR_RLD | \ | ||
56 | MCFPIT_PCSR_CLK64, TA(MCFPIT_PCSR)); | ||
57 | break; | ||
58 | |||
59 | case CLOCK_EVT_MODE_SHUTDOWN: | ||
60 | case CLOCK_EVT_MODE_UNUSED: | ||
61 | |||
62 | __raw_writew(MCFPIT_PCSR_DISABLE, TA(MCFPIT_PCSR)); | ||
63 | break; | ||
64 | |||
65 | case CLOCK_EVT_MODE_ONESHOT: | ||
66 | |||
67 | __raw_writew(MCFPIT_PCSR_DISABLE, TA(MCFPIT_PCSR)); | ||
68 | __raw_writew(MCFPIT_PCSR_EN | MCFPIT_PCSR_PIE | \ | ||
69 | MCFPIT_PCSR_OVW | MCFPIT_PCSR_CLK64, \ | ||
70 | TA(MCFPIT_PCSR)); | ||
71 | break; | ||
72 | |||
73 | case CLOCK_EVT_MODE_RESUME: | ||
74 | /* Nothing to do here */ | ||
75 | break; | ||
76 | } | ||
77 | } | ||
78 | |||
79 | /* | ||
80 | * Program the next event in oneshot mode | ||
81 | * | ||
82 | * Delta is given in PIT ticks | ||
83 | */ | ||
84 | static int cf_pit_next_event(unsigned long delta, | ||
85 | struct clock_event_device *evt) | ||
86 | { | ||
87 | __raw_writew(delta, TA(MCFPIT_PMR)); | ||
88 | return 0; | ||
89 | } | ||
90 | |||
91 | struct clock_event_device cf_pit_clockevent = { | ||
92 | .name = "pit", | ||
93 | .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT, | ||
94 | .set_mode = init_cf_pit_timer, | ||
95 | .set_next_event = cf_pit_next_event, | ||
96 | .shift = 32, | ||
97 | .irq = MCFINT_VECBASE + MCFINT_PIT1, | ||
98 | }; | ||
99 | |||
100 | |||
101 | |||
40 | /***************************************************************************/ | 102 | /***************************************************************************/ |
41 | 103 | ||
42 | static irqreturn_t pit_tick(int irq, void *dummy) | 104 | static irqreturn_t pit_tick(int irq, void *dummy) |
43 | { | 105 | { |
106 | struct clock_event_device *evt = &cf_pit_clockevent; | ||
44 | u16 pcsr; | 107 | u16 pcsr; |
45 | 108 | ||
46 | /* Reset the ColdFire timer */ | 109 | /* Reset the ColdFire timer */ |
47 | pcsr = __raw_readw(TA(MCFPIT_PCSR)); | 110 | pcsr = __raw_readw(TA(MCFPIT_PCSR)); |
48 | __raw_writew(pcsr | MCFPIT_PCSR_PIF, TA(MCFPIT_PCSR)); | 111 | __raw_writew(pcsr | MCFPIT_PCSR_PIF, TA(MCFPIT_PCSR)); |
49 | 112 | ||
50 | pit_cnt += pit_cycles_per_jiffy; | 113 | pit_cnt += PIT_CYCLES_PER_JIFFY; |
51 | return arch_timer_interrupt(irq, dummy); | 114 | evt->event_handler(evt); |
115 | return IRQ_HANDLED; | ||
52 | } | 116 | } |
53 | 117 | ||
54 | /***************************************************************************/ | 118 | /***************************************************************************/ |
@@ -72,14 +136,14 @@ static cycle_t pit_read_clk(void) | |||
72 | cycles = pit_cnt; | 136 | cycles = pit_cnt; |
73 | local_irq_restore(flags); | 137 | local_irq_restore(flags); |
74 | 138 | ||
75 | return cycles + pit_cycles_per_jiffy - pcntr; | 139 | return cycles + PIT_CYCLES_PER_JIFFY - pcntr; |
76 | } | 140 | } |
77 | 141 | ||
78 | /***************************************************************************/ | 142 | /***************************************************************************/ |
79 | 143 | ||
80 | static struct clocksource pit_clk = { | 144 | static struct clocksource pit_clk = { |
81 | .name = "pit", | 145 | .name = "pit", |
82 | .rating = 250, | 146 | .rating = 100, |
83 | .read = pit_read_clk, | 147 | .read = pit_read_clk, |
84 | .shift = 20, | 148 | .shift = 20, |
85 | .mask = CLOCKSOURCE_MASK(32), | 149 | .mask = CLOCKSOURCE_MASK(32), |
@@ -92,6 +156,14 @@ void hw_timer_init(void) | |||
92 | { | 156 | { |
93 | u32 imr; | 157 | u32 imr; |
94 | 158 | ||
159 | cf_pit_clockevent.cpumask = cpumask_of_cpu(smp_processor_id()); | ||
160 | cf_pit_clockevent.mult = div_sc(FREQ, NSEC_PER_SEC, 32); | ||
161 | cf_pit_clockevent.max_delta_ns = | ||
162 | clockevent_delta2ns(0xFFFF, &cf_pit_clockevent); | ||
163 | cf_pit_clockevent.min_delta_ns = | ||
164 | clockevent_delta2ns(0x3f, &cf_pit_clockevent); | ||
165 | clockevents_register_device(&cf_pit_clockevent); | ||
166 | |||
95 | setup_irq(MCFINT_VECBASE + MCFINT_PIT1, &pit_irq); | 167 | setup_irq(MCFINT_VECBASE + MCFINT_PIT1, &pit_irq); |
96 | 168 | ||
97 | __raw_writeb(ICR_INTRCONF, INTC0 + MCFINTC_ICR0 + MCFINT_PIT1); | 169 | __raw_writeb(ICR_INTRCONF, INTC0 + MCFINTC_ICR0 + MCFINT_PIT1); |
@@ -99,13 +171,6 @@ void hw_timer_init(void) | |||
99 | imr &= ~MCFPIT_IMR_IBIT; | 171 | imr &= ~MCFPIT_IMR_IBIT; |
100 | __raw_writel(imr, INTC0 + MCFPIT_IMR); | 172 | __raw_writel(imr, INTC0 + MCFPIT_IMR); |
101 | 173 | ||
102 | /* Set up PIT timer 1 as poll clock */ | ||
103 | pit_cycles_per_jiffy = FREQ / HZ; | ||
104 | __raw_writew(MCFPIT_PCSR_DISABLE, TA(MCFPIT_PCSR)); | ||
105 | __raw_writew(pit_cycles_per_jiffy, TA(MCFPIT_PMR)); | ||
106 | __raw_writew(MCFPIT_PCSR_EN | MCFPIT_PCSR_PIE | MCFPIT_PCSR_OVW | | ||
107 | MCFPIT_PCSR_RLD | MCFPIT_PCSR_CLK64, TA(MCFPIT_PCSR)); | ||
108 | |||
109 | pit_clk.mult = clocksource_hz2mult(FREQ, pit_clk.shift); | 174 | pit_clk.mult = clocksource_hz2mult(FREQ, pit_clk.shift); |
110 | clocksource_register(&pit_clk); | 175 | clocksource_register(&pit_clk); |
111 | } | 176 | } |
diff --git a/arch/mips/au1000/common/power.c b/arch/mips/au1000/common/power.c index 2166b9e1e80c..bd854a6d1d89 100644 --- a/arch/mips/au1000/common/power.c +++ b/arch/mips/au1000/common/power.c | |||
@@ -31,7 +31,6 @@ | |||
31 | 31 | ||
32 | #include <linux/init.h> | 32 | #include <linux/init.h> |
33 | #include <linux/pm.h> | 33 | #include <linux/pm.h> |
34 | #include <linux/pm_legacy.h> | ||
35 | #include <linux/sysctl.h> | 34 | #include <linux/sysctl.h> |
36 | #include <linux/jiffies.h> | 35 | #include <linux/jiffies.h> |
37 | 36 | ||
diff --git a/arch/mips/kernel/module.c b/arch/mips/kernel/module.c index e7ed0ac48537..1f60e27523d9 100644 --- a/arch/mips/kernel/module.c +++ b/arch/mips/kernel/module.c | |||
@@ -22,6 +22,7 @@ | |||
22 | 22 | ||
23 | #include <linux/moduleloader.h> | 23 | #include <linux/moduleloader.h> |
24 | #include <linux/elf.h> | 24 | #include <linux/elf.h> |
25 | #include <linux/mm.h> | ||
25 | #include <linux/vmalloc.h> | 26 | #include <linux/vmalloc.h> |
26 | #include <linux/slab.h> | 27 | #include <linux/slab.h> |
27 | #include <linux/fs.h> | 28 | #include <linux/fs.h> |
diff --git a/arch/mips/kernel/syscall.c b/arch/mips/kernel/syscall.c index 3523c8d12eda..343015a2f418 100644 --- a/arch/mips/kernel/syscall.c +++ b/arch/mips/kernel/syscall.c | |||
@@ -52,7 +52,7 @@ asmlinkage int sysm_pipe(nabi_no_regargs volatile struct pt_regs regs) | |||
52 | int fd[2]; | 52 | int fd[2]; |
53 | int error, res; | 53 | int error, res; |
54 | 54 | ||
55 | error = do_pipe(fd); | 55 | error = do_pipe_flags(fd, 0); |
56 | if (error) { | 56 | if (error) { |
57 | res = error; | 57 | res = error; |
58 | goto out; | 58 | goto out; |
diff --git a/arch/mips/sgi-ip27/ip27-klnuma.c b/arch/mips/sgi-ip27/ip27-klnuma.c index 48932ce1d730..d9c79d8be81d 100644 --- a/arch/mips/sgi-ip27/ip27-klnuma.c +++ b/arch/mips/sgi-ip27/ip27-klnuma.c | |||
@@ -4,6 +4,7 @@ | |||
4 | * Copyright 2000 - 2001 Kanoj Sarcar (kanoj@sgi.com) | 4 | * Copyright 2000 - 2001 Kanoj Sarcar (kanoj@sgi.com) |
5 | */ | 5 | */ |
6 | #include <linux/init.h> | 6 | #include <linux/init.h> |
7 | #include <linux/mm.h> | ||
7 | #include <linux/mmzone.h> | 8 | #include <linux/mmzone.h> |
8 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
9 | #include <linux/nodemask.h> | 10 | #include <linux/nodemask.h> |
diff --git a/arch/mips/sgi-ip27/ip27-memory.c b/arch/mips/sgi-ip27/ip27-memory.c index 42cd10956306..060d853d7b35 100644 --- a/arch/mips/sgi-ip27/ip27-memory.c +++ b/arch/mips/sgi-ip27/ip27-memory.c | |||
@@ -33,8 +33,6 @@ | |||
33 | #define SLOT_PFNSHIFT (SLOT_SHIFT - PAGE_SHIFT) | 33 | #define SLOT_PFNSHIFT (SLOT_SHIFT - PAGE_SHIFT) |
34 | #define PFN_NASIDSHFT (NASID_SHFT - PAGE_SHIFT) | 34 | #define PFN_NASIDSHFT (NASID_SHFT - PAGE_SHIFT) |
35 | 35 | ||
36 | static struct bootmem_data __initdata plat_node_bdata[MAX_COMPACT_NODES]; | ||
37 | |||
38 | struct node_data *__node_data[MAX_COMPACT_NODES]; | 36 | struct node_data *__node_data[MAX_COMPACT_NODES]; |
39 | 37 | ||
40 | EXPORT_SYMBOL(__node_data); | 38 | EXPORT_SYMBOL(__node_data); |
@@ -403,7 +401,7 @@ static void __init node_mem_init(cnodeid_t node) | |||
403 | */ | 401 | */ |
404 | __node_data[node] = __va(slot_freepfn << PAGE_SHIFT); | 402 | __node_data[node] = __va(slot_freepfn << PAGE_SHIFT); |
405 | 403 | ||
406 | NODE_DATA(node)->bdata = &plat_node_bdata[node]; | 404 | NODE_DATA(node)->bdata = &bootmem_node_data[node]; |
407 | NODE_DATA(node)->node_start_pfn = start_pfn; | 405 | NODE_DATA(node)->node_start_pfn = start_pfn; |
408 | NODE_DATA(node)->node_spanned_pages = end_pfn - start_pfn; | 406 | NODE_DATA(node)->node_spanned_pages = end_pfn - start_pfn; |
409 | 407 | ||
diff --git a/arch/mn10300/mm/init.c b/arch/mn10300/mm/init.c index 8c5d88c7b90a..8cee387a24fd 100644 --- a/arch/mn10300/mm/init.c +++ b/arch/mn10300/mm/init.c | |||
@@ -67,8 +67,8 @@ void __init paging_init(void) | |||
67 | 67 | ||
68 | /* declare the sizes of the RAM zones (only use the normal zone) */ | 68 | /* declare the sizes of the RAM zones (only use the normal zone) */ |
69 | zones_size[ZONE_NORMAL] = | 69 | zones_size[ZONE_NORMAL] = |
70 | (contig_page_data.bdata->node_low_pfn) - | 70 | contig_page_data.bdata->node_low_pfn - |
71 | (contig_page_data.bdata->node_boot_start >> PAGE_SHIFT); | 71 | contig_page_data.bdata->node_min_pfn; |
72 | 72 | ||
73 | /* pass the memory from the bootmem allocator to the main allocator */ | 73 | /* pass the memory from the bootmem allocator to the main allocator */ |
74 | free_area_init(zones_size); | 74 | free_area_init(zones_size); |
@@ -87,7 +87,7 @@ void __init mem_init(void) | |||
87 | if (!mem_map) | 87 | if (!mem_map) |
88 | BUG(); | 88 | BUG(); |
89 | 89 | ||
90 | #define START_PFN (contig_page_data.bdata->node_boot_start >> PAGE_SHIFT) | 90 | #define START_PFN (contig_page_data.bdata->node_min_pfn) |
91 | #define MAX_LOW_PFN (contig_page_data.bdata->node_low_pfn) | 91 | #define MAX_LOW_PFN (contig_page_data.bdata->node_low_pfn) |
92 | 92 | ||
93 | max_mapnr = num_physpages = MAX_LOW_PFN - START_PFN; | 93 | max_mapnr = num_physpages = MAX_LOW_PFN - START_PFN; |
diff --git a/arch/parisc/hpux/sys_hpux.c b/arch/parisc/hpux/sys_hpux.c index 0c5b9dabb475..be255ebb609c 100644 --- a/arch/parisc/hpux/sys_hpux.c +++ b/arch/parisc/hpux/sys_hpux.c | |||
@@ -448,7 +448,7 @@ int hpux_pipe(int *kstack_fildes) | |||
448 | int error; | 448 | int error; |
449 | 449 | ||
450 | lock_kernel(); | 450 | lock_kernel(); |
451 | error = do_pipe(kstack_fildes); | 451 | error = do_pipe_flags(kstack_fildes, 0); |
452 | unlock_kernel(); | 452 | unlock_kernel(); |
453 | return error; | 453 | return error; |
454 | } | 454 | } |
diff --git a/arch/parisc/mm/init.c b/arch/parisc/mm/init.c index b4d6c8777ed0..7c155c254e72 100644 --- a/arch/parisc/mm/init.c +++ b/arch/parisc/mm/init.c | |||
@@ -36,7 +36,6 @@ extern int data_start; | |||
36 | 36 | ||
37 | #ifdef CONFIG_DISCONTIGMEM | 37 | #ifdef CONFIG_DISCONTIGMEM |
38 | struct node_map_data node_data[MAX_NUMNODES] __read_mostly; | 38 | struct node_map_data node_data[MAX_NUMNODES] __read_mostly; |
39 | bootmem_data_t bmem_data[MAX_NUMNODES] __read_mostly; | ||
40 | unsigned char pfnnid_map[PFNNID_MAP_MAX] __read_mostly; | 39 | unsigned char pfnnid_map[PFNNID_MAP_MAX] __read_mostly; |
41 | #endif | 40 | #endif |
42 | 41 | ||
@@ -262,7 +261,7 @@ static void __init setup_bootmem(void) | |||
262 | #ifdef CONFIG_DISCONTIGMEM | 261 | #ifdef CONFIG_DISCONTIGMEM |
263 | for (i = 0; i < MAX_PHYSMEM_RANGES; i++) { | 262 | for (i = 0; i < MAX_PHYSMEM_RANGES; i++) { |
264 | memset(NODE_DATA(i), 0, sizeof(pg_data_t)); | 263 | memset(NODE_DATA(i), 0, sizeof(pg_data_t)); |
265 | NODE_DATA(i)->bdata = &bmem_data[i]; | 264 | NODE_DATA(i)->bdata = &bootmem_node_data[i]; |
266 | } | 265 | } |
267 | memset(pfnnid_map, 0xff, sizeof(pfnnid_map)); | 266 | memset(pfnnid_map, 0xff, sizeof(pfnnid_map)); |
268 | 267 | ||
@@ -888,7 +887,7 @@ void __init paging_init(void) | |||
888 | } | 887 | } |
889 | #endif | 888 | #endif |
890 | 889 | ||
891 | free_area_init_node(i, NODE_DATA(i), zones_size, | 890 | free_area_init_node(i, zones_size, |
892 | pmem_ranges[i].start_pfn, NULL); | 891 | pmem_ranges[i].start_pfn, NULL); |
893 | } | 892 | } |
894 | } | 893 | } |
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 737ebf9d12bb..a487671c282f 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -111,6 +111,7 @@ config PPC | |||
111 | select HAVE_DYNAMIC_FTRACE | 111 | select HAVE_DYNAMIC_FTRACE |
112 | select HAVE_FTRACE | 112 | select HAVE_FTRACE |
113 | select HAVE_IDE | 113 | select HAVE_IDE |
114 | select HAVE_IOREMAP_PROT | ||
114 | select HAVE_KPROBES | 115 | select HAVE_KPROBES |
115 | select HAVE_ARCH_KGDB | 116 | select HAVE_ARCH_KGDB |
116 | select HAVE_KRETPROBES | 117 | select HAVE_KRETPROBES |
@@ -843,6 +844,7 @@ source "crypto/Kconfig" | |||
843 | config PPC_CLOCK | 844 | config PPC_CLOCK |
844 | bool | 845 | bool |
845 | default n | 846 | default n |
847 | select HAVE_CLK | ||
846 | 848 | ||
847 | config PPC_LIB_RHEAP | 849 | config PPC_LIB_RHEAP |
848 | bool | 850 | bool |
diff --git a/arch/powerpc/kernel/suspend.c b/arch/powerpc/kernel/suspend.c index 8cee57107541..6fc6328dc626 100644 --- a/arch/powerpc/kernel/suspend.c +++ b/arch/powerpc/kernel/suspend.c | |||
@@ -7,6 +7,7 @@ | |||
7 | * Copyright (c) 2001 Patrick Mochel <mochel@osdl.org> | 7 | * Copyright (c) 2001 Patrick Mochel <mochel@osdl.org> |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <linux/mm.h> | ||
10 | #include <asm/page.h> | 11 | #include <asm/page.h> |
11 | 12 | ||
12 | /* References to section boundaries */ | 13 | /* References to section boundaries */ |
diff --git a/arch/powerpc/lib/code-patching.c b/arch/powerpc/lib/code-patching.c index 0559fe086eb4..7c975d43e3f3 100644 --- a/arch/powerpc/lib/code-patching.c +++ b/arch/powerpc/lib/code-patching.c | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
11 | #include <linux/vmalloc.h> | 11 | #include <linux/vmalloc.h> |
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <linux/mm.h> | ||
13 | #include <asm/page.h> | 14 | #include <asm/page.h> |
14 | #include <asm/code-patching.h> | 15 | #include <asm/code-patching.h> |
15 | 16 | ||
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c index 8d3b58ebd38e..5ce5a4dcd008 100644 --- a/arch/powerpc/mm/hash_utils_64.c +++ b/arch/powerpc/mm/hash_utils_64.c | |||
@@ -68,6 +68,7 @@ | |||
68 | 68 | ||
69 | #define KB (1024) | 69 | #define KB (1024) |
70 | #define MB (1024*KB) | 70 | #define MB (1024*KB) |
71 | #define GB (1024L*MB) | ||
71 | 72 | ||
72 | /* | 73 | /* |
73 | * Note: pte --> Linux PTE | 74 | * Note: pte --> Linux PTE |
@@ -102,7 +103,6 @@ int mmu_kernel_ssize = MMU_SEGSIZE_256M; | |||
102 | int mmu_highuser_ssize = MMU_SEGSIZE_256M; | 103 | int mmu_highuser_ssize = MMU_SEGSIZE_256M; |
103 | u16 mmu_slb_size = 64; | 104 | u16 mmu_slb_size = 64; |
104 | #ifdef CONFIG_HUGETLB_PAGE | 105 | #ifdef CONFIG_HUGETLB_PAGE |
105 | int mmu_huge_psize = MMU_PAGE_16M; | ||
106 | unsigned int HPAGE_SHIFT; | 106 | unsigned int HPAGE_SHIFT; |
107 | #endif | 107 | #endif |
108 | #ifdef CONFIG_PPC_64K_PAGES | 108 | #ifdef CONFIG_PPC_64K_PAGES |
@@ -329,6 +329,44 @@ static int __init htab_dt_scan_page_sizes(unsigned long node, | |||
329 | return 0; | 329 | return 0; |
330 | } | 330 | } |
331 | 331 | ||
332 | /* Scan for 16G memory blocks that have been set aside for huge pages | ||
333 | * and reserve those blocks for 16G huge pages. | ||
334 | */ | ||
335 | static int __init htab_dt_scan_hugepage_blocks(unsigned long node, | ||
336 | const char *uname, int depth, | ||
337 | void *data) { | ||
338 | char *type = of_get_flat_dt_prop(node, "device_type", NULL); | ||
339 | unsigned long *addr_prop; | ||
340 | u32 *page_count_prop; | ||
341 | unsigned int expected_pages; | ||
342 | long unsigned int phys_addr; | ||
343 | long unsigned int block_size; | ||
344 | |||
345 | /* We are scanning "memory" nodes only */ | ||
346 | if (type == NULL || strcmp(type, "memory") != 0) | ||
347 | return 0; | ||
348 | |||
349 | /* This property is the log base 2 of the number of virtual pages that | ||
350 | * will represent this memory block. */ | ||
351 | page_count_prop = of_get_flat_dt_prop(node, "ibm,expected#pages", NULL); | ||
352 | if (page_count_prop == NULL) | ||
353 | return 0; | ||
354 | expected_pages = (1 << page_count_prop[0]); | ||
355 | addr_prop = of_get_flat_dt_prop(node, "reg", NULL); | ||
356 | if (addr_prop == NULL) | ||
357 | return 0; | ||
358 | phys_addr = addr_prop[0]; | ||
359 | block_size = addr_prop[1]; | ||
360 | if (block_size != (16 * GB)) | ||
361 | return 0; | ||
362 | printk(KERN_INFO "Huge page(16GB) memory: " | ||
363 | "addr = 0x%lX size = 0x%lX pages = %d\n", | ||
364 | phys_addr, block_size, expected_pages); | ||
365 | lmb_reserve(phys_addr, block_size * expected_pages); | ||
366 | add_gpage(phys_addr, block_size, expected_pages); | ||
367 | return 0; | ||
368 | } | ||
369 | |||
332 | static void __init htab_init_page_sizes(void) | 370 | static void __init htab_init_page_sizes(void) |
333 | { | 371 | { |
334 | int rc; | 372 | int rc; |
@@ -418,15 +456,18 @@ static void __init htab_init_page_sizes(void) | |||
418 | ); | 456 | ); |
419 | 457 | ||
420 | #ifdef CONFIG_HUGETLB_PAGE | 458 | #ifdef CONFIG_HUGETLB_PAGE |
421 | /* Init large page size. Currently, we pick 16M or 1M depending | 459 | /* Reserve 16G huge page memory sections for huge pages */ |
460 | of_scan_flat_dt(htab_dt_scan_hugepage_blocks, NULL); | ||
461 | |||
462 | /* Set default large page size. Currently, we pick 16M or 1M depending | ||
422 | * on what is available | 463 | * on what is available |
423 | */ | 464 | */ |
424 | if (mmu_psize_defs[MMU_PAGE_16M].shift) | 465 | if (mmu_psize_defs[MMU_PAGE_16M].shift) |
425 | set_huge_psize(MMU_PAGE_16M); | 466 | HPAGE_SHIFT = mmu_psize_defs[MMU_PAGE_16M].shift; |
426 | /* With 4k/4level pagetables, we can't (for now) cope with a | 467 | /* With 4k/4level pagetables, we can't (for now) cope with a |
427 | * huge page size < PMD_SIZE */ | 468 | * huge page size < PMD_SIZE */ |
428 | else if (mmu_psize_defs[MMU_PAGE_1M].shift) | 469 | else if (mmu_psize_defs[MMU_PAGE_1M].shift) |
429 | set_huge_psize(MMU_PAGE_1M); | 470 | HPAGE_SHIFT = mmu_psize_defs[MMU_PAGE_1M].shift; |
430 | #endif /* CONFIG_HUGETLB_PAGE */ | 471 | #endif /* CONFIG_HUGETLB_PAGE */ |
431 | } | 472 | } |
432 | 473 | ||
@@ -847,7 +888,7 @@ int hash_page(unsigned long ea, unsigned long access, unsigned long trap) | |||
847 | 888 | ||
848 | #ifdef CONFIG_HUGETLB_PAGE | 889 | #ifdef CONFIG_HUGETLB_PAGE |
849 | /* Handle hugepage regions */ | 890 | /* Handle hugepage regions */ |
850 | if (HPAGE_SHIFT && psize == mmu_huge_psize) { | 891 | if (HPAGE_SHIFT && mmu_huge_psizes[psize]) { |
851 | DBG_LOW(" -> huge page !\n"); | 892 | DBG_LOW(" -> huge page !\n"); |
852 | return hash_huge_page(mm, access, ea, vsid, local, trap); | 893 | return hash_huge_page(mm, access, ea, vsid, local, trap); |
853 | } | 894 | } |
diff --git a/arch/powerpc/mm/hugetlbpage.c b/arch/powerpc/mm/hugetlbpage.c index 0d12fba31bc5..fb42c4dd3217 100644 --- a/arch/powerpc/mm/hugetlbpage.c +++ b/arch/powerpc/mm/hugetlbpage.c | |||
@@ -24,21 +24,43 @@ | |||
24 | #include <asm/cputable.h> | 24 | #include <asm/cputable.h> |
25 | #include <asm/spu.h> | 25 | #include <asm/spu.h> |
26 | 26 | ||
27 | #define HPAGE_SHIFT_64K 16 | 27 | #define PAGE_SHIFT_64K 16 |
28 | #define HPAGE_SHIFT_16M 24 | 28 | #define PAGE_SHIFT_16M 24 |
29 | #define PAGE_SHIFT_16G 34 | ||
29 | 30 | ||
30 | #define NUM_LOW_AREAS (0x100000000UL >> SID_SHIFT) | 31 | #define NUM_LOW_AREAS (0x100000000UL >> SID_SHIFT) |
31 | #define NUM_HIGH_AREAS (PGTABLE_RANGE >> HTLB_AREA_SHIFT) | 32 | #define NUM_HIGH_AREAS (PGTABLE_RANGE >> HTLB_AREA_SHIFT) |
33 | #define MAX_NUMBER_GPAGES 1024 | ||
32 | 34 | ||
33 | unsigned int hugepte_shift; | 35 | /* Tracks the 16G pages after the device tree is scanned and before the |
34 | #define PTRS_PER_HUGEPTE (1 << hugepte_shift) | 36 | * huge_boot_pages list is ready. */ |
35 | #define HUGEPTE_TABLE_SIZE (sizeof(pte_t) << hugepte_shift) | 37 | static unsigned long gpage_freearray[MAX_NUMBER_GPAGES]; |
38 | static unsigned nr_gpages; | ||
36 | 39 | ||
37 | #define HUGEPD_SHIFT (HPAGE_SHIFT + hugepte_shift) | 40 | /* Array of valid huge page sizes - non-zero value(hugepte_shift) is |
38 | #define HUGEPD_SIZE (1UL << HUGEPD_SHIFT) | 41 | * stored for the huge page sizes that are valid. |
39 | #define HUGEPD_MASK (~(HUGEPD_SIZE-1)) | 42 | */ |
43 | unsigned int mmu_huge_psizes[MMU_PAGE_COUNT] = { }; /* initialize all to 0 */ | ||
44 | |||
45 | #define hugepte_shift mmu_huge_psizes | ||
46 | #define PTRS_PER_HUGEPTE(psize) (1 << hugepte_shift[psize]) | ||
47 | #define HUGEPTE_TABLE_SIZE(psize) (sizeof(pte_t) << hugepte_shift[psize]) | ||
48 | |||
49 | #define HUGEPD_SHIFT(psize) (mmu_psize_to_shift(psize) \ | ||
50 | + hugepte_shift[psize]) | ||
51 | #define HUGEPD_SIZE(psize) (1UL << HUGEPD_SHIFT(psize)) | ||
52 | #define HUGEPD_MASK(psize) (~(HUGEPD_SIZE(psize)-1)) | ||
53 | |||
54 | /* Subtract one from array size because we don't need a cache for 4K since | ||
55 | * is not a huge page size */ | ||
56 | #define huge_pgtable_cache(psize) (pgtable_cache[HUGEPTE_CACHE_NUM \ | ||
57 | + psize-1]) | ||
58 | #define HUGEPTE_CACHE_NAME(psize) (huge_pgtable_cache_name[psize]) | ||
40 | 59 | ||
41 | #define huge_pgtable_cache (pgtable_cache[HUGEPTE_CACHE_NUM]) | 60 | static const char *huge_pgtable_cache_name[MMU_PAGE_COUNT] = { |
61 | "unused_4K", "hugepte_cache_64K", "unused_64K_AP", | ||
62 | "hugepte_cache_1M", "hugepte_cache_16M", "hugepte_cache_16G" | ||
63 | }; | ||
42 | 64 | ||
43 | /* Flag to mark huge PD pointers. This means pmd_bad() and pud_bad() | 65 | /* Flag to mark huge PD pointers. This means pmd_bad() and pud_bad() |
44 | * will choke on pointers to hugepte tables, which is handy for | 66 | * will choke on pointers to hugepte tables, which is handy for |
@@ -49,24 +71,49 @@ typedef struct { unsigned long pd; } hugepd_t; | |||
49 | 71 | ||
50 | #define hugepd_none(hpd) ((hpd).pd == 0) | 72 | #define hugepd_none(hpd) ((hpd).pd == 0) |
51 | 73 | ||
74 | static inline int shift_to_mmu_psize(unsigned int shift) | ||
75 | { | ||
76 | switch (shift) { | ||
77 | #ifndef CONFIG_PPC_64K_PAGES | ||
78 | case PAGE_SHIFT_64K: | ||
79 | return MMU_PAGE_64K; | ||
80 | #endif | ||
81 | case PAGE_SHIFT_16M: | ||
82 | return MMU_PAGE_16M; | ||
83 | case PAGE_SHIFT_16G: | ||
84 | return MMU_PAGE_16G; | ||
85 | } | ||
86 | return -1; | ||
87 | } | ||
88 | |||
89 | static inline unsigned int mmu_psize_to_shift(unsigned int mmu_psize) | ||
90 | { | ||
91 | if (mmu_psize_defs[mmu_psize].shift) | ||
92 | return mmu_psize_defs[mmu_psize].shift; | ||
93 | BUG(); | ||
94 | } | ||
95 | |||
52 | static inline pte_t *hugepd_page(hugepd_t hpd) | 96 | static inline pte_t *hugepd_page(hugepd_t hpd) |
53 | { | 97 | { |
54 | BUG_ON(!(hpd.pd & HUGEPD_OK)); | 98 | BUG_ON(!(hpd.pd & HUGEPD_OK)); |
55 | return (pte_t *)(hpd.pd & ~HUGEPD_OK); | 99 | return (pte_t *)(hpd.pd & ~HUGEPD_OK); |
56 | } | 100 | } |
57 | 101 | ||
58 | static inline pte_t *hugepte_offset(hugepd_t *hpdp, unsigned long addr) | 102 | static inline pte_t *hugepte_offset(hugepd_t *hpdp, unsigned long addr, |
103 | struct hstate *hstate) | ||
59 | { | 104 | { |
60 | unsigned long idx = ((addr >> HPAGE_SHIFT) & (PTRS_PER_HUGEPTE-1)); | 105 | unsigned int shift = huge_page_shift(hstate); |
106 | int psize = shift_to_mmu_psize(shift); | ||
107 | unsigned long idx = ((addr >> shift) & (PTRS_PER_HUGEPTE(psize)-1)); | ||
61 | pte_t *dir = hugepd_page(*hpdp); | 108 | pte_t *dir = hugepd_page(*hpdp); |
62 | 109 | ||
63 | return dir + idx; | 110 | return dir + idx; |
64 | } | 111 | } |
65 | 112 | ||
66 | static int __hugepte_alloc(struct mm_struct *mm, hugepd_t *hpdp, | 113 | static int __hugepte_alloc(struct mm_struct *mm, hugepd_t *hpdp, |
67 | unsigned long address) | 114 | unsigned long address, unsigned int psize) |
68 | { | 115 | { |
69 | pte_t *new = kmem_cache_alloc(huge_pgtable_cache, | 116 | pte_t *new = kmem_cache_alloc(huge_pgtable_cache(psize), |
70 | GFP_KERNEL|__GFP_REPEAT); | 117 | GFP_KERNEL|__GFP_REPEAT); |
71 | 118 | ||
72 | if (! new) | 119 | if (! new) |
@@ -74,7 +121,7 @@ static int __hugepte_alloc(struct mm_struct *mm, hugepd_t *hpdp, | |||
74 | 121 | ||
75 | spin_lock(&mm->page_table_lock); | 122 | spin_lock(&mm->page_table_lock); |
76 | if (!hugepd_none(*hpdp)) | 123 | if (!hugepd_none(*hpdp)) |
77 | kmem_cache_free(huge_pgtable_cache, new); | 124 | kmem_cache_free(huge_pgtable_cache(psize), new); |
78 | else | 125 | else |
79 | hpdp->pd = (unsigned long)new | HUGEPD_OK; | 126 | hpdp->pd = (unsigned long)new | HUGEPD_OK; |
80 | spin_unlock(&mm->page_table_lock); | 127 | spin_unlock(&mm->page_table_lock); |
@@ -83,27 +130,60 @@ static int __hugepte_alloc(struct mm_struct *mm, hugepd_t *hpdp, | |||
83 | 130 | ||
84 | /* Base page size affects how we walk hugetlb page tables */ | 131 | /* Base page size affects how we walk hugetlb page tables */ |
85 | #ifdef CONFIG_PPC_64K_PAGES | 132 | #ifdef CONFIG_PPC_64K_PAGES |
86 | #define hpmd_offset(pud, addr) pmd_offset(pud, addr) | 133 | #define hpmd_offset(pud, addr, h) pmd_offset(pud, addr) |
87 | #define hpmd_alloc(mm, pud, addr) pmd_alloc(mm, pud, addr) | 134 | #define hpmd_alloc(mm, pud, addr, h) pmd_alloc(mm, pud, addr) |
88 | #else | 135 | #else |
89 | static inline | 136 | static inline |
90 | pmd_t *hpmd_offset(pud_t *pud, unsigned long addr) | 137 | pmd_t *hpmd_offset(pud_t *pud, unsigned long addr, struct hstate *hstate) |
91 | { | 138 | { |
92 | if (HPAGE_SHIFT == HPAGE_SHIFT_64K) | 139 | if (huge_page_shift(hstate) == PAGE_SHIFT_64K) |
93 | return pmd_offset(pud, addr); | 140 | return pmd_offset(pud, addr); |
94 | else | 141 | else |
95 | return (pmd_t *) pud; | 142 | return (pmd_t *) pud; |
96 | } | 143 | } |
97 | static inline | 144 | static inline |
98 | pmd_t *hpmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long addr) | 145 | pmd_t *hpmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long addr, |
146 | struct hstate *hstate) | ||
99 | { | 147 | { |
100 | if (HPAGE_SHIFT == HPAGE_SHIFT_64K) | 148 | if (huge_page_shift(hstate) == PAGE_SHIFT_64K) |
101 | return pmd_alloc(mm, pud, addr); | 149 | return pmd_alloc(mm, pud, addr); |
102 | else | 150 | else |
103 | return (pmd_t *) pud; | 151 | return (pmd_t *) pud; |
104 | } | 152 | } |
105 | #endif | 153 | #endif |
106 | 154 | ||
155 | /* Build list of addresses of gigantic pages. This function is used in early | ||
156 | * boot before the buddy or bootmem allocator is setup. | ||
157 | */ | ||
158 | void add_gpage(unsigned long addr, unsigned long page_size, | ||
159 | unsigned long number_of_pages) | ||
160 | { | ||
161 | if (!addr) | ||
162 | return; | ||
163 | while (number_of_pages > 0) { | ||
164 | gpage_freearray[nr_gpages] = addr; | ||
165 | nr_gpages++; | ||
166 | number_of_pages--; | ||
167 | addr += page_size; | ||
168 | } | ||
169 | } | ||
170 | |||
171 | /* Moves the gigantic page addresses from the temporary list to the | ||
172 | * huge_boot_pages list. | ||
173 | */ | ||
174 | int alloc_bootmem_huge_page(struct hstate *hstate) | ||
175 | { | ||
176 | struct huge_bootmem_page *m; | ||
177 | if (nr_gpages == 0) | ||
178 | return 0; | ||
179 | m = phys_to_virt(gpage_freearray[--nr_gpages]); | ||
180 | gpage_freearray[nr_gpages] = 0; | ||
181 | list_add(&m->list, &huge_boot_pages); | ||
182 | m->hstate = hstate; | ||
183 | return 1; | ||
184 | } | ||
185 | |||
186 | |||
107 | /* Modelled after find_linux_pte() */ | 187 | /* Modelled after find_linux_pte() */ |
108 | pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr) | 188 | pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr) |
109 | { | 189 | { |
@@ -111,39 +191,52 @@ pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr) | |||
111 | pud_t *pu; | 191 | pud_t *pu; |
112 | pmd_t *pm; | 192 | pmd_t *pm; |
113 | 193 | ||
114 | BUG_ON(get_slice_psize(mm, addr) != mmu_huge_psize); | 194 | unsigned int psize; |
195 | unsigned int shift; | ||
196 | unsigned long sz; | ||
197 | struct hstate *hstate; | ||
198 | psize = get_slice_psize(mm, addr); | ||
199 | shift = mmu_psize_to_shift(psize); | ||
200 | sz = ((1UL) << shift); | ||
201 | hstate = size_to_hstate(sz); | ||
115 | 202 | ||
116 | addr &= HPAGE_MASK; | 203 | addr &= hstate->mask; |
117 | 204 | ||
118 | pg = pgd_offset(mm, addr); | 205 | pg = pgd_offset(mm, addr); |
119 | if (!pgd_none(*pg)) { | 206 | if (!pgd_none(*pg)) { |
120 | pu = pud_offset(pg, addr); | 207 | pu = pud_offset(pg, addr); |
121 | if (!pud_none(*pu)) { | 208 | if (!pud_none(*pu)) { |
122 | pm = hpmd_offset(pu, addr); | 209 | pm = hpmd_offset(pu, addr, hstate); |
123 | if (!pmd_none(*pm)) | 210 | if (!pmd_none(*pm)) |
124 | return hugepte_offset((hugepd_t *)pm, addr); | 211 | return hugepte_offset((hugepd_t *)pm, addr, |
212 | hstate); | ||
125 | } | 213 | } |
126 | } | 214 | } |
127 | 215 | ||
128 | return NULL; | 216 | return NULL; |
129 | } | 217 | } |
130 | 218 | ||
131 | pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr) | 219 | pte_t *huge_pte_alloc(struct mm_struct *mm, |
220 | unsigned long addr, unsigned long sz) | ||
132 | { | 221 | { |
133 | pgd_t *pg; | 222 | pgd_t *pg; |
134 | pud_t *pu; | 223 | pud_t *pu; |
135 | pmd_t *pm; | 224 | pmd_t *pm; |
136 | hugepd_t *hpdp = NULL; | 225 | hugepd_t *hpdp = NULL; |
226 | struct hstate *hstate; | ||
227 | unsigned int psize; | ||
228 | hstate = size_to_hstate(sz); | ||
137 | 229 | ||
138 | BUG_ON(get_slice_psize(mm, addr) != mmu_huge_psize); | 230 | psize = get_slice_psize(mm, addr); |
231 | BUG_ON(!mmu_huge_psizes[psize]); | ||
139 | 232 | ||
140 | addr &= HPAGE_MASK; | 233 | addr &= hstate->mask; |
141 | 234 | ||
142 | pg = pgd_offset(mm, addr); | 235 | pg = pgd_offset(mm, addr); |
143 | pu = pud_alloc(mm, pg, addr); | 236 | pu = pud_alloc(mm, pg, addr); |
144 | 237 | ||
145 | if (pu) { | 238 | if (pu) { |
146 | pm = hpmd_alloc(mm, pu, addr); | 239 | pm = hpmd_alloc(mm, pu, addr, hstate); |
147 | if (pm) | 240 | if (pm) |
148 | hpdp = (hugepd_t *)pm; | 241 | hpdp = (hugepd_t *)pm; |
149 | } | 242 | } |
@@ -151,10 +244,10 @@ pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr) | |||
151 | if (! hpdp) | 244 | if (! hpdp) |
152 | return NULL; | 245 | return NULL; |
153 | 246 | ||
154 | if (hugepd_none(*hpdp) && __hugepte_alloc(mm, hpdp, addr)) | 247 | if (hugepd_none(*hpdp) && __hugepte_alloc(mm, hpdp, addr, psize)) |
155 | return NULL; | 248 | return NULL; |
156 | 249 | ||
157 | return hugepte_offset(hpdp, addr); | 250 | return hugepte_offset(hpdp, addr, hstate); |
158 | } | 251 | } |
159 | 252 | ||
160 | int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr, pte_t *ptep) | 253 | int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr, pte_t *ptep) |
@@ -162,19 +255,22 @@ int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr, pte_t *ptep) | |||
162 | return 0; | 255 | return 0; |
163 | } | 256 | } |
164 | 257 | ||
165 | static void free_hugepte_range(struct mmu_gather *tlb, hugepd_t *hpdp) | 258 | static void free_hugepte_range(struct mmu_gather *tlb, hugepd_t *hpdp, |
259 | unsigned int psize) | ||
166 | { | 260 | { |
167 | pte_t *hugepte = hugepd_page(*hpdp); | 261 | pte_t *hugepte = hugepd_page(*hpdp); |
168 | 262 | ||
169 | hpdp->pd = 0; | 263 | hpdp->pd = 0; |
170 | tlb->need_flush = 1; | 264 | tlb->need_flush = 1; |
171 | pgtable_free_tlb(tlb, pgtable_free_cache(hugepte, HUGEPTE_CACHE_NUM, | 265 | pgtable_free_tlb(tlb, pgtable_free_cache(hugepte, |
266 | HUGEPTE_CACHE_NUM+psize-1, | ||
172 | PGF_CACHENUM_MASK)); | 267 | PGF_CACHENUM_MASK)); |
173 | } | 268 | } |
174 | 269 | ||
175 | static void hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, | 270 | static void hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, |
176 | unsigned long addr, unsigned long end, | 271 | unsigned long addr, unsigned long end, |
177 | unsigned long floor, unsigned long ceiling) | 272 | unsigned long floor, unsigned long ceiling, |
273 | unsigned int psize) | ||
178 | { | 274 | { |
179 | pmd_t *pmd; | 275 | pmd_t *pmd; |
180 | unsigned long next; | 276 | unsigned long next; |
@@ -186,7 +282,7 @@ static void hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, | |||
186 | next = pmd_addr_end(addr, end); | 282 | next = pmd_addr_end(addr, end); |
187 | if (pmd_none(*pmd)) | 283 | if (pmd_none(*pmd)) |
188 | continue; | 284 | continue; |
189 | free_hugepte_range(tlb, (hugepd_t *)pmd); | 285 | free_hugepte_range(tlb, (hugepd_t *)pmd, psize); |
190 | } while (pmd++, addr = next, addr != end); | 286 | } while (pmd++, addr = next, addr != end); |
191 | 287 | ||
192 | start &= PUD_MASK; | 288 | start &= PUD_MASK; |
@@ -212,6 +308,9 @@ static void hugetlb_free_pud_range(struct mmu_gather *tlb, pgd_t *pgd, | |||
212 | pud_t *pud; | 308 | pud_t *pud; |
213 | unsigned long next; | 309 | unsigned long next; |
214 | unsigned long start; | 310 | unsigned long start; |
311 | unsigned int shift; | ||
312 | unsigned int psize = get_slice_psize(tlb->mm, addr); | ||
313 | shift = mmu_psize_to_shift(psize); | ||
215 | 314 | ||
216 | start = addr; | 315 | start = addr; |
217 | pud = pud_offset(pgd, addr); | 316 | pud = pud_offset(pgd, addr); |
@@ -220,16 +319,18 @@ static void hugetlb_free_pud_range(struct mmu_gather *tlb, pgd_t *pgd, | |||
220 | #ifdef CONFIG_PPC_64K_PAGES | 319 | #ifdef CONFIG_PPC_64K_PAGES |
221 | if (pud_none_or_clear_bad(pud)) | 320 | if (pud_none_or_clear_bad(pud)) |
222 | continue; | 321 | continue; |
223 | hugetlb_free_pmd_range(tlb, pud, addr, next, floor, ceiling); | 322 | hugetlb_free_pmd_range(tlb, pud, addr, next, floor, ceiling, |
323 | psize); | ||
224 | #else | 324 | #else |
225 | if (HPAGE_SHIFT == HPAGE_SHIFT_64K) { | 325 | if (shift == PAGE_SHIFT_64K) { |
226 | if (pud_none_or_clear_bad(pud)) | 326 | if (pud_none_or_clear_bad(pud)) |
227 | continue; | 327 | continue; |
228 | hugetlb_free_pmd_range(tlb, pud, addr, next, floor, ceiling); | 328 | hugetlb_free_pmd_range(tlb, pud, addr, next, floor, |
329 | ceiling, psize); | ||
229 | } else { | 330 | } else { |
230 | if (pud_none(*pud)) | 331 | if (pud_none(*pud)) |
231 | continue; | 332 | continue; |
232 | free_hugepte_range(tlb, (hugepd_t *)pud); | 333 | free_hugepte_range(tlb, (hugepd_t *)pud, psize); |
233 | } | 334 | } |
234 | #endif | 335 | #endif |
235 | } while (pud++, addr = next, addr != end); | 336 | } while (pud++, addr = next, addr != end); |
@@ -255,7 +356,7 @@ static void hugetlb_free_pud_range(struct mmu_gather *tlb, pgd_t *pgd, | |||
255 | * | 356 | * |
256 | * Must be called with pagetable lock held. | 357 | * Must be called with pagetable lock held. |
257 | */ | 358 | */ |
258 | void hugetlb_free_pgd_range(struct mmu_gather **tlb, | 359 | void hugetlb_free_pgd_range(struct mmu_gather *tlb, |
259 | unsigned long addr, unsigned long end, | 360 | unsigned long addr, unsigned long end, |
260 | unsigned long floor, unsigned long ceiling) | 361 | unsigned long floor, unsigned long ceiling) |
261 | { | 362 | { |
@@ -297,31 +398,33 @@ void hugetlb_free_pgd_range(struct mmu_gather **tlb, | |||
297 | * now has no other vmas using it, so can be freed, we don't | 398 | * now has no other vmas using it, so can be freed, we don't |
298 | * bother to round floor or end up - the tests don't need that. | 399 | * bother to round floor or end up - the tests don't need that. |
299 | */ | 400 | */ |
401 | unsigned int psize = get_slice_psize(tlb->mm, addr); | ||
300 | 402 | ||
301 | addr &= HUGEPD_MASK; | 403 | addr &= HUGEPD_MASK(psize); |
302 | if (addr < floor) { | 404 | if (addr < floor) { |
303 | addr += HUGEPD_SIZE; | 405 | addr += HUGEPD_SIZE(psize); |
304 | if (!addr) | 406 | if (!addr) |
305 | return; | 407 | return; |
306 | } | 408 | } |
307 | if (ceiling) { | 409 | if (ceiling) { |
308 | ceiling &= HUGEPD_MASK; | 410 | ceiling &= HUGEPD_MASK(psize); |
309 | if (!ceiling) | 411 | if (!ceiling) |
310 | return; | 412 | return; |
311 | } | 413 | } |
312 | if (end - 1 > ceiling - 1) | 414 | if (end - 1 > ceiling - 1) |
313 | end -= HUGEPD_SIZE; | 415 | end -= HUGEPD_SIZE(psize); |
314 | if (addr > end - 1) | 416 | if (addr > end - 1) |
315 | return; | 417 | return; |
316 | 418 | ||
317 | start = addr; | 419 | start = addr; |
318 | pgd = pgd_offset((*tlb)->mm, addr); | 420 | pgd = pgd_offset(tlb->mm, addr); |
319 | do { | 421 | do { |
320 | BUG_ON(get_slice_psize((*tlb)->mm, addr) != mmu_huge_psize); | 422 | psize = get_slice_psize(tlb->mm, addr); |
423 | BUG_ON(!mmu_huge_psizes[psize]); | ||
321 | next = pgd_addr_end(addr, end); | 424 | next = pgd_addr_end(addr, end); |
322 | if (pgd_none_or_clear_bad(pgd)) | 425 | if (pgd_none_or_clear_bad(pgd)) |
323 | continue; | 426 | continue; |
324 | hugetlb_free_pud_range(*tlb, pgd, addr, next, floor, ceiling); | 427 | hugetlb_free_pud_range(tlb, pgd, addr, next, floor, ceiling); |
325 | } while (pgd++, addr = next, addr != end); | 428 | } while (pgd++, addr = next, addr != end); |
326 | } | 429 | } |
327 | 430 | ||
@@ -334,7 +437,11 @@ void set_huge_pte_at(struct mm_struct *mm, unsigned long addr, | |||
334 | * necessary anymore if we make hpte_need_flush() get the | 437 | * necessary anymore if we make hpte_need_flush() get the |
335 | * page size from the slices | 438 | * page size from the slices |
336 | */ | 439 | */ |
337 | pte_update(mm, addr & HPAGE_MASK, ptep, ~0UL, 1); | 440 | unsigned int psize = get_slice_psize(mm, addr); |
441 | unsigned int shift = mmu_psize_to_shift(psize); | ||
442 | unsigned long sz = ((1UL) << shift); | ||
443 | struct hstate *hstate = size_to_hstate(sz); | ||
444 | pte_update(mm, addr & hstate->mask, ptep, ~0UL, 1); | ||
338 | } | 445 | } |
339 | *ptep = __pte(pte_val(pte) & ~_PAGE_HPTEFLAGS); | 446 | *ptep = __pte(pte_val(pte) & ~_PAGE_HPTEFLAGS); |
340 | } | 447 | } |
@@ -351,14 +458,19 @@ follow_huge_addr(struct mm_struct *mm, unsigned long address, int write) | |||
351 | { | 458 | { |
352 | pte_t *ptep; | 459 | pte_t *ptep; |
353 | struct page *page; | 460 | struct page *page; |
461 | unsigned int mmu_psize = get_slice_psize(mm, address); | ||
354 | 462 | ||
355 | if (get_slice_psize(mm, address) != mmu_huge_psize) | 463 | /* Verify it is a huge page else bail. */ |
464 | if (!mmu_huge_psizes[mmu_psize]) | ||
356 | return ERR_PTR(-EINVAL); | 465 | return ERR_PTR(-EINVAL); |
357 | 466 | ||
358 | ptep = huge_pte_offset(mm, address); | 467 | ptep = huge_pte_offset(mm, address); |
359 | page = pte_page(*ptep); | 468 | page = pte_page(*ptep); |
360 | if (page) | 469 | if (page) { |
361 | page += (address % HPAGE_SIZE) / PAGE_SIZE; | 470 | unsigned int shift = mmu_psize_to_shift(mmu_psize); |
471 | unsigned long sz = ((1UL) << shift); | ||
472 | page += (address % sz) / PAGE_SIZE; | ||
473 | } | ||
362 | 474 | ||
363 | return page; | 475 | return page; |
364 | } | 476 | } |
@@ -368,6 +480,11 @@ int pmd_huge(pmd_t pmd) | |||
368 | return 0; | 480 | return 0; |
369 | } | 481 | } |
370 | 482 | ||
483 | int pud_huge(pud_t pud) | ||
484 | { | ||
485 | return 0; | ||
486 | } | ||
487 | |||
371 | struct page * | 488 | struct page * |
372 | follow_huge_pmd(struct mm_struct *mm, unsigned long address, | 489 | follow_huge_pmd(struct mm_struct *mm, unsigned long address, |
373 | pmd_t *pmd, int write) | 490 | pmd_t *pmd, int write) |
@@ -381,15 +498,16 @@ unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr, | |||
381 | unsigned long len, unsigned long pgoff, | 498 | unsigned long len, unsigned long pgoff, |
382 | unsigned long flags) | 499 | unsigned long flags) |
383 | { | 500 | { |
384 | return slice_get_unmapped_area(addr, len, flags, | 501 | struct hstate *hstate = hstate_file(file); |
385 | mmu_huge_psize, 1, 0); | 502 | int mmu_psize = shift_to_mmu_psize(huge_page_shift(hstate)); |
503 | return slice_get_unmapped_area(addr, len, flags, mmu_psize, 1, 0); | ||
386 | } | 504 | } |
387 | 505 | ||
388 | /* | 506 | /* |
389 | * Called by asm hashtable.S for doing lazy icache flush | 507 | * Called by asm hashtable.S for doing lazy icache flush |
390 | */ | 508 | */ |
391 | static unsigned int hash_huge_page_do_lazy_icache(unsigned long rflags, | 509 | static unsigned int hash_huge_page_do_lazy_icache(unsigned long rflags, |
392 | pte_t pte, int trap) | 510 | pte_t pte, int trap, unsigned long sz) |
393 | { | 511 | { |
394 | struct page *page; | 512 | struct page *page; |
395 | int i; | 513 | int i; |
@@ -402,7 +520,7 @@ static unsigned int hash_huge_page_do_lazy_icache(unsigned long rflags, | |||
402 | /* page is dirty */ | 520 | /* page is dirty */ |
403 | if (!test_bit(PG_arch_1, &page->flags) && !PageReserved(page)) { | 521 | if (!test_bit(PG_arch_1, &page->flags) && !PageReserved(page)) { |
404 | if (trap == 0x400) { | 522 | if (trap == 0x400) { |
405 | for (i = 0; i < (HPAGE_SIZE / PAGE_SIZE); i++) | 523 | for (i = 0; i < (sz / PAGE_SIZE); i++) |
406 | __flush_dcache_icache(page_address(page+i)); | 524 | __flush_dcache_icache(page_address(page+i)); |
407 | set_bit(PG_arch_1, &page->flags); | 525 | set_bit(PG_arch_1, &page->flags); |
408 | } else { | 526 | } else { |
@@ -418,11 +536,16 @@ int hash_huge_page(struct mm_struct *mm, unsigned long access, | |||
418 | { | 536 | { |
419 | pte_t *ptep; | 537 | pte_t *ptep; |
420 | unsigned long old_pte, new_pte; | 538 | unsigned long old_pte, new_pte; |
421 | unsigned long va, rflags, pa; | 539 | unsigned long va, rflags, pa, sz; |
422 | long slot; | 540 | long slot; |
423 | int err = 1; | 541 | int err = 1; |
424 | int ssize = user_segment_size(ea); | 542 | int ssize = user_segment_size(ea); |
543 | unsigned int mmu_psize; | ||
544 | int shift; | ||
545 | mmu_psize = get_slice_psize(mm, ea); | ||
425 | 546 | ||
547 | if (!mmu_huge_psizes[mmu_psize]) | ||
548 | goto out; | ||
426 | ptep = huge_pte_offset(mm, ea); | 549 | ptep = huge_pte_offset(mm, ea); |
427 | 550 | ||
428 | /* Search the Linux page table for a match with va */ | 551 | /* Search the Linux page table for a match with va */ |
@@ -465,30 +588,32 @@ int hash_huge_page(struct mm_struct *mm, unsigned long access, | |||
465 | rflags = 0x2 | (!(new_pte & _PAGE_RW)); | 588 | rflags = 0x2 | (!(new_pte & _PAGE_RW)); |
466 | /* _PAGE_EXEC -> HW_NO_EXEC since it's inverted */ | 589 | /* _PAGE_EXEC -> HW_NO_EXEC since it's inverted */ |
467 | rflags |= ((new_pte & _PAGE_EXEC) ? 0 : HPTE_R_N); | 590 | rflags |= ((new_pte & _PAGE_EXEC) ? 0 : HPTE_R_N); |
591 | shift = mmu_psize_to_shift(mmu_psize); | ||
592 | sz = ((1UL) << shift); | ||
468 | if (!cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) | 593 | if (!cpu_has_feature(CPU_FTR_COHERENT_ICACHE)) |
469 | /* No CPU has hugepages but lacks no execute, so we | 594 | /* No CPU has hugepages but lacks no execute, so we |
470 | * don't need to worry about that case */ | 595 | * don't need to worry about that case */ |
471 | rflags = hash_huge_page_do_lazy_icache(rflags, __pte(old_pte), | 596 | rflags = hash_huge_page_do_lazy_icache(rflags, __pte(old_pte), |
472 | trap); | 597 | trap, sz); |
473 | 598 | ||
474 | /* Check if pte already has an hpte (case 2) */ | 599 | /* Check if pte already has an hpte (case 2) */ |
475 | if (unlikely(old_pte & _PAGE_HASHPTE)) { | 600 | if (unlikely(old_pte & _PAGE_HASHPTE)) { |
476 | /* There MIGHT be an HPTE for this pte */ | 601 | /* There MIGHT be an HPTE for this pte */ |
477 | unsigned long hash, slot; | 602 | unsigned long hash, slot; |
478 | 603 | ||
479 | hash = hpt_hash(va, HPAGE_SHIFT, ssize); | 604 | hash = hpt_hash(va, shift, ssize); |
480 | if (old_pte & _PAGE_F_SECOND) | 605 | if (old_pte & _PAGE_F_SECOND) |
481 | hash = ~hash; | 606 | hash = ~hash; |
482 | slot = (hash & htab_hash_mask) * HPTES_PER_GROUP; | 607 | slot = (hash & htab_hash_mask) * HPTES_PER_GROUP; |
483 | slot += (old_pte & _PAGE_F_GIX) >> 12; | 608 | slot += (old_pte & _PAGE_F_GIX) >> 12; |
484 | 609 | ||
485 | if (ppc_md.hpte_updatepp(slot, rflags, va, mmu_huge_psize, | 610 | if (ppc_md.hpte_updatepp(slot, rflags, va, mmu_psize, |
486 | ssize, local) == -1) | 611 | ssize, local) == -1) |
487 | old_pte &= ~_PAGE_HPTEFLAGS; | 612 | old_pte &= ~_PAGE_HPTEFLAGS; |
488 | } | 613 | } |
489 | 614 | ||
490 | if (likely(!(old_pte & _PAGE_HASHPTE))) { | 615 | if (likely(!(old_pte & _PAGE_HASHPTE))) { |
491 | unsigned long hash = hpt_hash(va, HPAGE_SHIFT, ssize); | 616 | unsigned long hash = hpt_hash(va, shift, ssize); |
492 | unsigned long hpte_group; | 617 | unsigned long hpte_group; |
493 | 618 | ||
494 | pa = pte_pfn(__pte(old_pte)) << PAGE_SHIFT; | 619 | pa = pte_pfn(__pte(old_pte)) << PAGE_SHIFT; |
@@ -509,7 +634,7 @@ repeat: | |||
509 | 634 | ||
510 | /* Insert into the hash table, primary slot */ | 635 | /* Insert into the hash table, primary slot */ |
511 | slot = ppc_md.hpte_insert(hpte_group, va, pa, rflags, 0, | 636 | slot = ppc_md.hpte_insert(hpte_group, va, pa, rflags, 0, |
512 | mmu_huge_psize, ssize); | 637 | mmu_psize, ssize); |
513 | 638 | ||
514 | /* Primary is full, try the secondary */ | 639 | /* Primary is full, try the secondary */ |
515 | if (unlikely(slot == -1)) { | 640 | if (unlikely(slot == -1)) { |
@@ -517,7 +642,7 @@ repeat: | |||
517 | HPTES_PER_GROUP) & ~0x7UL; | 642 | HPTES_PER_GROUP) & ~0x7UL; |
518 | slot = ppc_md.hpte_insert(hpte_group, va, pa, rflags, | 643 | slot = ppc_md.hpte_insert(hpte_group, va, pa, rflags, |
519 | HPTE_V_SECONDARY, | 644 | HPTE_V_SECONDARY, |
520 | mmu_huge_psize, ssize); | 645 | mmu_psize, ssize); |
521 | if (slot == -1) { | 646 | if (slot == -1) { |
522 | if (mftb() & 0x1) | 647 | if (mftb() & 0x1) |
523 | hpte_group = ((hash & htab_hash_mask) * | 648 | hpte_group = ((hash & htab_hash_mask) * |
@@ -549,45 +674,54 @@ void set_huge_psize(int psize) | |||
549 | { | 674 | { |
550 | /* Check that it is a page size supported by the hardware and | 675 | /* Check that it is a page size supported by the hardware and |
551 | * that it fits within pagetable limits. */ | 676 | * that it fits within pagetable limits. */ |
552 | if (mmu_psize_defs[psize].shift && mmu_psize_defs[psize].shift < SID_SHIFT && | 677 | if (mmu_psize_defs[psize].shift && |
678 | mmu_psize_defs[psize].shift < SID_SHIFT_1T && | ||
553 | (mmu_psize_defs[psize].shift > MIN_HUGEPTE_SHIFT || | 679 | (mmu_psize_defs[psize].shift > MIN_HUGEPTE_SHIFT || |
554 | mmu_psize_defs[psize].shift == HPAGE_SHIFT_64K)) { | 680 | mmu_psize_defs[psize].shift == PAGE_SHIFT_64K || |
555 | HPAGE_SHIFT = mmu_psize_defs[psize].shift; | 681 | mmu_psize_defs[psize].shift == PAGE_SHIFT_16G)) { |
556 | mmu_huge_psize = psize; | 682 | /* Return if huge page size has already been setup or is the |
557 | #ifdef CONFIG_PPC_64K_PAGES | 683 | * same as the base page size. */ |
558 | hugepte_shift = (PMD_SHIFT-HPAGE_SHIFT); | 684 | if (mmu_huge_psizes[psize] || |
559 | #else | 685 | mmu_psize_defs[psize].shift == PAGE_SHIFT) |
560 | if (HPAGE_SHIFT == HPAGE_SHIFT_64K) | 686 | return; |
561 | hugepte_shift = (PMD_SHIFT-HPAGE_SHIFT); | 687 | hugetlb_add_hstate(mmu_psize_defs[psize].shift - PAGE_SHIFT); |
562 | else | 688 | |
563 | hugepte_shift = (PUD_SHIFT-HPAGE_SHIFT); | 689 | switch (mmu_psize_defs[psize].shift) { |
564 | #endif | 690 | case PAGE_SHIFT_64K: |
565 | 691 | /* We only allow 64k hpages with 4k base page, | |
692 | * which was checked above, and always put them | ||
693 | * at the PMD */ | ||
694 | hugepte_shift[psize] = PMD_SHIFT; | ||
695 | break; | ||
696 | case PAGE_SHIFT_16M: | ||
697 | /* 16M pages can be at two different levels | ||
698 | * of pagestables based on base page size */ | ||
699 | if (PAGE_SHIFT == PAGE_SHIFT_64K) | ||
700 | hugepte_shift[psize] = PMD_SHIFT; | ||
701 | else /* 4k base page */ | ||
702 | hugepte_shift[psize] = PUD_SHIFT; | ||
703 | break; | ||
704 | case PAGE_SHIFT_16G: | ||
705 | /* 16G pages are always at PGD level */ | ||
706 | hugepte_shift[psize] = PGDIR_SHIFT; | ||
707 | break; | ||
708 | } | ||
709 | hugepte_shift[psize] -= mmu_psize_defs[psize].shift; | ||
566 | } else | 710 | } else |
567 | HPAGE_SHIFT = 0; | 711 | hugepte_shift[psize] = 0; |
568 | } | 712 | } |
569 | 713 | ||
570 | static int __init hugepage_setup_sz(char *str) | 714 | static int __init hugepage_setup_sz(char *str) |
571 | { | 715 | { |
572 | unsigned long long size; | 716 | unsigned long long size; |
573 | int mmu_psize = -1; | 717 | int mmu_psize; |
574 | int shift; | 718 | int shift; |
575 | 719 | ||
576 | size = memparse(str, &str); | 720 | size = memparse(str, &str); |
577 | 721 | ||
578 | shift = __ffs(size); | 722 | shift = __ffs(size); |
579 | switch (shift) { | 723 | mmu_psize = shift_to_mmu_psize(shift); |
580 | #ifndef CONFIG_PPC_64K_PAGES | 724 | if (mmu_psize >= 0 && mmu_psize_defs[mmu_psize].shift) |
581 | case HPAGE_SHIFT_64K: | ||
582 | mmu_psize = MMU_PAGE_64K; | ||
583 | break; | ||
584 | #endif | ||
585 | case HPAGE_SHIFT_16M: | ||
586 | mmu_psize = MMU_PAGE_16M; | ||
587 | break; | ||
588 | } | ||
589 | |||
590 | if (mmu_psize >=0 && mmu_psize_defs[mmu_psize].shift) | ||
591 | set_huge_psize(mmu_psize); | 725 | set_huge_psize(mmu_psize); |
592 | else | 726 | else |
593 | printk(KERN_WARNING "Invalid huge page size specified(%llu)\n", size); | 727 | printk(KERN_WARNING "Invalid huge page size specified(%llu)\n", size); |
@@ -603,16 +737,31 @@ static void zero_ctor(struct kmem_cache *cache, void *addr) | |||
603 | 737 | ||
604 | static int __init hugetlbpage_init(void) | 738 | static int __init hugetlbpage_init(void) |
605 | { | 739 | { |
740 | unsigned int psize; | ||
741 | |||
606 | if (!cpu_has_feature(CPU_FTR_16M_PAGE)) | 742 | if (!cpu_has_feature(CPU_FTR_16M_PAGE)) |
607 | return -ENODEV; | 743 | return -ENODEV; |
608 | 744 | /* Add supported huge page sizes. Need to change HUGE_MAX_HSTATE | |
609 | huge_pgtable_cache = kmem_cache_create("hugepte_cache", | 745 | * and adjust PTE_NONCACHE_NUM if the number of supported huge page |
610 | HUGEPTE_TABLE_SIZE, | 746 | * sizes changes. |
611 | HUGEPTE_TABLE_SIZE, | 747 | */ |
612 | 0, | 748 | set_huge_psize(MMU_PAGE_16M); |
613 | zero_ctor); | 749 | set_huge_psize(MMU_PAGE_64K); |
614 | if (! huge_pgtable_cache) | 750 | set_huge_psize(MMU_PAGE_16G); |
615 | panic("hugetlbpage_init(): could not create hugepte cache\n"); | 751 | |
752 | for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { | ||
753 | if (mmu_huge_psizes[psize]) { | ||
754 | huge_pgtable_cache(psize) = kmem_cache_create( | ||
755 | HUGEPTE_CACHE_NAME(psize), | ||
756 | HUGEPTE_TABLE_SIZE(psize), | ||
757 | HUGEPTE_TABLE_SIZE(psize), | ||
758 | 0, | ||
759 | zero_ctor); | ||
760 | if (!huge_pgtable_cache(psize)) | ||
761 | panic("hugetlbpage_init(): could not create %s"\ | ||
762 | "\n", HUGEPTE_CACHE_NAME(psize)); | ||
763 | } | ||
764 | } | ||
616 | 765 | ||
617 | return 0; | 766 | return 0; |
618 | } | 767 | } |
diff --git a/arch/powerpc/mm/init_64.c b/arch/powerpc/mm/init_64.c index 6ef63caca682..a41bc5aa2043 100644 --- a/arch/powerpc/mm/init_64.c +++ b/arch/powerpc/mm/init_64.c | |||
@@ -153,10 +153,10 @@ static const char *pgtable_cache_name[ARRAY_SIZE(pgtable_cache_size)] = { | |||
153 | }; | 153 | }; |
154 | 154 | ||
155 | #ifdef CONFIG_HUGETLB_PAGE | 155 | #ifdef CONFIG_HUGETLB_PAGE |
156 | /* Hugepages need one extra cache, initialized in hugetlbpage.c. We | 156 | /* Hugepages need an extra cache per hugepagesize, initialized in |
157 | * can't put into the tables above, because HPAGE_SHIFT is not compile | 157 | * hugetlbpage.c. We can't put into the tables above, because HPAGE_SHIFT |
158 | * time constant. */ | 158 | * is not compile time constant. */ |
159 | struct kmem_cache *pgtable_cache[ARRAY_SIZE(pgtable_cache_size)+1]; | 159 | struct kmem_cache *pgtable_cache[ARRAY_SIZE(pgtable_cache_size)+MMU_PAGE_COUNT]; |
160 | #else | 160 | #else |
161 | struct kmem_cache *pgtable_cache[ARRAY_SIZE(pgtable_cache_size)]; | 161 | struct kmem_cache *pgtable_cache[ARRAY_SIZE(pgtable_cache_size)]; |
162 | #endif | 162 | #endif |
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index cf4bffba6f7c..d9a181351332 100644 --- a/arch/powerpc/mm/numa.c +++ b/arch/powerpc/mm/numa.c | |||
@@ -39,7 +39,6 @@ EXPORT_SYMBOL(numa_cpu_lookup_table); | |||
39 | EXPORT_SYMBOL(numa_cpumask_lookup_table); | 39 | EXPORT_SYMBOL(numa_cpumask_lookup_table); |
40 | EXPORT_SYMBOL(node_data); | 40 | EXPORT_SYMBOL(node_data); |
41 | 41 | ||
42 | static bootmem_data_t __initdata plat_node_bdata[MAX_NUMNODES]; | ||
43 | static int min_common_depth; | 42 | static int min_common_depth; |
44 | static int n_mem_addr_cells, n_mem_size_cells; | 43 | static int n_mem_addr_cells, n_mem_size_cells; |
45 | 44 | ||
@@ -816,7 +815,7 @@ void __init do_init_bootmem(void) | |||
816 | dbg("node %d\n", nid); | 815 | dbg("node %d\n", nid); |
817 | dbg("NODE_DATA() = %p\n", NODE_DATA(nid)); | 816 | dbg("NODE_DATA() = %p\n", NODE_DATA(nid)); |
818 | 817 | ||
819 | NODE_DATA(nid)->bdata = &plat_node_bdata[nid]; | 818 | NODE_DATA(nid)->bdata = &bootmem_node_data[nid]; |
820 | NODE_DATA(nid)->node_start_pfn = start_pfn; | 819 | NODE_DATA(nid)->node_start_pfn = start_pfn; |
821 | NODE_DATA(nid)->node_spanned_pages = end_pfn - start_pfn; | 820 | NODE_DATA(nid)->node_spanned_pages = end_pfn - start_pfn; |
822 | 821 | ||
diff --git a/arch/powerpc/mm/pgtable_32.c b/arch/powerpc/mm/pgtable_32.c index c7584072dfcc..2001abdb1912 100644 --- a/arch/powerpc/mm/pgtable_32.c +++ b/arch/powerpc/mm/pgtable_32.c | |||
@@ -145,13 +145,20 @@ void pte_free(struct mm_struct *mm, pgtable_t ptepage) | |||
145 | void __iomem * | 145 | void __iomem * |
146 | ioremap(phys_addr_t addr, unsigned long size) | 146 | ioremap(phys_addr_t addr, unsigned long size) |
147 | { | 147 | { |
148 | return __ioremap(addr, size, _PAGE_NO_CACHE); | 148 | return __ioremap(addr, size, _PAGE_NO_CACHE | _PAGE_GUARDED); |
149 | } | 149 | } |
150 | EXPORT_SYMBOL(ioremap); | 150 | EXPORT_SYMBOL(ioremap); |
151 | 151 | ||
152 | void __iomem * | 152 | void __iomem * |
153 | ioremap_flags(phys_addr_t addr, unsigned long size, unsigned long flags) | 153 | ioremap_flags(phys_addr_t addr, unsigned long size, unsigned long flags) |
154 | { | 154 | { |
155 | /* writeable implies dirty for kernel addresses */ | ||
156 | if (flags & _PAGE_RW) | ||
157 | flags |= _PAGE_DIRTY | _PAGE_HWWRITE; | ||
158 | |||
159 | /* we don't want to let _PAGE_USER and _PAGE_EXEC leak out */ | ||
160 | flags &= ~(_PAGE_USER | _PAGE_EXEC | _PAGE_HWEXEC); | ||
161 | |||
155 | return __ioremap(addr, size, flags); | 162 | return __ioremap(addr, size, flags); |
156 | } | 163 | } |
157 | EXPORT_SYMBOL(ioremap_flags); | 164 | EXPORT_SYMBOL(ioremap_flags); |
@@ -163,6 +170,14 @@ __ioremap(phys_addr_t addr, unsigned long size, unsigned long flags) | |||
163 | phys_addr_t p; | 170 | phys_addr_t p; |
164 | int err; | 171 | int err; |
165 | 172 | ||
173 | /* Make sure we have the base flags */ | ||
174 | if ((flags & _PAGE_PRESENT) == 0) | ||
175 | flags |= _PAGE_KERNEL; | ||
176 | |||
177 | /* Non-cacheable page cannot be coherent */ | ||
178 | if (flags & _PAGE_NO_CACHE) | ||
179 | flags &= ~_PAGE_COHERENT; | ||
180 | |||
166 | /* | 181 | /* |
167 | * Choose an address to map it to. | 182 | * Choose an address to map it to. |
168 | * Once the vmalloc system is running, we use it. | 183 | * Once the vmalloc system is running, we use it. |
@@ -219,11 +234,6 @@ __ioremap(phys_addr_t addr, unsigned long size, unsigned long flags) | |||
219 | v = (ioremap_bot -= size); | 234 | v = (ioremap_bot -= size); |
220 | } | 235 | } |
221 | 236 | ||
222 | if ((flags & _PAGE_PRESENT) == 0) | ||
223 | flags |= _PAGE_KERNEL; | ||
224 | if (flags & _PAGE_NO_CACHE) | ||
225 | flags |= _PAGE_GUARDED; | ||
226 | |||
227 | /* | 237 | /* |
228 | * Should check if it is a candidate for a BAT mapping | 238 | * Should check if it is a candidate for a BAT mapping |
229 | */ | 239 | */ |
diff --git a/arch/powerpc/mm/pgtable_64.c b/arch/powerpc/mm/pgtable_64.c index 3ef0ad2f9ca0..365e61ae5dbc 100644 --- a/arch/powerpc/mm/pgtable_64.c +++ b/arch/powerpc/mm/pgtable_64.c | |||
@@ -107,9 +107,18 @@ void __iomem * __ioremap_at(phys_addr_t pa, void *ea, unsigned long size, | |||
107 | { | 107 | { |
108 | unsigned long i; | 108 | unsigned long i; |
109 | 109 | ||
110 | /* Make sure we have the base flags */ | ||
110 | if ((flags & _PAGE_PRESENT) == 0) | 111 | if ((flags & _PAGE_PRESENT) == 0) |
111 | flags |= pgprot_val(PAGE_KERNEL); | 112 | flags |= pgprot_val(PAGE_KERNEL); |
112 | 113 | ||
114 | /* Non-cacheable page cannot be coherent */ | ||
115 | if (flags & _PAGE_NO_CACHE) | ||
116 | flags &= ~_PAGE_COHERENT; | ||
117 | |||
118 | /* We don't support the 4K PFN hack with ioremap */ | ||
119 | if (flags & _PAGE_4K_PFN) | ||
120 | return NULL; | ||
121 | |||
113 | WARN_ON(pa & ~PAGE_MASK); | 122 | WARN_ON(pa & ~PAGE_MASK); |
114 | WARN_ON(((unsigned long)ea) & ~PAGE_MASK); | 123 | WARN_ON(((unsigned long)ea) & ~PAGE_MASK); |
115 | WARN_ON(size & ~PAGE_MASK); | 124 | WARN_ON(size & ~PAGE_MASK); |
@@ -190,6 +199,13 @@ void __iomem * ioremap(phys_addr_t addr, unsigned long size) | |||
190 | void __iomem * ioremap_flags(phys_addr_t addr, unsigned long size, | 199 | void __iomem * ioremap_flags(phys_addr_t addr, unsigned long size, |
191 | unsigned long flags) | 200 | unsigned long flags) |
192 | { | 201 | { |
202 | /* writeable implies dirty for kernel addresses */ | ||
203 | if (flags & _PAGE_RW) | ||
204 | flags |= _PAGE_DIRTY; | ||
205 | |||
206 | /* we don't want to let _PAGE_USER and _PAGE_EXEC leak out */ | ||
207 | flags &= ~(_PAGE_USER | _PAGE_EXEC); | ||
208 | |||
193 | if (ppc_md.ioremap) | 209 | if (ppc_md.ioremap) |
194 | return ppc_md.ioremap(addr, size, flags); | 210 | return ppc_md.ioremap(addr, size, flags); |
195 | return __ioremap(addr, size, flags); | 211 | return __ioremap(addr, size, flags); |
diff --git a/arch/powerpc/mm/tlb_64.c b/arch/powerpc/mm/tlb_64.c index a01b5c608ff9..409fcc7b63ce 100644 --- a/arch/powerpc/mm/tlb_64.c +++ b/arch/powerpc/mm/tlb_64.c | |||
@@ -147,7 +147,7 @@ void hpte_need_flush(struct mm_struct *mm, unsigned long addr, | |||
147 | */ | 147 | */ |
148 | if (huge) { | 148 | if (huge) { |
149 | #ifdef CONFIG_HUGETLB_PAGE | 149 | #ifdef CONFIG_HUGETLB_PAGE |
150 | psize = mmu_huge_psize; | 150 | psize = get_slice_psize(mm, addr);; |
151 | #else | 151 | #else |
152 | BUG(); | 152 | BUG(); |
153 | psize = pte_pagesize_index(mm, addr, pte); /* shutup gcc */ | 153 | psize = pte_pagesize_index(mm, addr, pte); /* shutup gcc */ |
diff --git a/arch/powerpc/platforms/cell/spufs/file.c b/arch/powerpc/platforms/cell/spufs/file.c index 99c73066b82f..010a51f59796 100644 --- a/arch/powerpc/platforms/cell/spufs/file.c +++ b/arch/powerpc/platforms/cell/spufs/file.c | |||
@@ -288,9 +288,32 @@ spufs_mem_mmap_fault(struct vm_area_struct *vma, struct vm_fault *vmf) | |||
288 | return VM_FAULT_NOPAGE; | 288 | return VM_FAULT_NOPAGE; |
289 | } | 289 | } |
290 | 290 | ||
291 | static int spufs_mem_mmap_access(struct vm_area_struct *vma, | ||
292 | unsigned long address, | ||
293 | void *buf, int len, int write) | ||
294 | { | ||
295 | struct spu_context *ctx = vma->vm_file->private_data; | ||
296 | unsigned long offset = address - vma->vm_start; | ||
297 | char *local_store; | ||
298 | |||
299 | if (write && !(vma->vm_flags & VM_WRITE)) | ||
300 | return -EACCES; | ||
301 | if (spu_acquire(ctx)) | ||
302 | return -EINTR; | ||
303 | if ((offset + len) > vma->vm_end) | ||
304 | len = vma->vm_end - offset; | ||
305 | local_store = ctx->ops->get_ls(ctx); | ||
306 | if (write) | ||
307 | memcpy_toio(local_store + offset, buf, len); | ||
308 | else | ||
309 | memcpy_fromio(buf, local_store + offset, len); | ||
310 | spu_release(ctx); | ||
311 | return len; | ||
312 | } | ||
291 | 313 | ||
292 | static struct vm_operations_struct spufs_mem_mmap_vmops = { | 314 | static struct vm_operations_struct spufs_mem_mmap_vmops = { |
293 | .fault = spufs_mem_mmap_fault, | 315 | .fault = spufs_mem_mmap_fault, |
316 | .access = spufs_mem_mmap_access, | ||
294 | }; | 317 | }; |
295 | 318 | ||
296 | static int spufs_mem_mmap(struct file *file, struct vm_area_struct *vma) | 319 | static int spufs_mem_mmap(struct file *file, struct vm_area_struct *vma) |
diff --git a/arch/s390/mm/hugetlbpage.c b/arch/s390/mm/hugetlbpage.c index f4b6124fdb75..f28c43d2f61d 100644 --- a/arch/s390/mm/hugetlbpage.c +++ b/arch/s390/mm/hugetlbpage.c | |||
@@ -72,7 +72,8 @@ void arch_release_hugepage(struct page *page) | |||
72 | page[1].index = 0; | 72 | page[1].index = 0; |
73 | } | 73 | } |
74 | 74 | ||
75 | pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr) | 75 | pte_t *huge_pte_alloc(struct mm_struct *mm, |
76 | unsigned long addr, unsigned long sz) | ||
76 | { | 77 | { |
77 | pgd_t *pgdp; | 78 | pgd_t *pgdp; |
78 | pud_t *pudp; | 79 | pud_t *pudp; |
@@ -119,6 +120,11 @@ int pmd_huge(pmd_t pmd) | |||
119 | return !!(pmd_val(pmd) & _SEGMENT_ENTRY_LARGE); | 120 | return !!(pmd_val(pmd) & _SEGMENT_ENTRY_LARGE); |
120 | } | 121 | } |
121 | 122 | ||
123 | int pud_huge(pud_t pud) | ||
124 | { | ||
125 | return 0; | ||
126 | } | ||
127 | |||
122 | struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address, | 128 | struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address, |
123 | pmd_t *pmdp, int write) | 129 | pmd_t *pmdp, int write) |
124 | { | 130 | { |
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 3e7384f4619c..8879938f3356 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -8,6 +8,7 @@ mainmenu "Linux/SuperH Kernel Configuration" | |||
8 | config SUPERH | 8 | config SUPERH |
9 | def_bool y | 9 | def_bool y |
10 | select EMBEDDED | 10 | select EMBEDDED |
11 | select HAVE_CLK | ||
11 | select HAVE_IDE | 12 | select HAVE_IDE |
12 | select HAVE_OPROFILE | 13 | select HAVE_OPROFILE |
13 | help | 14 | help |
diff --git a/arch/sh/kernel/sys_sh32.c b/arch/sh/kernel/sys_sh32.c index 125e493ead82..f0aa5c398656 100644 --- a/arch/sh/kernel/sys_sh32.c +++ b/arch/sh/kernel/sys_sh32.c | |||
@@ -29,7 +29,7 @@ asmlinkage int sys_pipe(unsigned long r4, unsigned long r5, | |||
29 | int fd[2]; | 29 | int fd[2]; |
30 | int error; | 30 | int error; |
31 | 31 | ||
32 | error = do_pipe(fd); | 32 | error = do_pipe_flags(fd, 0); |
33 | if (!error) { | 33 | if (!error) { |
34 | regs->regs[1] = fd[1]; | 34 | regs->regs[1] = fd[1]; |
35 | return fd[0]; | 35 | return fd[0]; |
diff --git a/arch/sh/mm/hugetlbpage.c b/arch/sh/mm/hugetlbpage.c index ae8c321d6e2a..9304117039c4 100644 --- a/arch/sh/mm/hugetlbpage.c +++ b/arch/sh/mm/hugetlbpage.c | |||
@@ -22,7 +22,8 @@ | |||
22 | #include <asm/tlbflush.h> | 22 | #include <asm/tlbflush.h> |
23 | #include <asm/cacheflush.h> | 23 | #include <asm/cacheflush.h> |
24 | 24 | ||
25 | pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr) | 25 | pte_t *huge_pte_alloc(struct mm_struct *mm, |
26 | unsigned long addr, unsigned long sz) | ||
26 | { | 27 | { |
27 | pgd_t *pgd; | 28 | pgd_t *pgd; |
28 | pud_t *pud; | 29 | pud_t *pud; |
@@ -78,6 +79,11 @@ int pmd_huge(pmd_t pmd) | |||
78 | return 0; | 79 | return 0; |
79 | } | 80 | } |
80 | 81 | ||
82 | int pud_huge(pud_t pud) | ||
83 | { | ||
84 | return 0; | ||
85 | } | ||
86 | |||
81 | struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address, | 87 | struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address, |
82 | pmd_t *pmd, int write) | 88 | pmd_t *pmd, int write) |
83 | { | 89 | { |
diff --git a/arch/sh/mm/init.c b/arch/sh/mm/init.c index d7df26bd1e54..d652d375eb1e 100644 --- a/arch/sh/mm/init.c +++ b/arch/sh/mm/init.c | |||
@@ -191,7 +191,7 @@ void __init paging_init(void) | |||
191 | pg_data_t *pgdat = NODE_DATA(nid); | 191 | pg_data_t *pgdat = NODE_DATA(nid); |
192 | unsigned long low, start_pfn; | 192 | unsigned long low, start_pfn; |
193 | 193 | ||
194 | start_pfn = pgdat->bdata->node_boot_start >> PAGE_SHIFT; | 194 | start_pfn = pgdat->bdata->node_min_pfn; |
195 | low = pgdat->bdata->node_low_pfn; | 195 | low = pgdat->bdata->node_low_pfn; |
196 | 196 | ||
197 | if (max_zone_pfns[ZONE_NORMAL] < low) | 197 | if (max_zone_pfns[ZONE_NORMAL] < low) |
diff --git a/arch/sh/mm/numa.c b/arch/sh/mm/numa.c index 1663199ce888..095d93bec7cd 100644 --- a/arch/sh/mm/numa.c +++ b/arch/sh/mm/numa.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/pfn.h> | 14 | #include <linux/pfn.h> |
15 | #include <asm/sections.h> | 15 | #include <asm/sections.h> |
16 | 16 | ||
17 | static bootmem_data_t plat_node_bdata[MAX_NUMNODES]; | ||
18 | struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; | 17 | struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; |
19 | EXPORT_SYMBOL_GPL(node_data); | 18 | EXPORT_SYMBOL_GPL(node_data); |
20 | 19 | ||
@@ -35,7 +34,7 @@ void __init setup_memory(void) | |||
35 | NODE_DATA(0) = pfn_to_kaddr(free_pfn); | 34 | NODE_DATA(0) = pfn_to_kaddr(free_pfn); |
36 | memset(NODE_DATA(0), 0, sizeof(struct pglist_data)); | 35 | memset(NODE_DATA(0), 0, sizeof(struct pglist_data)); |
37 | free_pfn += PFN_UP(sizeof(struct pglist_data)); | 36 | free_pfn += PFN_UP(sizeof(struct pglist_data)); |
38 | NODE_DATA(0)->bdata = &plat_node_bdata[0]; | 37 | NODE_DATA(0)->bdata = &bootmem_node_data[0]; |
39 | 38 | ||
40 | /* Set up node 0 */ | 39 | /* Set up node 0 */ |
41 | setup_bootmem_allocator(free_pfn); | 40 | setup_bootmem_allocator(free_pfn); |
@@ -66,7 +65,7 @@ void __init setup_bootmem_node(int nid, unsigned long start, unsigned long end) | |||
66 | free_pfn += PFN_UP(sizeof(struct pglist_data)); | 65 | free_pfn += PFN_UP(sizeof(struct pglist_data)); |
67 | memset(NODE_DATA(nid), 0, sizeof(struct pglist_data)); | 66 | memset(NODE_DATA(nid), 0, sizeof(struct pglist_data)); |
68 | 67 | ||
69 | NODE_DATA(nid)->bdata = &plat_node_bdata[nid]; | 68 | NODE_DATA(nid)->bdata = &bootmem_node_data[nid]; |
70 | NODE_DATA(nid)->node_start_pfn = start_pfn; | 69 | NODE_DATA(nid)->node_start_pfn = start_pfn; |
71 | NODE_DATA(nid)->node_spanned_pages = end_pfn - start_pfn; | 70 | NODE_DATA(nid)->node_spanned_pages = end_pfn - start_pfn; |
72 | 71 | ||
diff --git a/arch/sparc/kernel/sys_sparc.c b/arch/sparc/kernel/sys_sparc.c index 3c6b49a53ae8..4d73421559c3 100644 --- a/arch/sparc/kernel/sys_sparc.c +++ b/arch/sparc/kernel/sys_sparc.c | |||
@@ -97,7 +97,7 @@ asmlinkage int sparc_pipe(struct pt_regs *regs) | |||
97 | int fd[2]; | 97 | int fd[2]; |
98 | int error; | 98 | int error; |
99 | 99 | ||
100 | error = do_pipe(fd); | 100 | error = do_pipe_flags(fd, 0); |
101 | if (error) | 101 | if (error) |
102 | goto out; | 102 | goto out; |
103 | regs->u_regs[UREG_I1] = fd[1]; | 103 | regs->u_regs[UREG_I1] = fd[1]; |
diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c index c624e04ff03e..ee30462598fc 100644 --- a/arch/sparc/mm/srmmu.c +++ b/arch/sparc/mm/srmmu.c | |||
@@ -1352,8 +1352,7 @@ void __init srmmu_paging_init(void) | |||
1352 | zones_size[ZONE_HIGHMEM] = npages; | 1352 | zones_size[ZONE_HIGHMEM] = npages; |
1353 | zholes_size[ZONE_HIGHMEM] = npages - calc_highpages(); | 1353 | zholes_size[ZONE_HIGHMEM] = npages - calc_highpages(); |
1354 | 1354 | ||
1355 | free_area_init_node(0, &contig_page_data, zones_size, | 1355 | free_area_init_node(0, zones_size, pfn_base, zholes_size); |
1356 | pfn_base, zholes_size); | ||
1357 | } | 1356 | } |
1358 | } | 1357 | } |
1359 | 1358 | ||
diff --git a/arch/sparc/mm/sun4c.c b/arch/sparc/mm/sun4c.c index 2375fe9dc312..d1782f6368be 100644 --- a/arch/sparc/mm/sun4c.c +++ b/arch/sparc/mm/sun4c.c | |||
@@ -2123,8 +2123,7 @@ void __init sun4c_paging_init(void) | |||
2123 | zones_size[ZONE_HIGHMEM] = npages; | 2123 | zones_size[ZONE_HIGHMEM] = npages; |
2124 | zholes_size[ZONE_HIGHMEM] = npages - calc_highpages(); | 2124 | zholes_size[ZONE_HIGHMEM] = npages - calc_highpages(); |
2125 | 2125 | ||
2126 | free_area_init_node(0, &contig_page_data, zones_size, | 2126 | free_area_init_node(0, zones_size, pfn_base, zholes_size); |
2127 | pfn_base, zholes_size); | ||
2128 | } | 2127 | } |
2129 | 2128 | ||
2130 | cnt = 0; | 2129 | cnt = 0; |
diff --git a/arch/sparc64/kernel/iommu_common.h b/arch/sparc64/kernel/iommu_common.h index f3575a614fa2..53b19c8231a9 100644 --- a/arch/sparc64/kernel/iommu_common.h +++ b/arch/sparc64/kernel/iommu_common.h | |||
@@ -23,7 +23,7 @@ | |||
23 | #define IO_PAGE_SHIFT 13 | 23 | #define IO_PAGE_SHIFT 13 |
24 | #define IO_PAGE_SIZE (1UL << IO_PAGE_SHIFT) | 24 | #define IO_PAGE_SIZE (1UL << IO_PAGE_SHIFT) |
25 | #define IO_PAGE_MASK (~(IO_PAGE_SIZE-1)) | 25 | #define IO_PAGE_MASK (~(IO_PAGE_SIZE-1)) |
26 | #define IO_PAGE_ALIGN(addr) (((addr)+IO_PAGE_SIZE-1)&IO_PAGE_MASK) | 26 | #define IO_PAGE_ALIGN(addr) ALIGN(addr, IO_PAGE_SIZE) |
27 | 27 | ||
28 | #define IO_TSB_ENTRIES (128*1024) | 28 | #define IO_TSB_ENTRIES (128*1024) |
29 | #define IO_TSB_SIZE (IO_TSB_ENTRIES * 8) | 29 | #define IO_TSB_SIZE (IO_TSB_ENTRIES * 8) |
diff --git a/arch/sparc64/kernel/irq.c b/arch/sparc64/kernel/irq.c index b441a26b73b0..c481673d249c 100644 --- a/arch/sparc64/kernel/irq.c +++ b/arch/sparc64/kernel/irq.c | |||
@@ -621,8 +621,9 @@ unsigned int sun4v_build_irq(u32 devhandle, unsigned int devino) | |||
621 | unsigned int sun4v_build_virq(u32 devhandle, unsigned int devino) | 621 | unsigned int sun4v_build_virq(u32 devhandle, unsigned int devino) |
622 | { | 622 | { |
623 | struct irq_handler_data *data; | 623 | struct irq_handler_data *data; |
624 | struct ino_bucket *bucket; | ||
625 | unsigned long hv_err, cookie; | 624 | unsigned long hv_err, cookie; |
625 | struct ino_bucket *bucket; | ||
626 | struct irq_desc *desc; | ||
626 | unsigned int virt_irq; | 627 | unsigned int virt_irq; |
627 | 628 | ||
628 | bucket = kzalloc(sizeof(struct ino_bucket), GFP_ATOMIC); | 629 | bucket = kzalloc(sizeof(struct ino_bucket), GFP_ATOMIC); |
@@ -643,6 +644,13 @@ unsigned int sun4v_build_virq(u32 devhandle, unsigned int devino) | |||
643 | if (unlikely(!data)) | 644 | if (unlikely(!data)) |
644 | return 0; | 645 | return 0; |
645 | 646 | ||
647 | /* In order to make the LDC channel startup sequence easier, | ||
648 | * especially wrt. locking, we do not let request_irq() enable | ||
649 | * the interrupt. | ||
650 | */ | ||
651 | desc = irq_desc + virt_irq; | ||
652 | desc->status |= IRQ_NOAUTOEN; | ||
653 | |||
646 | set_irq_chip_data(virt_irq, data); | 654 | set_irq_chip_data(virt_irq, data); |
647 | 655 | ||
648 | /* Catch accidental accesses to these things. IMAP/ICLR handling | 656 | /* Catch accidental accesses to these things. IMAP/ICLR handling |
diff --git a/arch/sparc64/kernel/ldc.c b/arch/sparc64/kernel/ldc.c index 63969f610284..d68982330f66 100644 --- a/arch/sparc64/kernel/ldc.c +++ b/arch/sparc64/kernel/ldc.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* ldc.c: Logical Domain Channel link-layer protocol driver. | 1 | /* ldc.c: Logical Domain Channel link-layer protocol driver. |
2 | * | 2 | * |
3 | * Copyright (C) 2007 David S. Miller <davem@davemloft.net> | 3 | * Copyright (C) 2007, 2008 David S. Miller <davem@davemloft.net> |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <linux/kernel.h> | 6 | #include <linux/kernel.h> |
@@ -23,8 +23,8 @@ | |||
23 | 23 | ||
24 | #define DRV_MODULE_NAME "ldc" | 24 | #define DRV_MODULE_NAME "ldc" |
25 | #define PFX DRV_MODULE_NAME ": " | 25 | #define PFX DRV_MODULE_NAME ": " |
26 | #define DRV_MODULE_VERSION "1.0" | 26 | #define DRV_MODULE_VERSION "1.1" |
27 | #define DRV_MODULE_RELDATE "June 25, 2007" | 27 | #define DRV_MODULE_RELDATE "July 22, 2008" |
28 | 28 | ||
29 | static char version[] __devinitdata = | 29 | static char version[] __devinitdata = |
30 | DRV_MODULE_NAME ".c:v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n"; | 30 | DRV_MODULE_NAME ".c:v" DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n"; |
@@ -1235,13 +1235,9 @@ int ldc_bind(struct ldc_channel *lp, const char *name) | |||
1235 | unsigned long hv_err, flags; | 1235 | unsigned long hv_err, flags; |
1236 | int err = -EINVAL; | 1236 | int err = -EINVAL; |
1237 | 1237 | ||
1238 | spin_lock_irqsave(&lp->lock, flags); | 1238 | if (!name || |
1239 | 1239 | (lp->state != LDC_STATE_INIT)) | |
1240 | if (!name) | 1240 | return -EINVAL; |
1241 | goto out_err; | ||
1242 | |||
1243 | if (lp->state != LDC_STATE_INIT) | ||
1244 | goto out_err; | ||
1245 | 1241 | ||
1246 | snprintf(lp->rx_irq_name, LDC_IRQ_NAME_MAX, "%s RX", name); | 1242 | snprintf(lp->rx_irq_name, LDC_IRQ_NAME_MAX, "%s RX", name); |
1247 | snprintf(lp->tx_irq_name, LDC_IRQ_NAME_MAX, "%s TX", name); | 1243 | snprintf(lp->tx_irq_name, LDC_IRQ_NAME_MAX, "%s TX", name); |
@@ -1250,25 +1246,32 @@ int ldc_bind(struct ldc_channel *lp, const char *name) | |||
1250 | IRQF_SAMPLE_RANDOM | IRQF_SHARED, | 1246 | IRQF_SAMPLE_RANDOM | IRQF_SHARED, |
1251 | lp->rx_irq_name, lp); | 1247 | lp->rx_irq_name, lp); |
1252 | if (err) | 1248 | if (err) |
1253 | goto out_err; | 1249 | return err; |
1254 | 1250 | ||
1255 | err = request_irq(lp->cfg.tx_irq, ldc_tx, | 1251 | err = request_irq(lp->cfg.tx_irq, ldc_tx, |
1256 | IRQF_SAMPLE_RANDOM | IRQF_SHARED, | 1252 | IRQF_SAMPLE_RANDOM | IRQF_SHARED, |
1257 | lp->tx_irq_name, lp); | 1253 | lp->tx_irq_name, lp); |
1258 | if (err) | 1254 | if (err) { |
1259 | goto out_free_rx_irq; | 1255 | free_irq(lp->cfg.rx_irq, lp); |
1256 | return err; | ||
1257 | } | ||
1258 | |||
1260 | 1259 | ||
1260 | spin_lock_irqsave(&lp->lock, flags); | ||
1261 | |||
1262 | enable_irq(lp->cfg.rx_irq); | ||
1263 | enable_irq(lp->cfg.tx_irq); | ||
1261 | 1264 | ||
1262 | lp->flags |= LDC_FLAG_REGISTERED_IRQS; | 1265 | lp->flags |= LDC_FLAG_REGISTERED_IRQS; |
1263 | 1266 | ||
1264 | err = -ENODEV; | 1267 | err = -ENODEV; |
1265 | hv_err = sun4v_ldc_tx_qconf(lp->id, 0, 0); | 1268 | hv_err = sun4v_ldc_tx_qconf(lp->id, 0, 0); |
1266 | if (hv_err) | 1269 | if (hv_err) |
1267 | goto out_free_tx_irq; | 1270 | goto out_free_irqs; |
1268 | 1271 | ||
1269 | hv_err = sun4v_ldc_tx_qconf(lp->id, lp->tx_ra, lp->tx_num_entries); | 1272 | hv_err = sun4v_ldc_tx_qconf(lp->id, lp->tx_ra, lp->tx_num_entries); |
1270 | if (hv_err) | 1273 | if (hv_err) |
1271 | goto out_free_tx_irq; | 1274 | goto out_free_irqs; |
1272 | 1275 | ||
1273 | hv_err = sun4v_ldc_rx_qconf(lp->id, 0, 0); | 1276 | hv_err = sun4v_ldc_rx_qconf(lp->id, 0, 0); |
1274 | if (hv_err) | 1277 | if (hv_err) |
@@ -1304,14 +1307,11 @@ out_unmap_rx: | |||
1304 | out_unmap_tx: | 1307 | out_unmap_tx: |
1305 | sun4v_ldc_tx_qconf(lp->id, 0, 0); | 1308 | sun4v_ldc_tx_qconf(lp->id, 0, 0); |
1306 | 1309 | ||
1307 | out_free_tx_irq: | 1310 | out_free_irqs: |
1308 | lp->flags &= ~LDC_FLAG_REGISTERED_IRQS; | 1311 | lp->flags &= ~LDC_FLAG_REGISTERED_IRQS; |
1309 | free_irq(lp->cfg.tx_irq, lp); | 1312 | free_irq(lp->cfg.tx_irq, lp); |
1310 | |||
1311 | out_free_rx_irq: | ||
1312 | free_irq(lp->cfg.rx_irq, lp); | 1313 | free_irq(lp->cfg.rx_irq, lp); |
1313 | 1314 | ||
1314 | out_err: | ||
1315 | spin_unlock_irqrestore(&lp->lock, flags); | 1315 | spin_unlock_irqrestore(&lp->lock, flags); |
1316 | 1316 | ||
1317 | return err; | 1317 | return err; |
diff --git a/arch/sparc64/kernel/sys_sparc.c b/arch/sparc64/kernel/sys_sparc.c index e1f4eba2e576..39749e32dc7e 100644 --- a/arch/sparc64/kernel/sys_sparc.c +++ b/arch/sparc64/kernel/sys_sparc.c | |||
@@ -418,7 +418,7 @@ asmlinkage long sparc_pipe(struct pt_regs *regs) | |||
418 | int fd[2]; | 418 | int fd[2]; |
419 | int error; | 419 | int error; |
420 | 420 | ||
421 | error = do_pipe(fd); | 421 | error = do_pipe_flags(fd, 0); |
422 | if (error) | 422 | if (error) |
423 | goto out; | 423 | goto out; |
424 | regs->u_regs[UREG_I1] = fd[1]; | 424 | regs->u_regs[UREG_I1] = fd[1]; |
diff --git a/arch/sparc64/kernel/time.c b/arch/sparc64/kernel/time.c index bedc4c159b1c..a0c6a97eec6e 100644 --- a/arch/sparc64/kernel/time.c +++ b/arch/sparc64/kernel/time.c | |||
@@ -884,6 +884,16 @@ static struct notifier_block sparc64_cpufreq_notifier_block = { | |||
884 | .notifier_call = sparc64_cpufreq_notifier | 884 | .notifier_call = sparc64_cpufreq_notifier |
885 | }; | 885 | }; |
886 | 886 | ||
887 | static int __init register_sparc64_cpufreq_notifier(void) | ||
888 | { | ||
889 | |||
890 | cpufreq_register_notifier(&sparc64_cpufreq_notifier_block, | ||
891 | CPUFREQ_TRANSITION_NOTIFIER); | ||
892 | return 0; | ||
893 | } | ||
894 | |||
895 | core_initcall(register_sparc64_cpufreq_notifier); | ||
896 | |||
887 | #endif /* CONFIG_CPU_FREQ */ | 897 | #endif /* CONFIG_CPU_FREQ */ |
888 | 898 | ||
889 | static int sparc64_next_event(unsigned long delta, | 899 | static int sparc64_next_event(unsigned long delta, |
@@ -1050,11 +1060,6 @@ void __init time_init(void) | |||
1050 | sparc64_clockevent.mult, sparc64_clockevent.shift); | 1060 | sparc64_clockevent.mult, sparc64_clockevent.shift); |
1051 | 1061 | ||
1052 | setup_sparc64_timer(); | 1062 | setup_sparc64_timer(); |
1053 | |||
1054 | #ifdef CONFIG_CPU_FREQ | ||
1055 | cpufreq_register_notifier(&sparc64_cpufreq_notifier_block, | ||
1056 | CPUFREQ_TRANSITION_NOTIFIER); | ||
1057 | #endif | ||
1058 | } | 1063 | } |
1059 | 1064 | ||
1060 | unsigned long long sched_clock(void) | 1065 | unsigned long long sched_clock(void) |
diff --git a/arch/sparc64/mm/hugetlbpage.c b/arch/sparc64/mm/hugetlbpage.c index ebefd2a14375..f27d10369e0c 100644 --- a/arch/sparc64/mm/hugetlbpage.c +++ b/arch/sparc64/mm/hugetlbpage.c | |||
@@ -175,7 +175,7 @@ hugetlb_get_unmapped_area(struct file *file, unsigned long addr, | |||
175 | return -ENOMEM; | 175 | return -ENOMEM; |
176 | 176 | ||
177 | if (flags & MAP_FIXED) { | 177 | if (flags & MAP_FIXED) { |
178 | if (prepare_hugepage_range(addr, len)) | 178 | if (prepare_hugepage_range(file, addr, len)) |
179 | return -EINVAL; | 179 | return -EINVAL; |
180 | return addr; | 180 | return addr; |
181 | } | 181 | } |
@@ -195,7 +195,8 @@ hugetlb_get_unmapped_area(struct file *file, unsigned long addr, | |||
195 | pgoff, flags); | 195 | pgoff, flags); |
196 | } | 196 | } |
197 | 197 | ||
198 | pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr) | 198 | pte_t *huge_pte_alloc(struct mm_struct *mm, |
199 | unsigned long addr, unsigned long sz) | ||
199 | { | 200 | { |
200 | pgd_t *pgd; | 201 | pgd_t *pgd; |
201 | pud_t *pud; | 202 | pud_t *pud; |
@@ -294,6 +295,11 @@ int pmd_huge(pmd_t pmd) | |||
294 | return 0; | 295 | return 0; |
295 | } | 296 | } |
296 | 297 | ||
298 | int pud_huge(pud_t pud) | ||
299 | { | ||
300 | return 0; | ||
301 | } | ||
302 | |||
297 | struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address, | 303 | struct page *follow_huge_pmd(struct mm_struct *mm, unsigned long address, |
298 | pmd_t *pmd, int write) | 304 | pmd_t *pmd, int write) |
299 | { | 305 | { |
diff --git a/arch/sparc64/mm/init.c b/arch/sparc64/mm/init.c index 84898c44dd4d..713297473951 100644 --- a/arch/sparc64/mm/init.c +++ b/arch/sparc64/mm/init.c | |||
@@ -788,7 +788,6 @@ int numa_cpu_lookup_table[NR_CPUS]; | |||
788 | cpumask_t numa_cpumask_lookup_table[MAX_NUMNODES]; | 788 | cpumask_t numa_cpumask_lookup_table[MAX_NUMNODES]; |
789 | 789 | ||
790 | #ifdef CONFIG_NEED_MULTIPLE_NODES | 790 | #ifdef CONFIG_NEED_MULTIPLE_NODES |
791 | static bootmem_data_t plat_node_bdata[MAX_NUMNODES]; | ||
792 | 791 | ||
793 | struct mdesc_mblock { | 792 | struct mdesc_mblock { |
794 | u64 base; | 793 | u64 base; |
@@ -871,7 +870,7 @@ static void __init allocate_node_data(int nid) | |||
871 | NODE_DATA(nid) = __va(paddr); | 870 | NODE_DATA(nid) = __va(paddr); |
872 | memset(NODE_DATA(nid), 0, sizeof(struct pglist_data)); | 871 | memset(NODE_DATA(nid), 0, sizeof(struct pglist_data)); |
873 | 872 | ||
874 | NODE_DATA(nid)->bdata = &plat_node_bdata[nid]; | 873 | NODE_DATA(nid)->bdata = &bootmem_node_data[nid]; |
875 | #endif | 874 | #endif |
876 | 875 | ||
877 | p = NODE_DATA(nid); | 876 | p = NODE_DATA(nid); |
diff --git a/arch/um/include/irq_kern.h b/arch/um/include/irq_kern.h index 4f775597fd5f..fba3895274f9 100644 --- a/arch/um/include/irq_kern.h +++ b/arch/um/include/irq_kern.h | |||
@@ -13,8 +13,6 @@ extern int um_request_irq(unsigned int irq, int fd, int type, | |||
13 | irq_handler_t handler, | 13 | irq_handler_t handler, |
14 | unsigned long irqflags, const char * devname, | 14 | unsigned long irqflags, const char * devname, |
15 | void *dev_id); | 15 | void *dev_id); |
16 | extern int init_aio_irq(int irq, char *name, | ||
17 | irq_handler_t handler); | ||
18 | 16 | ||
19 | #endif | 17 | #endif |
20 | 18 | ||
diff --git a/arch/um/include/irq_user.h b/arch/um/include/irq_user.h index e60b31873de1..c6c784df2673 100644 --- a/arch/um/include/irq_user.h +++ b/arch/um/include/irq_user.h | |||
@@ -21,8 +21,6 @@ struct irq_fd { | |||
21 | enum { IRQ_READ, IRQ_WRITE }; | 21 | enum { IRQ_READ, IRQ_WRITE }; |
22 | 22 | ||
23 | extern void sigio_handler(int sig, struct uml_pt_regs *regs); | 23 | extern void sigio_handler(int sig, struct uml_pt_regs *regs); |
24 | extern int activate_fd(int irq, int fd, int type, void *dev_id); | ||
25 | extern void free_irq_by_irq_and_dev(unsigned int irq, void *dev_id); | ||
26 | extern void free_irq_by_fd(int fd); | 24 | extern void free_irq_by_fd(int fd); |
27 | extern void reactivate_fd(int fd, int irqnum); | 25 | extern void reactivate_fd(int fd, int irqnum); |
28 | extern void deactivate_fd(int fd, int irqnum); | 26 | extern void deactivate_fd(int fd, int irqnum); |
diff --git a/arch/um/include/skas/skas.h b/arch/um/include/skas/skas.h index b073f8a86bd3..64d2c7443306 100644 --- a/arch/um/include/skas/skas.h +++ b/arch/um/include/skas/skas.h | |||
@@ -16,7 +16,6 @@ extern int user_thread(unsigned long stack, int flags); | |||
16 | extern void new_thread_handler(void); | 16 | extern void new_thread_handler(void); |
17 | extern void handle_syscall(struct uml_pt_regs *regs); | 17 | extern void handle_syscall(struct uml_pt_regs *regs); |
18 | extern int new_mm(unsigned long stack); | 18 | extern int new_mm(unsigned long stack); |
19 | extern void get_skas_faultinfo(int pid, struct faultinfo * fi); | ||
20 | extern long execute_syscall_skas(void *r); | 19 | extern long execute_syscall_skas(void *r); |
21 | extern unsigned long current_stub_stack(void); | 20 | extern unsigned long current_stub_stack(void); |
22 | 21 | ||
diff --git a/arch/um/include/um_uaccess.h b/arch/um/include/um_uaccess.h index 2b6fc8e0f071..45c04999d670 100644 --- a/arch/um/include/um_uaccess.h +++ b/arch/um/include/um_uaccess.h | |||
@@ -34,7 +34,6 @@ extern int copy_to_user(void __user *to, const void *from, int n); | |||
34 | 34 | ||
35 | extern int __do_copy_to_user(void *to, const void *from, int n, | 35 | extern int __do_copy_to_user(void *to, const void *from, int n, |
36 | void **fault_addr, jmp_buf **fault_catcher); | 36 | void **fault_addr, jmp_buf **fault_catcher); |
37 | extern void __do_copy(void *to, const void *from, int n); | ||
38 | 37 | ||
39 | /* | 38 | /* |
40 | * strncpy_from_user: - Copy a NUL terminated string from userspace. | 39 | * strncpy_from_user: - Copy a NUL terminated string from userspace. |
diff --git a/arch/um/kernel/irq.c b/arch/um/kernel/irq.c index 91587f8db340..3d7aad09b171 100644 --- a/arch/um/kernel/irq.c +++ b/arch/um/kernel/irq.c | |||
@@ -102,7 +102,7 @@ void sigio_handler(int sig, struct uml_pt_regs *regs) | |||
102 | 102 | ||
103 | static DEFINE_SPINLOCK(irq_lock); | 103 | static DEFINE_SPINLOCK(irq_lock); |
104 | 104 | ||
105 | int activate_fd(int irq, int fd, int type, void *dev_id) | 105 | static int activate_fd(int irq, int fd, int type, void *dev_id) |
106 | { | 106 | { |
107 | struct pollfd *tmp_pfd; | 107 | struct pollfd *tmp_pfd; |
108 | struct irq_fd *new_fd, *irq_fd; | 108 | struct irq_fd *new_fd, *irq_fd; |
@@ -216,7 +216,7 @@ static int same_irq_and_dev(struct irq_fd *irq, void *d) | |||
216 | return ((irq->irq == data->irq) && (irq->id == data->dev)); | 216 | return ((irq->irq == data->irq) && (irq->id == data->dev)); |
217 | } | 217 | } |
218 | 218 | ||
219 | void free_irq_by_irq_and_dev(unsigned int irq, void *dev) | 219 | static void free_irq_by_irq_and_dev(unsigned int irq, void *dev) |
220 | { | 220 | { |
221 | struct irq_and_dev data = ((struct irq_and_dev) { .irq = irq, | 221 | struct irq_and_dev data = ((struct irq_and_dev) { .irq = irq, |
222 | .dev = dev }); | 222 | .dev = dev }); |
@@ -403,37 +403,6 @@ void __init init_IRQ(void) | |||
403 | } | 403 | } |
404 | } | 404 | } |
405 | 405 | ||
406 | int init_aio_irq(int irq, char *name, irq_handler_t handler) | ||
407 | { | ||
408 | int fds[2], err; | ||
409 | |||
410 | err = os_pipe(fds, 1, 1); | ||
411 | if (err) { | ||
412 | printk(KERN_ERR "init_aio_irq - os_pipe failed, err = %d\n", | ||
413 | -err); | ||
414 | goto out; | ||
415 | } | ||
416 | |||
417 | err = um_request_irq(irq, fds[0], IRQ_READ, handler, | ||
418 | IRQF_DISABLED | IRQF_SAMPLE_RANDOM, name, | ||
419 | (void *) (long) fds[0]); | ||
420 | if (err) { | ||
421 | printk(KERN_ERR "init_aio_irq - : um_request_irq failed, " | ||
422 | "err = %d\n", | ||
423 | err); | ||
424 | goto out_close; | ||
425 | } | ||
426 | |||
427 | err = fds[1]; | ||
428 | goto out; | ||
429 | |||
430 | out_close: | ||
431 | os_close_file(fds[0]); | ||
432 | os_close_file(fds[1]); | ||
433 | out: | ||
434 | return err; | ||
435 | } | ||
436 | |||
437 | /* | 406 | /* |
438 | * IRQ stack entry and exit: | 407 | * IRQ stack entry and exit: |
439 | * | 408 | * |
diff --git a/arch/um/kernel/ksyms.c b/arch/um/kernel/ksyms.c index ccc02a616c22..836fc9b94707 100644 --- a/arch/um/kernel/ksyms.c +++ b/arch/um/kernel/ksyms.c | |||
@@ -18,7 +18,6 @@ EXPORT_SYMBOL(get_signals); | |||
18 | EXPORT_SYMBOL(kernel_thread); | 18 | EXPORT_SYMBOL(kernel_thread); |
19 | EXPORT_SYMBOL(sys_waitpid); | 19 | EXPORT_SYMBOL(sys_waitpid); |
20 | EXPORT_SYMBOL(flush_tlb_range); | 20 | EXPORT_SYMBOL(flush_tlb_range); |
21 | EXPORT_SYMBOL(arch_validate); | ||
22 | 21 | ||
23 | EXPORT_SYMBOL(high_physmem); | 22 | EXPORT_SYMBOL(high_physmem); |
24 | EXPORT_SYMBOL(empty_zero_page); | 23 | EXPORT_SYMBOL(empty_zero_page); |
diff --git a/arch/um/kernel/mem.c b/arch/um/kernel/mem.c index b0ee64622ff7..e2274ef3155d 100644 --- a/arch/um/kernel/mem.c +++ b/arch/um/kernel/mem.c | |||
@@ -21,7 +21,7 @@ | |||
21 | /* allocated in paging_init, zeroed in mem_init, and unchanged thereafter */ | 21 | /* allocated in paging_init, zeroed in mem_init, and unchanged thereafter */ |
22 | unsigned long *empty_zero_page = NULL; | 22 | unsigned long *empty_zero_page = NULL; |
23 | /* allocated in paging_init and unchanged thereafter */ | 23 | /* allocated in paging_init and unchanged thereafter */ |
24 | unsigned long *empty_bad_page = NULL; | 24 | static unsigned long *empty_bad_page = NULL; |
25 | 25 | ||
26 | /* | 26 | /* |
27 | * Initialized during boot, and readonly for initializing page tables | 27 | * Initialized during boot, and readonly for initializing page tables |
@@ -240,37 +240,6 @@ void __init paging_init(void) | |||
240 | #endif | 240 | #endif |
241 | } | 241 | } |
242 | 242 | ||
243 | struct page *arch_validate(struct page *page, gfp_t mask, int order) | ||
244 | { | ||
245 | unsigned long addr, zero = 0; | ||
246 | int i; | ||
247 | |||
248 | again: | ||
249 | if (page == NULL) | ||
250 | return page; | ||
251 | if (PageHighMem(page)) | ||
252 | return page; | ||
253 | |||
254 | addr = (unsigned long) page_address(page); | ||
255 | for (i = 0; i < (1 << order); i++) { | ||
256 | current->thread.fault_addr = (void *) addr; | ||
257 | if (__do_copy_to_user((void __user *) addr, &zero, | ||
258 | sizeof(zero), | ||
259 | ¤t->thread.fault_addr, | ||
260 | ¤t->thread.fault_catcher)) { | ||
261 | if (!(mask & __GFP_WAIT)) | ||
262 | return NULL; | ||
263 | else break; | ||
264 | } | ||
265 | addr += PAGE_SIZE; | ||
266 | } | ||
267 | |||
268 | if (i == (1 << order)) | ||
269 | return page; | ||
270 | page = alloc_pages(mask, order); | ||
271 | goto again; | ||
272 | } | ||
273 | |||
274 | /* | 243 | /* |
275 | * This can't do anything because nothing in the kernel image can be freed | 244 | * This can't do anything because nothing in the kernel image can be freed |
276 | * since it's not in kernel physical memory. | 245 | * since it's not in kernel physical memory. |
diff --git a/arch/um/kernel/physmem.c b/arch/um/kernel/physmem.c index 9757085a0220..a1a9090254c2 100644 --- a/arch/um/kernel/physmem.c +++ b/arch/um/kernel/physmem.c | |||
@@ -185,7 +185,7 @@ unsigned long find_iomem(char *driver, unsigned long *len_out) | |||
185 | return 0; | 185 | return 0; |
186 | } | 186 | } |
187 | 187 | ||
188 | int setup_iomem(void) | 188 | static int setup_iomem(void) |
189 | { | 189 | { |
190 | struct iomem_region *region = iomem_regions; | 190 | struct iomem_region *region = iomem_regions; |
191 | unsigned long iomem_start = high_physmem + PAGE_SIZE; | 191 | unsigned long iomem_start = high_physmem + PAGE_SIZE; |
diff --git a/arch/um/kernel/ptrace.c b/arch/um/kernel/ptrace.c index 47b57b497d55..15e8b7c4de13 100644 --- a/arch/um/kernel/ptrace.c +++ b/arch/um/kernel/ptrace.c | |||
@@ -225,7 +225,7 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
225 | return ret; | 225 | return ret; |
226 | } | 226 | } |
227 | 227 | ||
228 | void send_sigtrap(struct task_struct *tsk, struct uml_pt_regs *regs, | 228 | static void send_sigtrap(struct task_struct *tsk, struct uml_pt_regs *regs, |
229 | int error_code) | 229 | int error_code) |
230 | { | 230 | { |
231 | struct siginfo info; | 231 | struct siginfo info; |
diff --git a/arch/um/kernel/time.c b/arch/um/kernel/time.c index c3e2f369c33c..47f04f4a3464 100644 --- a/arch/um/kernel/time.c +++ b/arch/um/kernel/time.c | |||
@@ -13,14 +13,6 @@ | |||
13 | #include "kern_util.h" | 13 | #include "kern_util.h" |
14 | #include "os.h" | 14 | #include "os.h" |
15 | 15 | ||
16 | /* | ||
17 | * Scheduler clock - returns current time in nanosec units. | ||
18 | */ | ||
19 | unsigned long long sched_clock(void) | ||
20 | { | ||
21 | return (unsigned long long)jiffies_64 * (NSEC_PER_SEC / HZ); | ||
22 | } | ||
23 | |||
24 | void timer_handler(int sig, struct uml_pt_regs *regs) | 16 | void timer_handler(int sig, struct uml_pt_regs *regs) |
25 | { | 17 | { |
26 | unsigned long flags; | 18 | unsigned long flags; |
diff --git a/arch/um/kernel/uaccess.c b/arch/um/kernel/uaccess.c index f0f4b040d7c5..dd33f040c526 100644 --- a/arch/um/kernel/uaccess.c +++ b/arch/um/kernel/uaccess.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/string.h> | 12 | #include <linux/string.h> |
13 | #include "os.h" | 13 | #include "os.h" |
14 | 14 | ||
15 | void __do_copy(void *to, const void *from, int n) | 15 | static void __do_copy(void *to, const void *from, int n) |
16 | { | 16 | { |
17 | memcpy(to, from, n); | 17 | memcpy(to, from, n); |
18 | } | 18 | } |
diff --git a/arch/um/os-Linux/sigio.c b/arch/um/os-Linux/sigio.c index eb8f2e4be192..63d299df152b 100644 --- a/arch/um/os-Linux/sigio.c +++ b/arch/um/os-Linux/sigio.c | |||
@@ -530,7 +530,7 @@ static void tty_close(int master, int slave) | |||
530 | printk(UM_KERN_CONT "No, enabling workaround\n"); | 530 | printk(UM_KERN_CONT "No, enabling workaround\n"); |
531 | } | 531 | } |
532 | 532 | ||
533 | void __init check_sigio(void) | 533 | static void __init check_sigio(void) |
534 | { | 534 | { |
535 | if ((access("/dev/ptmx", R_OK) < 0) && | 535 | if ((access("/dev/ptmx", R_OK) < 0) && |
536 | (access("/dev/ptyp0", R_OK) < 0)) { | 536 | (access("/dev/ptyp0", R_OK) < 0)) { |
diff --git a/arch/um/os-Linux/signal.c b/arch/um/os-Linux/signal.c index 5aade6027e40..6ae180703a63 100644 --- a/arch/um/os-Linux/signal.c +++ b/arch/um/os-Linux/signal.c | |||
@@ -126,7 +126,7 @@ void set_sigstack(void *sig_stack, int size) | |||
126 | panic("enabling signal stack failed, errno = %d\n", errno); | 126 | panic("enabling signal stack failed, errno = %d\n", errno); |
127 | } | 127 | } |
128 | 128 | ||
129 | void (*handlers[_NSIG])(int sig, struct sigcontext *sc); | 129 | static void (*handlers[_NSIG])(int sig, struct sigcontext *sc); |
130 | 130 | ||
131 | void handle_signal(int sig, struct sigcontext *sc) | 131 | void handle_signal(int sig, struct sigcontext *sc) |
132 | { | 132 | { |
diff --git a/arch/um/os-Linux/skas/process.c b/arch/um/os-Linux/skas/process.c index 172ad8f72e12..d6e0a2234b86 100644 --- a/arch/um/os-Linux/skas/process.c +++ b/arch/um/os-Linux/skas/process.c | |||
@@ -96,7 +96,7 @@ bad_wait: | |||
96 | 96 | ||
97 | extern unsigned long current_stub_stack(void); | 97 | extern unsigned long current_stub_stack(void); |
98 | 98 | ||
99 | void get_skas_faultinfo(int pid, struct faultinfo * fi) | 99 | static void get_skas_faultinfo(int pid, struct faultinfo *fi) |
100 | { | 100 | { |
101 | int err; | 101 | int err; |
102 | 102 | ||
diff --git a/arch/um/os-Linux/umid.c b/arch/um/os-Linux/umid.c index 106fa8641553..a27defb81884 100644 --- a/arch/um/os-Linux/umid.c +++ b/arch/um/os-Linux/umid.c | |||
@@ -245,7 +245,7 @@ int __init set_umid(char *name) | |||
245 | /* Changed in make_umid, which is called during early boot */ | 245 | /* Changed in make_umid, which is called during early boot */ |
246 | static int umid_setup = 0; | 246 | static int umid_setup = 0; |
247 | 247 | ||
248 | int __init make_umid(void) | 248 | static int __init make_umid(void) |
249 | { | 249 | { |
250 | int fd, err; | 250 | int fd, err; |
251 | char tmp[256]; | 251 | char tmp[256]; |
diff --git a/arch/um/sys-i386/bugs.c b/arch/um/sys-i386/bugs.c index a74442d13762..2c6d0d731c12 100644 --- a/arch/um/sys-i386/bugs.c +++ b/arch/um/sys-i386/bugs.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include "sysdep/ptrace.h" | 12 | #include "sysdep/ptrace.h" |
13 | 13 | ||
14 | /* Set during early boot */ | 14 | /* Set during early boot */ |
15 | int host_has_cmov = 1; | 15 | static int host_has_cmov = 1; |
16 | static jmp_buf cmov_test_return; | 16 | static jmp_buf cmov_test_return; |
17 | 17 | ||
18 | static void cmov_sigill_test_handler(int sig) | 18 | static void cmov_sigill_test_handler(int sig) |
diff --git a/arch/um/sys-i386/checksum.S b/arch/um/sys-i386/checksum.S index 62c7e564f22e..f058d2f82e18 100644 --- a/arch/um/sys-i386/checksum.S +++ b/arch/um/sys-i386/checksum.S | |||
@@ -243,13 +243,12 @@ unsigned int csum_partial_copy_generic (const char *src, char *dst, | |||
243 | .previous | 243 | .previous |
244 | 244 | ||
245 | .align 4 | 245 | .align 4 |
246 | .globl csum_partial_copy_generic_i386 | 246 | |
247 | |||
248 | #ifndef CONFIG_X86_USE_PPRO_CHECKSUM | 247 | #ifndef CONFIG_X86_USE_PPRO_CHECKSUM |
249 | 248 | ||
250 | #define ARGBASE 16 | 249 | #define ARGBASE 16 |
251 | #define FP 12 | 250 | #define FP 12 |
252 | 251 | ||
253 | csum_partial_copy_generic_i386: | 252 | csum_partial_copy_generic_i386: |
254 | subl $4,%esp | 253 | subl $4,%esp |
255 | pushl %edi | 254 | pushl %edi |
diff --git a/arch/um/sys-i386/ldt.c b/arch/um/sys-i386/ldt.c index a34263e6b08d..a4846a84a7be 100644 --- a/arch/um/sys-i386/ldt.c +++ b/arch/um/sys-i386/ldt.c | |||
@@ -14,8 +14,8 @@ | |||
14 | 14 | ||
15 | extern int modify_ldt(int func, void *ptr, unsigned long bytecount); | 15 | extern int modify_ldt(int func, void *ptr, unsigned long bytecount); |
16 | 16 | ||
17 | long write_ldt_entry(struct mm_id * mm_idp, int func, struct user_desc * desc, | 17 | static long write_ldt_entry(struct mm_id *mm_idp, int func, |
18 | void **addr, int done) | 18 | struct user_desc *desc, void **addr, int done) |
19 | { | 19 | { |
20 | long res; | 20 | long res; |
21 | 21 | ||
diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig deleted file mode 100644 index 4379f43505ef..000000000000 --- a/arch/v850/Kconfig +++ /dev/null | |||
@@ -1,353 +0,0 @@ | |||
1 | ############################################################################# | ||
2 | # | ||
3 | # For a description of the syntax of this configuration file, | ||
4 | # see Documentation/kbuild/kconfig-language.txt. | ||
5 | # | ||
6 | ############################################################################# | ||
7 | |||
8 | mainmenu "uClinux/v850 (w/o MMU) Kernel Configuration" | ||
9 | |||
10 | config MMU | ||
11 | bool | ||
12 | default n | ||
13 | config ZONE_DMA | ||
14 | bool | ||
15 | default y | ||
16 | config RWSEM_GENERIC_SPINLOCK | ||
17 | bool | ||
18 | default y | ||
19 | config RWSEM_XCHGADD_ALGORITHM | ||
20 | bool | ||
21 | default n | ||
22 | config GENERIC_FIND_NEXT_BIT | ||
23 | bool | ||
24 | default y | ||
25 | config GENERIC_HWEIGHT | ||
26 | bool | ||
27 | default y | ||
28 | config GENERIC_CALIBRATE_DELAY | ||
29 | bool | ||
30 | default y | ||
31 | |||
32 | config GENERIC_HARDIRQS | ||
33 | bool | ||
34 | default y | ||
35 | |||
36 | config GENERIC_IRQ_PROBE | ||
37 | bool | ||
38 | default y | ||
39 | |||
40 | config GENERIC_TIME | ||
41 | bool | ||
42 | default y | ||
43 | |||
44 | config TIME_LOW_RES | ||
45 | bool | ||
46 | default y | ||
47 | |||
48 | config ARCH_HAS_ILOG2_U32 | ||
49 | bool | ||
50 | default n | ||
51 | |||
52 | config ARCH_HAS_ILOG2_U64 | ||
53 | bool | ||
54 | default n | ||
55 | |||
56 | config ARCH_SUPPORTS_AOUT | ||
57 | def_bool y | ||
58 | |||
59 | # Turn off some random 386 crap that can affect device config | ||
60 | config ISA | ||
61 | bool | ||
62 | default n | ||
63 | config ISAPNP | ||
64 | bool | ||
65 | default n | ||
66 | config EISA | ||
67 | bool | ||
68 | default n | ||
69 | config MCA | ||
70 | bool | ||
71 | default n | ||
72 | |||
73 | |||
74 | ############################################################################# | ||
75 | #### v850-specific config | ||
76 | |||
77 | # Define the architecture | ||
78 | config V850 | ||
79 | bool | ||
80 | default y | ||
81 | select HAVE_IDE | ||
82 | |||
83 | menu "Processor type and features" | ||
84 | |||
85 | choice | ||
86 | prompt "Platform" | ||
87 | default GDB | ||
88 | config V850E_SIM | ||
89 | bool "GDB" | ||
90 | config RTE_CB_MA1 | ||
91 | bool "RTE-V850E/MA1-CB" | ||
92 | config RTE_CB_NB85E | ||
93 | bool "RTE-V850E/NB85E-CB" | ||
94 | config RTE_CB_ME2 | ||
95 | bool "RTE-V850E/ME2-CB" | ||
96 | config V850E_AS85EP1 | ||
97 | bool "AS85EP1" | ||
98 | config V850E2_SIM85E2C | ||
99 | bool "sim85e2c" | ||
100 | config V850E2_SIM85E2S | ||
101 | bool "sim85e2s" | ||
102 | config V850E2_FPGA85E2C | ||
103 | bool "NA85E2C-FPGA" | ||
104 | config V850E2_ANNA | ||
105 | bool "Anna" | ||
106 | endchoice | ||
107 | |||
108 | #### V850E processor-specific config | ||
109 | |||
110 | # All CPUs currently supported use the v850e architecture | ||
111 | config V850E | ||
112 | bool | ||
113 | default y | ||
114 | |||
115 | # The RTE-V850E/MA1-CB is the only type of V850E/MA1 platform we | ||
116 | # currently support | ||
117 | config V850E_MA1 | ||
118 | bool | ||
119 | depends on RTE_CB_MA1 | ||
120 | default y | ||
121 | # Similarly for the RTE-V850E/NB85E-CB - V850E/TEG | ||
122 | config V850E_TEG | ||
123 | bool | ||
124 | depends on RTE_CB_NB85E | ||
125 | default y | ||
126 | # ... and the RTE-V850E/ME2-CB - V850E/ME2 | ||
127 | config V850E_ME2 | ||
128 | bool | ||
129 | depends on RTE_CB_ME2 | ||
130 | default y | ||
131 | |||
132 | |||
133 | #### sim85e2-specific config | ||
134 | |||
135 | config V850E2_SIM85E2 | ||
136 | bool | ||
137 | depends on V850E2_SIM85E2C || V850E2_SIM85E2S | ||
138 | default y | ||
139 | |||
140 | |||
141 | #### V850E2 processor-specific config | ||
142 | |||
143 | # V850E2 processors | ||
144 | config V850E2 | ||
145 | bool | ||
146 | depends on V850E2_SIM85E2 || V850E2_FPGA85E2C || V850E2_ANNA | ||
147 | default y | ||
148 | |||
149 | |||
150 | #### RTE-CB platform-specific config | ||
151 | |||
152 | # Boards in the RTE-x-CB series | ||
153 | config RTE_CB | ||
154 | bool | ||
155 | depends on RTE_CB_MA1 || RTE_CB_NB85E || RTE_CB_ME2 | ||
156 | default y | ||
157 | |||
158 | config RTE_CB_MULTI | ||
159 | bool | ||
160 | # RTE_CB_NB85E can either have multi ROM support or not, but | ||
161 | # other platforms (currently only RTE_CB_MA1) require it. | ||
162 | prompt "Multi monitor ROM support" if RTE_CB_NB85E | ||
163 | depends on RTE_CB_MA1 || RTE_CB_NB85E | ||
164 | default y | ||
165 | |||
166 | config RTE_CB_MULTI_DBTRAP | ||
167 | bool "Pass illegal insn trap / dbtrap to kernel" | ||
168 | depends on RTE_CB_MULTI | ||
169 | default n | ||
170 | |||
171 | config RTE_CB_MA1_KSRAM | ||
172 | bool "Kernel in SRAM (limits size of kernel)" | ||
173 | depends on RTE_CB_MA1 && RTE_CB_MULTI | ||
174 | default n | ||
175 | |||
176 | config RTE_MB_A_PCI | ||
177 | bool "Mother-A PCI support" | ||
178 | depends on RTE_CB | ||
179 | default y | ||
180 | |||
181 | # The GBUS is used to talk to the RTE-MOTHER-A board | ||
182 | config RTE_GBUS_INT | ||
183 | bool | ||
184 | depends on RTE_MB_A_PCI | ||
185 | default y | ||
186 | |||
187 | # The only PCI bus we support is on the RTE-MOTHER-A board | ||
188 | config PCI | ||
189 | bool | ||
190 | default RTE_MB_A_PCI | ||
191 | |||
192 | #### Some feature-specific configs | ||
193 | |||
194 | # Everything except for the GDB simulator uses the same interrupt controller | ||
195 | config V850E_INTC | ||
196 | bool | ||
197 | default !V850E_SIM | ||
198 | |||
199 | # Everything except for the various simulators uses the "Timer D" unit | ||
200 | config V850E_TIMER_D | ||
201 | bool | ||
202 | default !V850E_SIM && !V850E2_SIM85E2 | ||
203 | |||
204 | # Cache control used on some v850e1 processors | ||
205 | config V850E_CACHE | ||
206 | bool | ||
207 | default V850E_TEG || V850E_ME2 | ||
208 | |||
209 | # Cache control used on v850e2 processors; I think this should | ||
210 | # actually apply to more, but currently only the SIM85E2S uses it | ||
211 | config V850E2_CACHE | ||
212 | bool | ||
213 | default V850E2_SIM85E2S | ||
214 | |||
215 | config NO_CACHE | ||
216 | bool | ||
217 | default !V850E_CACHE && !V850E2_CACHE | ||
218 | |||
219 | # HZ depends on the platform | ||
220 | config HZ | ||
221 | int | ||
222 | default 24 if V850E_SIM || V850E2_SIM85E2 | ||
223 | default 122 if V850E2_FPGA85E2C | ||
224 | default 100 | ||
225 | |||
226 | #### Misc config | ||
227 | |||
228 | config ROM_KERNEL | ||
229 | bool "Kernel in ROM" | ||
230 | depends on V850E2_ANNA || V850E_AS85EP1 || RTE_CB_ME2 | ||
231 | |||
232 | # Some platforms pre-zero memory, in which case the kernel doesn't need to | ||
233 | config ZERO_BSS | ||
234 | bool | ||
235 | depends on !V850E2_SIM85E2C | ||
236 | default y | ||
237 | |||
238 | # The crappy-ass zone allocator requires that the start of allocatable | ||
239 | # memory be aligned to the largest possible allocation. | ||
240 | config FORCE_MAX_ZONEORDER | ||
241 | int | ||
242 | default 8 if V850E2_SIM85E2C || V850E2_FPGA85E2C | ||
243 | |||
244 | config V850E_HIGHRES_TIMER | ||
245 | bool "High resolution timer support" | ||
246 | depends on V850E_TIMER_D | ||
247 | config TIME_BOOTUP | ||
248 | bool "Time bootup" | ||
249 | depends on V850E_HIGHRES_TIMER | ||
250 | |||
251 | config RESET_GUARD | ||
252 | bool "Reset Guard" | ||
253 | |||
254 | source "mm/Kconfig" | ||
255 | |||
256 | endmenu | ||
257 | |||
258 | |||
259 | ############################################################################# | ||
260 | |||
261 | source init/Kconfig | ||
262 | |||
263 | ############################################################################# | ||
264 | |||
265 | menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" | ||
266 | |||
267 | # config PCI | ||
268 | # bool "PCI support" | ||
269 | # help | ||
270 | # Support for PCI bus. | ||
271 | |||
272 | source "drivers/pci/Kconfig" | ||
273 | |||
274 | source "drivers/pcmcia/Kconfig" | ||
275 | |||
276 | source "drivers/pci/hotplug/Kconfig" | ||
277 | |||
278 | endmenu | ||
279 | |||
280 | menu "Executable file formats" | ||
281 | |||
282 | source "fs/Kconfig.binfmt" | ||
283 | |||
284 | endmenu | ||
285 | |||
286 | source "net/Kconfig" | ||
287 | |||
288 | ############################################################################# | ||
289 | |||
290 | source "drivers/base/Kconfig" | ||
291 | |||
292 | source drivers/mtd/Kconfig | ||
293 | |||
294 | source drivers/parport/Kconfig | ||
295 | |||
296 | #source drivers/pnp/Kconfig | ||
297 | |||
298 | source drivers/block/Kconfig | ||
299 | |||
300 | ############################################################################# | ||
301 | |||
302 | menu "Disk device support" | ||
303 | |||
304 | source "drivers/ide/Kconfig" | ||
305 | |||
306 | source "drivers/scsi/Kconfig" | ||
307 | |||
308 | endmenu | ||
309 | |||
310 | ############################################################################# | ||
311 | |||
312 | |||
313 | source "drivers/md/Kconfig" | ||
314 | |||
315 | source "drivers/message/fusion/Kconfig" | ||
316 | |||
317 | source "drivers/ieee1394/Kconfig" | ||
318 | |||
319 | source "drivers/message/i2o/Kconfig" | ||
320 | |||
321 | source "drivers/net/Kconfig" | ||
322 | |||
323 | source "drivers/isdn/Kconfig" | ||
324 | |||
325 | #source "drivers/telephony/Kconfig" | ||
326 | |||
327 | # | ||
328 | # input before char - char/joystick depends on it. As does USB. | ||
329 | # | ||
330 | source "drivers/input/Kconfig" | ||
331 | |||
332 | source "drivers/char/Kconfig" | ||
333 | |||
334 | #source drivers/misc/Config.in | ||
335 | source "drivers/media/Kconfig" | ||
336 | |||
337 | source "fs/Kconfig" | ||
338 | |||
339 | source "drivers/video/Kconfig" | ||
340 | |||
341 | source "sound/Kconfig" | ||
342 | |||
343 | source "drivers/usb/Kconfig" | ||
344 | |||
345 | source "arch/v850/Kconfig.debug" | ||
346 | |||
347 | source "security/Kconfig" | ||
348 | |||
349 | source "crypto/Kconfig" | ||
350 | |||
351 | source "lib/Kconfig" | ||
352 | |||
353 | ############################################################################# | ||
diff --git a/arch/v850/Kconfig.debug b/arch/v850/Kconfig.debug deleted file mode 100644 index 4acfb9cca1ca..000000000000 --- a/arch/v850/Kconfig.debug +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | menu "Kernel hacking" | ||
2 | |||
3 | source "lib/Kconfig.debug" | ||
4 | |||
5 | config NO_KERNEL_MSG | ||
6 | bool "Suppress Kernel BUG Messages" | ||
7 | help | ||
8 | Do not output any debug BUG messages within the kernel. | ||
9 | |||
10 | endmenu | ||
diff --git a/arch/v850/Makefile b/arch/v850/Makefile deleted file mode 100644 index 8b629df0029a..000000000000 --- a/arch/v850/Makefile +++ /dev/null | |||
@@ -1,54 +0,0 @@ | |||
1 | # | ||
2 | # arch/v850/Makefile | ||
3 | # | ||
4 | # Copyright (C) 2001,02,03,05 NEC Corporation | ||
5 | # Copyright (C) 2001,02,03,05 Miles Bader <miles@gnu.org> | ||
6 | # | ||
7 | # This file is included by the global makefile so that you can add your own | ||
8 | # architecture-specific flags and dependencies. Remember to do have actions | ||
9 | # for "archclean" and "archdep" for cleaning up and making dependencies for | ||
10 | # this architecture | ||
11 | # | ||
12 | # This file is subject to the terms and conditions of the GNU General Public | ||
13 | # License. See the file "COPYING" in the main directory of this archive | ||
14 | # for more details. | ||
15 | # | ||
16 | |||
17 | arch_dir = arch/v850 | ||
18 | |||
19 | KBUILD_CFLAGS += -mv850e | ||
20 | # r16 is a fixed pointer to the current task | ||
21 | KBUILD_CFLAGS += -ffixed-r16 -mno-prolog-function | ||
22 | KBUILD_CFLAGS += -fno-builtin | ||
23 | KBUILD_CFLAGS += -D__linux__ -DUTS_SYSNAME=\"uClinux\" | ||
24 | |||
25 | # By default, build a kernel that runs on the gdb v850 simulator. | ||
26 | KBUILD_DEFCONFIG := sim_defconfig | ||
27 | |||
28 | # This prevents the linker from consolidating the .gnu.linkonce.this_module | ||
29 | # section into .text (which the v850 default linker script for -r does for | ||
30 | # some reason) | ||
31 | LDFLAGS_MODULE += --unique=.gnu.linkonce.this_module | ||
32 | |||
33 | OBJCOPY_FLAGS_BLOB := -I binary -O elf32-little -B v850e | ||
34 | |||
35 | |||
36 | head-y := $(arch_dir)/kernel/head.o $(arch_dir)/kernel/init_task.o | ||
37 | core-y += $(arch_dir)/kernel/ | ||
38 | libs-y += $(arch_dir)/lib/ | ||
39 | |||
40 | |||
41 | # Deal with the initial contents of the root device | ||
42 | ifdef ROOT_FS_IMAGE | ||
43 | core-y += root_fs_image.o | ||
44 | |||
45 | # Because the kernel build-system erases all explicit .o build rules, we | ||
46 | # have to use an intermediate target to fool it into building for us. | ||
47 | # This results in it being built anew each time, but that's alright. | ||
48 | root_fs_image.o: root_fs_image_force | ||
49 | |||
50 | root_fs_image_force: $(ROOT_FS_IMAGE) | ||
51 | $(OBJCOPY) $(OBJCOPY_FLAGS_BLOB) --rename-section .data=.root,alloc,load,readonly,data,contents $< root_fs_image.o | ||
52 | endif | ||
53 | |||
54 | CLEAN_FILES += root_fs_image.o | ||
diff --git a/arch/v850/README b/arch/v850/README deleted file mode 100644 index 12f7f7a665e0..000000000000 --- a/arch/v850/README +++ /dev/null | |||
@@ -1,44 +0,0 @@ | |||
1 | This port to the NEC V850E processor supports the following platforms: | ||
2 | |||
3 | "sim" | ||
4 | The gdb v850e simulator (CONFIG_V850E_SIM). | ||
5 | |||
6 | "rte-ma1-cb" | ||
7 | The Midas labs RTE-V850E/MA1-CB and RTE-V850E/NB85E-CB evaluation | ||
8 | boards (CONFIG_RTE_CB_MA1 and CONFIG_RTE_CB_NB85E). This support | ||
9 | has only been tested when running with the Multi-debugger monitor | ||
10 | ROM (for the Green Hills Multi debugger). The optional NEC | ||
11 | Solution Gear RTE-MOTHER-A motherboard is also supported, which | ||
12 | allows PCI boards to be used (CONFIG_RTE_MB_A_PCI). | ||
13 | |||
14 | "rte-me2-cb" | ||
15 | The Midas labs RTE-V850E/ME2-CB evaluation board (CONFIG_RTE_CB_ME2). | ||
16 | This has only been tested using a kernel downloaded via an ICE | ||
17 | connection using the Multi debugger. Support for the RTE-MOTHER-A is | ||
18 | present, but hasn't been tested (unlike the other Midas labs cpu | ||
19 | boards, the RTE-V850E/ME2-CB includes an ethernet adaptor). | ||
20 | |||
21 | "as85ep1" | ||
22 | The NEC AS85EP1 V850E evaluation chip/board (CONFIG_V850E_AS85EP1). | ||
23 | |||
24 | "anna" | ||
25 | The NEC `Anna' (board/chip) implementation of the V850E2 processor | ||
26 | (CONFIG_V850E2_ANNA). | ||
27 | |||
28 | "sim85e2c", "sim85e2s" | ||
29 | The sim85e2c and sim85e2s simulators, which are verilog simulations | ||
30 | of the V850E2 NA85E2C/NA85E2S cpu cores (CONFIG_V850E2_SIM85E2C and | ||
31 | CONFIG_V850E2_SIM85E2S). | ||
32 | |||
33 | "fpga85e2c" | ||
34 | A FPGA implementation of the V850E2 NA85E2C cpu core | ||
35 | (CONFIG_V850E2_FPGA85E2C). | ||
36 | |||
37 | To get a default kernel configuration for a particular platform, you can | ||
38 | use a <platform>_defconfig make target (e.g., "make rte-me2-cb_defconfig"); | ||
39 | to see which default configurations are possible, look in the directory | ||
40 | "arch/v850/configs". | ||
41 | |||
42 | Porting to anything with a V850E/MA1 or MA2 processor should be simple. | ||
43 | See the file <asm-v850/machdep.h> and the files it includes for an example of | ||
44 | how to add platform/chip-specific support. | ||
diff --git a/arch/v850/configs/rte-ma1-cb_defconfig b/arch/v850/configs/rte-ma1-cb_defconfig deleted file mode 100644 index 1a5beda36e29..000000000000 --- a/arch/v850/configs/rte-ma1-cb_defconfig +++ /dev/null | |||
@@ -1,617 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.13-uc0 | ||
4 | # Fri Sep 2 13:54:27 2005 | ||
5 | # | ||
6 | # CONFIG_MMU is not set | ||
7 | # CONFIG_UID16 is not set | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
9 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
11 | # CONFIG_ISA is not set | ||
12 | # CONFIG_ISAPNP is not set | ||
13 | # CONFIG_EISA is not set | ||
14 | # CONFIG_MCA is not set | ||
15 | CONFIG_V850=y | ||
16 | |||
17 | # | ||
18 | # Processor type and features | ||
19 | # | ||
20 | # CONFIG_V850E_SIM is not set | ||
21 | CONFIG_RTE_CB_MA1=y | ||
22 | # CONFIG_RTE_CB_NB85E is not set | ||
23 | # CONFIG_RTE_CB_ME2 is not set | ||
24 | # CONFIG_V850E_AS85EP1 is not set | ||
25 | # CONFIG_V850E2_SIM85E2C is not set | ||
26 | # CONFIG_V850E2_SIM85E2S is not set | ||
27 | # CONFIG_V850E2_FPGA85E2C is not set | ||
28 | # CONFIG_V850E2_ANNA is not set | ||
29 | CONFIG_V850E=y | ||
30 | CONFIG_V850E_MA1=y | ||
31 | CONFIG_RTE_CB=y | ||
32 | CONFIG_RTE_CB_MULTI=y | ||
33 | CONFIG_RTE_CB_MULTI_DBTRAP=y | ||
34 | # CONFIG_RTE_CB_MA1_KSRAM is not set | ||
35 | CONFIG_RTE_MB_A_PCI=y | ||
36 | CONFIG_RTE_GBUS_INT=y | ||
37 | CONFIG_PCI=y | ||
38 | CONFIG_V850E_INTC=y | ||
39 | CONFIG_V850E_TIMER_D=y | ||
40 | # CONFIG_V850E_CACHE is not set | ||
41 | # CONFIG_V850E2_CACHE is not set | ||
42 | CONFIG_NO_CACHE=y | ||
43 | CONFIG_ZERO_BSS=y | ||
44 | # CONFIG_V850E_HIGHRES_TIMER is not set | ||
45 | # CONFIG_RESET_GUARD is not set | ||
46 | CONFIG_LARGE_ALLOCS=y | ||
47 | CONFIG_FLATMEM=y | ||
48 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
49 | |||
50 | # | ||
51 | # Code maturity level options | ||
52 | # | ||
53 | # CONFIG_EXPERIMENTAL is not set | ||
54 | CONFIG_CLEAN_COMPILE=y | ||
55 | CONFIG_BROKEN_ON_SMP=y | ||
56 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
57 | |||
58 | # | ||
59 | # General setup | ||
60 | # | ||
61 | CONFIG_LOCALVERSION="" | ||
62 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
63 | # CONFIG_SYSCTL is not set | ||
64 | # CONFIG_AUDIT is not set | ||
65 | # CONFIG_HOTPLUG is not set | ||
66 | CONFIG_KOBJECT_UEVENT=y | ||
67 | # CONFIG_IKCONFIG is not set | ||
68 | CONFIG_EMBEDDED=y | ||
69 | # CONFIG_KALLSYMS is not set | ||
70 | CONFIG_PRINTK=y | ||
71 | CONFIG_BUG=y | ||
72 | # CONFIG_BASE_FULL is not set | ||
73 | # CONFIG_FUTEX is not set | ||
74 | # CONFIG_EPOLL is not set | ||
75 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
76 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
77 | CONFIG_CC_ALIGN_LABELS=0 | ||
78 | CONFIG_CC_ALIGN_LOOPS=0 | ||
79 | CONFIG_CC_ALIGN_JUMPS=0 | ||
80 | CONFIG_BASE_SMALL=1 | ||
81 | |||
82 | # | ||
83 | # Loadable module support | ||
84 | # | ||
85 | CONFIG_MODULES=y | ||
86 | CONFIG_MODULE_UNLOAD=y | ||
87 | CONFIG_OBSOLETE_MODPARM=y | ||
88 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
89 | CONFIG_KMOD=y | ||
90 | |||
91 | # | ||
92 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
93 | # | ||
94 | # CONFIG_PCI_LEGACY_PROC is not set | ||
95 | # CONFIG_PCI_NAMES is not set | ||
96 | # CONFIG_PCI_DEBUG is not set | ||
97 | |||
98 | # | ||
99 | # PCCARD (PCMCIA/CardBus) support | ||
100 | # | ||
101 | # CONFIG_PCCARD is not set | ||
102 | |||
103 | # | ||
104 | # PCI Hotplug Support | ||
105 | # | ||
106 | |||
107 | # | ||
108 | # Executable file formats | ||
109 | # | ||
110 | CONFIG_BINFMT_FLAT=y | ||
111 | # CONFIG_BINFMT_ZFLAT is not set | ||
112 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
113 | # CONFIG_BINFMT_MISC is not set | ||
114 | |||
115 | # | ||
116 | # Networking | ||
117 | # | ||
118 | CONFIG_NET=y | ||
119 | |||
120 | # | ||
121 | # Networking options | ||
122 | # | ||
123 | # CONFIG_PACKET is not set | ||
124 | # CONFIG_UNIX is not set | ||
125 | # CONFIG_NET_KEY is not set | ||
126 | CONFIG_INET=y | ||
127 | # CONFIG_IP_MULTICAST is not set | ||
128 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
129 | CONFIG_IP_FIB_HASH=y | ||
130 | # CONFIG_IP_PNP is not set | ||
131 | # CONFIG_NET_IPIP is not set | ||
132 | # CONFIG_NET_IPGRE is not set | ||
133 | # CONFIG_SYN_COOKIES is not set | ||
134 | # CONFIG_INET_AH is not set | ||
135 | # CONFIG_INET_ESP is not set | ||
136 | # CONFIG_INET_IPCOMP is not set | ||
137 | # CONFIG_INET_TUNNEL is not set | ||
138 | # CONFIG_IP_TCPDIAG is not set | ||
139 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
140 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
141 | CONFIG_TCP_CONG_BIC=y | ||
142 | # CONFIG_IPV6 is not set | ||
143 | # CONFIG_NETFILTER is not set | ||
144 | # CONFIG_BRIDGE is not set | ||
145 | # CONFIG_VLAN_8021Q is not set | ||
146 | # CONFIG_DECNET is not set | ||
147 | # CONFIG_LLC2 is not set | ||
148 | # CONFIG_IPX is not set | ||
149 | # CONFIG_ATALK is not set | ||
150 | # CONFIG_NET_SCHED is not set | ||
151 | # CONFIG_NET_CLS_ROUTE is not set | ||
152 | |||
153 | # | ||
154 | # Network testing | ||
155 | # | ||
156 | # CONFIG_NET_PKTGEN is not set | ||
157 | # CONFIG_HAMRADIO is not set | ||
158 | # CONFIG_IRDA is not set | ||
159 | # CONFIG_BT is not set | ||
160 | |||
161 | # | ||
162 | # Generic Driver Options | ||
163 | # | ||
164 | CONFIG_STANDALONE=y | ||
165 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
166 | # CONFIG_FW_LOADER is not set | ||
167 | # CONFIG_DEBUG_DRIVER is not set | ||
168 | |||
169 | # | ||
170 | # Memory Technology Devices (MTD) | ||
171 | # | ||
172 | CONFIG_MTD=y | ||
173 | # CONFIG_MTD_DEBUG is not set | ||
174 | # CONFIG_MTD_CONCAT is not set | ||
175 | # CONFIG_MTD_PARTITIONS is not set | ||
176 | |||
177 | # | ||
178 | # User Modules And Translation Layers | ||
179 | # | ||
180 | # CONFIG_MTD_CHAR is not set | ||
181 | CONFIG_MTD_BLOCK=y | ||
182 | # CONFIG_FTL is not set | ||
183 | # CONFIG_NFTL is not set | ||
184 | # CONFIG_INFTL is not set | ||
185 | |||
186 | # | ||
187 | # RAM/ROM/Flash chip drivers | ||
188 | # | ||
189 | # CONFIG_MTD_CFI is not set | ||
190 | # CONFIG_MTD_JEDECPROBE is not set | ||
191 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
192 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
193 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
194 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
195 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
196 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
197 | CONFIG_MTD_CFI_I1=y | ||
198 | CONFIG_MTD_CFI_I2=y | ||
199 | # CONFIG_MTD_CFI_I4 is not set | ||
200 | # CONFIG_MTD_CFI_I8 is not set | ||
201 | # CONFIG_MTD_RAM is not set | ||
202 | # CONFIG_MTD_ROM is not set | ||
203 | # CONFIG_MTD_ABSENT is not set | ||
204 | |||
205 | # | ||
206 | # Mapping drivers for chip access | ||
207 | # | ||
208 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
209 | # CONFIG_MTD_PLATRAM is not set | ||
210 | |||
211 | # | ||
212 | # Self-contained MTD device drivers | ||
213 | # | ||
214 | # CONFIG_MTD_PMC551 is not set | ||
215 | CONFIG_MTD_SLRAM=y | ||
216 | # CONFIG_MTD_PHRAM is not set | ||
217 | # CONFIG_MTD_MTDRAM is not set | ||
218 | # CONFIG_MTD_BLKMTD is not set | ||
219 | |||
220 | # | ||
221 | # Disk-On-Chip Device Drivers | ||
222 | # | ||
223 | # CONFIG_MTD_DOC2000 is not set | ||
224 | # CONFIG_MTD_DOC2001 is not set | ||
225 | # CONFIG_MTD_DOC2001PLUS is not set | ||
226 | |||
227 | # | ||
228 | # NAND Flash Device Drivers | ||
229 | # | ||
230 | # CONFIG_MTD_NAND is not set | ||
231 | |||
232 | # | ||
233 | # Parallel port support | ||
234 | # | ||
235 | # CONFIG_PARPORT is not set | ||
236 | |||
237 | # | ||
238 | # Block devices | ||
239 | # | ||
240 | # CONFIG_BLK_DEV_FD is not set | ||
241 | # CONFIG_BLK_CPQ_DA is not set | ||
242 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
243 | # CONFIG_BLK_DEV_DAC960 is not set | ||
244 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
245 | # CONFIG_BLK_DEV_LOOP is not set | ||
246 | # CONFIG_BLK_DEV_NBD is not set | ||
247 | # CONFIG_BLK_DEV_SX8 is not set | ||
248 | # CONFIG_BLK_DEV_RAM is not set | ||
249 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
250 | CONFIG_INITRAMFS_SOURCE="" | ||
251 | # CONFIG_CDROM_PKTCDVD is not set | ||
252 | |||
253 | # | ||
254 | # IO Schedulers | ||
255 | # | ||
256 | CONFIG_IOSCHED_NOOP=y | ||
257 | # CONFIG_IOSCHED_AS is not set | ||
258 | # CONFIG_IOSCHED_DEADLINE is not set | ||
259 | # CONFIG_IOSCHED_CFQ is not set | ||
260 | # CONFIG_ATA_OVER_ETH is not set | ||
261 | |||
262 | # | ||
263 | # Disk device support | ||
264 | # | ||
265 | |||
266 | # | ||
267 | # ATA/ATAPI/MFM/RLL support | ||
268 | # | ||
269 | # CONFIG_IDE is not set | ||
270 | |||
271 | # | ||
272 | # SCSI device support | ||
273 | # | ||
274 | # CONFIG_SCSI is not set | ||
275 | |||
276 | # | ||
277 | # Multi-device support (RAID and LVM) | ||
278 | # | ||
279 | # CONFIG_MD is not set | ||
280 | |||
281 | # | ||
282 | # Fusion MPT device support | ||
283 | # | ||
284 | # CONFIG_FUSION is not set | ||
285 | |||
286 | # | ||
287 | # IEEE 1394 (FireWire) support | ||
288 | # | ||
289 | # CONFIG_IEEE1394 is not set | ||
290 | |||
291 | # | ||
292 | # I2O device support | ||
293 | # | ||
294 | # CONFIG_I2O is not set | ||
295 | |||
296 | # | ||
297 | # Network device support | ||
298 | # | ||
299 | CONFIG_NETDEVICES=y | ||
300 | # CONFIG_DUMMY is not set | ||
301 | # CONFIG_BONDING is not set | ||
302 | # CONFIG_EQUALIZER is not set | ||
303 | # CONFIG_TUN is not set | ||
304 | |||
305 | # | ||
306 | # ARCnet devices | ||
307 | # | ||
308 | # CONFIG_ARCNET is not set | ||
309 | |||
310 | # | ||
311 | # Ethernet (10 or 100Mbit) | ||
312 | # | ||
313 | CONFIG_NET_ETHERNET=y | ||
314 | CONFIG_MII=y | ||
315 | # CONFIG_HAPPYMEAL is not set | ||
316 | # CONFIG_SUNGEM is not set | ||
317 | # CONFIG_NET_VENDOR_3COM is not set | ||
318 | # CONFIG_NET_VENDOR_SMC is not set | ||
319 | |||
320 | # | ||
321 | # Tulip family network device support | ||
322 | # | ||
323 | # CONFIG_NET_TULIP is not set | ||
324 | # CONFIG_HP100 is not set | ||
325 | # CONFIG_NE2000 is not set | ||
326 | CONFIG_NET_PCI=y | ||
327 | # CONFIG_PCNET32 is not set | ||
328 | # CONFIG_AMD8111_ETH is not set | ||
329 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
330 | # CONFIG_DGRS is not set | ||
331 | CONFIG_EEPRO100=y | ||
332 | # CONFIG_E100 is not set | ||
333 | # CONFIG_FEALNX is not set | ||
334 | # CONFIG_NATSEMI is not set | ||
335 | # CONFIG_NE2K_PCI is not set | ||
336 | # CONFIG_8139TOO is not set | ||
337 | # CONFIG_SIS900 is not set | ||
338 | # CONFIG_EPIC100 is not set | ||
339 | # CONFIG_SUNDANCE is not set | ||
340 | # CONFIG_TLAN is not set | ||
341 | # CONFIG_VIA_RHINE is not set | ||
342 | |||
343 | # | ||
344 | # Ethernet (1000 Mbit) | ||
345 | # | ||
346 | # CONFIG_ACENIC is not set | ||
347 | # CONFIG_DL2K is not set | ||
348 | # CONFIG_E1000 is not set | ||
349 | # CONFIG_NS83820 is not set | ||
350 | # CONFIG_HAMACHI is not set | ||
351 | # CONFIG_R8169 is not set | ||
352 | # CONFIG_SK98LIN is not set | ||
353 | # CONFIG_VIA_VELOCITY is not set | ||
354 | # CONFIG_TIGON3 is not set | ||
355 | # CONFIG_BNX2 is not set | ||
356 | |||
357 | # | ||
358 | # Ethernet (10000 Mbit) | ||
359 | # | ||
360 | # CONFIG_IXGB is not set | ||
361 | # CONFIG_S2IO is not set | ||
362 | |||
363 | # | ||
364 | # Token Ring devices | ||
365 | # | ||
366 | # CONFIG_TR is not set | ||
367 | |||
368 | # | ||
369 | # Wireless LAN (non-hamradio) | ||
370 | # | ||
371 | # CONFIG_NET_RADIO is not set | ||
372 | |||
373 | # | ||
374 | # Wan interfaces | ||
375 | # | ||
376 | # CONFIG_WAN is not set | ||
377 | # CONFIG_FDDI is not set | ||
378 | # CONFIG_PPP is not set | ||
379 | # CONFIG_SLIP is not set | ||
380 | # CONFIG_NETPOLL is not set | ||
381 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
382 | |||
383 | # | ||
384 | # ISDN subsystem | ||
385 | # | ||
386 | # CONFIG_ISDN is not set | ||
387 | |||
388 | # | ||
389 | # Input device support | ||
390 | # | ||
391 | CONFIG_INPUT=y | ||
392 | |||
393 | # | ||
394 | # Userland interfaces | ||
395 | # | ||
396 | # CONFIG_INPUT_MOUSEDEV is not set | ||
397 | # CONFIG_INPUT_JOYDEV is not set | ||
398 | # CONFIG_INPUT_TSDEV is not set | ||
399 | # CONFIG_INPUT_EVDEV is not set | ||
400 | # CONFIG_INPUT_EVBUG is not set | ||
401 | |||
402 | # | ||
403 | # Input Device Drivers | ||
404 | # | ||
405 | # CONFIG_INPUT_KEYBOARD is not set | ||
406 | # CONFIG_INPUT_MOUSE is not set | ||
407 | # CONFIG_INPUT_JOYSTICK is not set | ||
408 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
409 | # CONFIG_INPUT_MISC is not set | ||
410 | |||
411 | # | ||
412 | # Hardware I/O ports | ||
413 | # | ||
414 | # CONFIG_SERIO is not set | ||
415 | # CONFIG_GAMEPORT is not set | ||
416 | |||
417 | # | ||
418 | # Character devices | ||
419 | # | ||
420 | # CONFIG_VT is not set | ||
421 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
422 | |||
423 | # | ||
424 | # Serial drivers | ||
425 | # | ||
426 | # CONFIG_SERIAL_8250 is not set | ||
427 | |||
428 | # | ||
429 | # Non-8250 serial port support | ||
430 | # | ||
431 | CONFIG_V850E_UART=y | ||
432 | CONFIG_V850E_UART_CONSOLE=y | ||
433 | CONFIG_SERIAL_CORE=y | ||
434 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
435 | # CONFIG_SERIAL_JSM is not set | ||
436 | # CONFIG_UNIX98_PTYS is not set | ||
437 | # CONFIG_LEGACY_PTYS is not set | ||
438 | |||
439 | # | ||
440 | # IPMI | ||
441 | # | ||
442 | # CONFIG_IPMI_HANDLER is not set | ||
443 | |||
444 | # | ||
445 | # Watchdog Cards | ||
446 | # | ||
447 | # CONFIG_WATCHDOG is not set | ||
448 | # CONFIG_RTC is not set | ||
449 | # CONFIG_GEN_RTC is not set | ||
450 | # CONFIG_DTLK is not set | ||
451 | # CONFIG_R3964 is not set | ||
452 | # CONFIG_APPLICOM is not set | ||
453 | |||
454 | # | ||
455 | # Ftape, the floppy tape device driver | ||
456 | # | ||
457 | # CONFIG_DRM is not set | ||
458 | # CONFIG_RAW_DRIVER is not set | ||
459 | |||
460 | # | ||
461 | # TPM devices | ||
462 | # | ||
463 | |||
464 | # | ||
465 | # Multimedia devices | ||
466 | # | ||
467 | # CONFIG_VIDEO_DEV is not set | ||
468 | |||
469 | # | ||
470 | # Digital Video Broadcasting Devices | ||
471 | # | ||
472 | # CONFIG_DVB is not set | ||
473 | |||
474 | # | ||
475 | # File systems | ||
476 | # | ||
477 | # CONFIG_EXT2_FS is not set | ||
478 | # CONFIG_EXT3_FS is not set | ||
479 | # CONFIG_JBD is not set | ||
480 | # CONFIG_REISERFS_FS is not set | ||
481 | # CONFIG_JFS_FS is not set | ||
482 | # CONFIG_FS_POSIX_ACL is not set | ||
483 | |||
484 | # | ||
485 | # XFS support | ||
486 | # | ||
487 | # CONFIG_XFS_FS is not set | ||
488 | # CONFIG_MINIX_FS is not set | ||
489 | CONFIG_ROMFS_FS=y | ||
490 | # CONFIG_MAGIC_ROM_PTR is not set | ||
491 | CONFIG_INOTIFY=y | ||
492 | # CONFIG_QUOTA is not set | ||
493 | CONFIG_DNOTIFY=y | ||
494 | # CONFIG_AUTOFS_FS is not set | ||
495 | # CONFIG_AUTOFS4_FS is not set | ||
496 | |||
497 | # | ||
498 | # CD-ROM/DVD Filesystems | ||
499 | # | ||
500 | # CONFIG_ISO9660_FS is not set | ||
501 | # CONFIG_UDF_FS is not set | ||
502 | |||
503 | # | ||
504 | # DOS/FAT/NT Filesystems | ||
505 | # | ||
506 | # CONFIG_MSDOS_FS is not set | ||
507 | # CONFIG_VFAT_FS is not set | ||
508 | # CONFIG_NTFS_FS is not set | ||
509 | |||
510 | # | ||
511 | # Pseudo filesystems | ||
512 | # | ||
513 | CONFIG_PROC_FS=y | ||
514 | CONFIG_SYSFS=y | ||
515 | # CONFIG_TMPFS is not set | ||
516 | # CONFIG_HUGETLB_PAGE is not set | ||
517 | CONFIG_RAMFS=y | ||
518 | |||
519 | # | ||
520 | # Miscellaneous filesystems | ||
521 | # | ||
522 | # CONFIG_HFSPLUS_FS is not set | ||
523 | # CONFIG_JFFS_FS is not set | ||
524 | # CONFIG_JFFS2_FS is not set | ||
525 | # CONFIG_CRAMFS is not set | ||
526 | # CONFIG_VXFS_FS is not set | ||
527 | # CONFIG_HPFS_FS is not set | ||
528 | # CONFIG_QNX4FS_FS is not set | ||
529 | # CONFIG_SYSV_FS is not set | ||
530 | # CONFIG_UFS_FS is not set | ||
531 | |||
532 | # | ||
533 | # Network File Systems | ||
534 | # | ||
535 | CONFIG_NFS_FS=y | ||
536 | CONFIG_NFS_V3=y | ||
537 | # CONFIG_NFS_V3_ACL is not set | ||
538 | # CONFIG_NFSD is not set | ||
539 | CONFIG_LOCKD=y | ||
540 | CONFIG_LOCKD_V4=y | ||
541 | CONFIG_NFS_COMMON=y | ||
542 | CONFIG_SUNRPC=y | ||
543 | # CONFIG_SMB_FS is not set | ||
544 | # CONFIG_CIFS is not set | ||
545 | # CONFIG_NCP_FS is not set | ||
546 | # CONFIG_CODA_FS is not set | ||
547 | |||
548 | # | ||
549 | # Partition Types | ||
550 | # | ||
551 | # CONFIG_PARTITION_ADVANCED is not set | ||
552 | CONFIG_MSDOS_PARTITION=y | ||
553 | |||
554 | # | ||
555 | # Native Language Support | ||
556 | # | ||
557 | # CONFIG_NLS is not set | ||
558 | |||
559 | # | ||
560 | # Graphics support | ||
561 | # | ||
562 | # CONFIG_FB is not set | ||
563 | |||
564 | # | ||
565 | # Sound | ||
566 | # | ||
567 | # CONFIG_SOUND is not set | ||
568 | |||
569 | # | ||
570 | # USB support | ||
571 | # | ||
572 | CONFIG_USB_ARCH_HAS_HCD=y | ||
573 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
574 | # CONFIG_USB is not set | ||
575 | |||
576 | # | ||
577 | # USB Gadget Support | ||
578 | # | ||
579 | # CONFIG_USB_GADGET is not set | ||
580 | |||
581 | # | ||
582 | # Kernel hacking | ||
583 | # | ||
584 | # CONFIG_PRINTK_TIME is not set | ||
585 | CONFIG_DEBUG_KERNEL=y | ||
586 | # CONFIG_MAGIC_SYSRQ is not set | ||
587 | CONFIG_LOG_BUF_SHIFT=14 | ||
588 | # CONFIG_SCHEDSTATS is not set | ||
589 | # CONFIG_DEBUG_SLAB is not set | ||
590 | # CONFIG_DEBUG_SPINLOCK is not set | ||
591 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
592 | # CONFIG_DEBUG_KOBJECT is not set | ||
593 | CONFIG_DEBUG_INFO=y | ||
594 | # CONFIG_DEBUG_FS is not set | ||
595 | # CONFIG_NO_KERNEL_MSG is not set | ||
596 | |||
597 | # | ||
598 | # Security options | ||
599 | # | ||
600 | # CONFIG_KEYS is not set | ||
601 | # CONFIG_SECURITY is not set | ||
602 | |||
603 | # | ||
604 | # Cryptographic options | ||
605 | # | ||
606 | # CONFIG_CRYPTO is not set | ||
607 | |||
608 | # | ||
609 | # Hardware crypto devices | ||
610 | # | ||
611 | |||
612 | # | ||
613 | # Library routines | ||
614 | # | ||
615 | # CONFIG_CRC_CCITT is not set | ||
616 | # CONFIG_CRC32 is not set | ||
617 | # CONFIG_LIBCRC32C is not set | ||
diff --git a/arch/v850/configs/rte-me2-cb_defconfig b/arch/v850/configs/rte-me2-cb_defconfig deleted file mode 100644 index 15e666478061..000000000000 --- a/arch/v850/configs/rte-me2-cb_defconfig +++ /dev/null | |||
@@ -1,462 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.13-uc0 | ||
4 | # Fri Sep 2 13:47:50 2005 | ||
5 | # | ||
6 | # CONFIG_MMU is not set | ||
7 | # CONFIG_UID16 is not set | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
9 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
11 | # CONFIG_ISA is not set | ||
12 | # CONFIG_ISAPNP is not set | ||
13 | # CONFIG_EISA is not set | ||
14 | # CONFIG_MCA is not set | ||
15 | CONFIG_V850=y | ||
16 | |||
17 | # | ||
18 | # Processor type and features | ||
19 | # | ||
20 | # CONFIG_V850E_SIM is not set | ||
21 | # CONFIG_RTE_CB_MA1 is not set | ||
22 | # CONFIG_RTE_CB_NB85E is not set | ||
23 | CONFIG_RTE_CB_ME2=y | ||
24 | # CONFIG_V850E_AS85EP1 is not set | ||
25 | # CONFIG_V850E2_SIM85E2C is not set | ||
26 | # CONFIG_V850E2_SIM85E2S is not set | ||
27 | # CONFIG_V850E2_FPGA85E2C is not set | ||
28 | # CONFIG_V850E2_ANNA is not set | ||
29 | CONFIG_V850E=y | ||
30 | CONFIG_V850E_ME2=y | ||
31 | CONFIG_RTE_CB=y | ||
32 | # CONFIG_RTE_MB_A_PCI is not set | ||
33 | # CONFIG_PCI is not set | ||
34 | CONFIG_V850E_INTC=y | ||
35 | CONFIG_V850E_TIMER_D=y | ||
36 | CONFIG_V850E_CACHE=y | ||
37 | # CONFIG_V850E2_CACHE is not set | ||
38 | # CONFIG_NO_CACHE is not set | ||
39 | # CONFIG_ROM_KERNEL is not set | ||
40 | CONFIG_ZERO_BSS=y | ||
41 | # CONFIG_V850E_HIGHRES_TIMER is not set | ||
42 | # CONFIG_RESET_GUARD is not set | ||
43 | CONFIG_LARGE_ALLOCS=y | ||
44 | CONFIG_FLATMEM=y | ||
45 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
46 | |||
47 | # | ||
48 | # Code maturity level options | ||
49 | # | ||
50 | # CONFIG_EXPERIMENTAL is not set | ||
51 | CONFIG_CLEAN_COMPILE=y | ||
52 | CONFIG_BROKEN_ON_SMP=y | ||
53 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
54 | |||
55 | # | ||
56 | # General setup | ||
57 | # | ||
58 | CONFIG_LOCALVERSION="" | ||
59 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
60 | # CONFIG_SYSCTL is not set | ||
61 | # CONFIG_HOTPLUG is not set | ||
62 | # CONFIG_IKCONFIG is not set | ||
63 | CONFIG_EMBEDDED=y | ||
64 | # CONFIG_KALLSYMS is not set | ||
65 | CONFIG_PRINTK=y | ||
66 | CONFIG_BUG=y | ||
67 | # CONFIG_BASE_FULL is not set | ||
68 | # CONFIG_FUTEX is not set | ||
69 | # CONFIG_EPOLL is not set | ||
70 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
71 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
72 | CONFIG_CC_ALIGN_LABELS=0 | ||
73 | CONFIG_CC_ALIGN_LOOPS=0 | ||
74 | CONFIG_CC_ALIGN_JUMPS=0 | ||
75 | CONFIG_BASE_SMALL=1 | ||
76 | |||
77 | # | ||
78 | # Loadable module support | ||
79 | # | ||
80 | CONFIG_MODULES=y | ||
81 | CONFIG_MODULE_UNLOAD=y | ||
82 | CONFIG_OBSOLETE_MODPARM=y | ||
83 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
84 | CONFIG_KMOD=y | ||
85 | |||
86 | # | ||
87 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
88 | # | ||
89 | |||
90 | # | ||
91 | # PCCARD (PCMCIA/CardBus) support | ||
92 | # | ||
93 | # CONFIG_PCCARD is not set | ||
94 | |||
95 | # | ||
96 | # PCI Hotplug Support | ||
97 | # | ||
98 | |||
99 | # | ||
100 | # Executable file formats | ||
101 | # | ||
102 | CONFIG_BINFMT_FLAT=y | ||
103 | # CONFIG_BINFMT_ZFLAT is not set | ||
104 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
105 | # CONFIG_BINFMT_MISC is not set | ||
106 | |||
107 | # | ||
108 | # Networking | ||
109 | # | ||
110 | # CONFIG_NET is not set | ||
111 | |||
112 | # | ||
113 | # Generic Driver Options | ||
114 | # | ||
115 | CONFIG_STANDALONE=y | ||
116 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
117 | # CONFIG_FW_LOADER is not set | ||
118 | # CONFIG_DEBUG_DRIVER is not set | ||
119 | |||
120 | # | ||
121 | # Memory Technology Devices (MTD) | ||
122 | # | ||
123 | CONFIG_MTD=y | ||
124 | # CONFIG_MTD_DEBUG is not set | ||
125 | # CONFIG_MTD_CONCAT is not set | ||
126 | # CONFIG_MTD_PARTITIONS is not set | ||
127 | |||
128 | # | ||
129 | # User Modules And Translation Layers | ||
130 | # | ||
131 | # CONFIG_MTD_CHAR is not set | ||
132 | CONFIG_MTD_BLOCK=y | ||
133 | # CONFIG_FTL is not set | ||
134 | # CONFIG_NFTL is not set | ||
135 | # CONFIG_INFTL is not set | ||
136 | |||
137 | # | ||
138 | # RAM/ROM/Flash chip drivers | ||
139 | # | ||
140 | # CONFIG_MTD_CFI is not set | ||
141 | # CONFIG_MTD_JEDECPROBE is not set | ||
142 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
143 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
144 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
145 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
146 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
147 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
148 | CONFIG_MTD_CFI_I1=y | ||
149 | CONFIG_MTD_CFI_I2=y | ||
150 | # CONFIG_MTD_CFI_I4 is not set | ||
151 | # CONFIG_MTD_CFI_I8 is not set | ||
152 | # CONFIG_MTD_RAM is not set | ||
153 | # CONFIG_MTD_ROM is not set | ||
154 | # CONFIG_MTD_ABSENT is not set | ||
155 | |||
156 | # | ||
157 | # Mapping drivers for chip access | ||
158 | # | ||
159 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
160 | # CONFIG_MTD_PLATRAM is not set | ||
161 | |||
162 | # | ||
163 | # Self-contained MTD device drivers | ||
164 | # | ||
165 | CONFIG_MTD_SLRAM=y | ||
166 | # CONFIG_MTD_PHRAM is not set | ||
167 | # CONFIG_MTD_MTDRAM is not set | ||
168 | # CONFIG_MTD_BLKMTD is not set | ||
169 | |||
170 | # | ||
171 | # Disk-On-Chip Device Drivers | ||
172 | # | ||
173 | # CONFIG_MTD_DOC2000 is not set | ||
174 | # CONFIG_MTD_DOC2001 is not set | ||
175 | # CONFIG_MTD_DOC2001PLUS is not set | ||
176 | |||
177 | # | ||
178 | # NAND Flash Device Drivers | ||
179 | # | ||
180 | # CONFIG_MTD_NAND is not set | ||
181 | |||
182 | # | ||
183 | # Parallel port support | ||
184 | # | ||
185 | # CONFIG_PARPORT is not set | ||
186 | |||
187 | # | ||
188 | # Block devices | ||
189 | # | ||
190 | # CONFIG_BLK_DEV_FD is not set | ||
191 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
192 | # CONFIG_BLK_DEV_LOOP is not set | ||
193 | # CONFIG_BLK_DEV_RAM is not set | ||
194 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
195 | CONFIG_INITRAMFS_SOURCE="" | ||
196 | # CONFIG_CDROM_PKTCDVD is not set | ||
197 | |||
198 | # | ||
199 | # IO Schedulers | ||
200 | # | ||
201 | CONFIG_IOSCHED_NOOP=y | ||
202 | # CONFIG_IOSCHED_AS is not set | ||
203 | # CONFIG_IOSCHED_DEADLINE is not set | ||
204 | # CONFIG_IOSCHED_CFQ is not set | ||
205 | |||
206 | # | ||
207 | # Disk device support | ||
208 | # | ||
209 | |||
210 | # | ||
211 | # ATA/ATAPI/MFM/RLL support | ||
212 | # | ||
213 | # CONFIG_IDE is not set | ||
214 | |||
215 | # | ||
216 | # SCSI device support | ||
217 | # | ||
218 | # CONFIG_SCSI is not set | ||
219 | |||
220 | # | ||
221 | # Multi-device support (RAID and LVM) | ||
222 | # | ||
223 | # CONFIG_MD is not set | ||
224 | |||
225 | # | ||
226 | # Fusion MPT device support | ||
227 | # | ||
228 | # CONFIG_FUSION is not set | ||
229 | |||
230 | # | ||
231 | # IEEE 1394 (FireWire) support | ||
232 | # | ||
233 | |||
234 | # | ||
235 | # I2O device support | ||
236 | # | ||
237 | |||
238 | # | ||
239 | # Network device support | ||
240 | # | ||
241 | # CONFIG_NETPOLL is not set | ||
242 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
243 | |||
244 | # | ||
245 | # ISDN subsystem | ||
246 | # | ||
247 | |||
248 | # | ||
249 | # Input device support | ||
250 | # | ||
251 | CONFIG_INPUT=y | ||
252 | |||
253 | # | ||
254 | # Userland interfaces | ||
255 | # | ||
256 | # CONFIG_INPUT_MOUSEDEV is not set | ||
257 | # CONFIG_INPUT_JOYDEV is not set | ||
258 | # CONFIG_INPUT_TSDEV is not set | ||
259 | # CONFIG_INPUT_EVDEV is not set | ||
260 | # CONFIG_INPUT_EVBUG is not set | ||
261 | |||
262 | # | ||
263 | # Input Device Drivers | ||
264 | # | ||
265 | # CONFIG_INPUT_KEYBOARD is not set | ||
266 | # CONFIG_INPUT_MOUSE is not set | ||
267 | # CONFIG_INPUT_JOYSTICK is not set | ||
268 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
269 | # CONFIG_INPUT_MISC is not set | ||
270 | |||
271 | # | ||
272 | # Hardware I/O ports | ||
273 | # | ||
274 | CONFIG_SERIO=y | ||
275 | # CONFIG_SERIO_I8042 is not set | ||
276 | # CONFIG_SERIO_SERPORT is not set | ||
277 | # CONFIG_SERIO_LIBPS2 is not set | ||
278 | # CONFIG_SERIO_RAW is not set | ||
279 | # CONFIG_GAMEPORT is not set | ||
280 | |||
281 | # | ||
282 | # Character devices | ||
283 | # | ||
284 | # CONFIG_VT is not set | ||
285 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
286 | |||
287 | # | ||
288 | # Serial drivers | ||
289 | # | ||
290 | CONFIG_SERIAL_8250=y | ||
291 | CONFIG_SERIAL_8250_CONSOLE=y | ||
292 | CONFIG_SERIAL_8250_NR_UARTS=1 | ||
293 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
294 | |||
295 | # | ||
296 | # Non-8250 serial port support | ||
297 | # | ||
298 | # CONFIG_V850E_UART is not set | ||
299 | CONFIG_SERIAL_CORE=y | ||
300 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
301 | # CONFIG_UNIX98_PTYS is not set | ||
302 | # CONFIG_LEGACY_PTYS is not set | ||
303 | |||
304 | # | ||
305 | # IPMI | ||
306 | # | ||
307 | # CONFIG_IPMI_HANDLER is not set | ||
308 | |||
309 | # | ||
310 | # Watchdog Cards | ||
311 | # | ||
312 | # CONFIG_WATCHDOG is not set | ||
313 | # CONFIG_RTC is not set | ||
314 | # CONFIG_GEN_RTC is not set | ||
315 | # CONFIG_DTLK is not set | ||
316 | # CONFIG_R3964 is not set | ||
317 | |||
318 | # | ||
319 | # Ftape, the floppy tape device driver | ||
320 | # | ||
321 | # CONFIG_RAW_DRIVER is not set | ||
322 | |||
323 | # | ||
324 | # TPM devices | ||
325 | # | ||
326 | |||
327 | # | ||
328 | # Multimedia devices | ||
329 | # | ||
330 | # CONFIG_VIDEO_DEV is not set | ||
331 | |||
332 | # | ||
333 | # Digital Video Broadcasting Devices | ||
334 | # | ||
335 | |||
336 | # | ||
337 | # File systems | ||
338 | # | ||
339 | # CONFIG_EXT2_FS is not set | ||
340 | # CONFIG_EXT3_FS is not set | ||
341 | # CONFIG_JBD is not set | ||
342 | # CONFIG_REISERFS_FS is not set | ||
343 | # CONFIG_JFS_FS is not set | ||
344 | # CONFIG_FS_POSIX_ACL is not set | ||
345 | |||
346 | # | ||
347 | # XFS support | ||
348 | # | ||
349 | # CONFIG_XFS_FS is not set | ||
350 | # CONFIG_MINIX_FS is not set | ||
351 | CONFIG_ROMFS_FS=y | ||
352 | # CONFIG_MAGIC_ROM_PTR is not set | ||
353 | CONFIG_INOTIFY=y | ||
354 | # CONFIG_QUOTA is not set | ||
355 | CONFIG_DNOTIFY=y | ||
356 | # CONFIG_AUTOFS_FS is not set | ||
357 | # CONFIG_AUTOFS4_FS is not set | ||
358 | |||
359 | # | ||
360 | # CD-ROM/DVD Filesystems | ||
361 | # | ||
362 | # CONFIG_ISO9660_FS is not set | ||
363 | # CONFIG_UDF_FS is not set | ||
364 | |||
365 | # | ||
366 | # DOS/FAT/NT Filesystems | ||
367 | # | ||
368 | # CONFIG_MSDOS_FS is not set | ||
369 | # CONFIG_VFAT_FS is not set | ||
370 | # CONFIG_NTFS_FS is not set | ||
371 | |||
372 | # | ||
373 | # Pseudo filesystems | ||
374 | # | ||
375 | CONFIG_PROC_FS=y | ||
376 | CONFIG_SYSFS=y | ||
377 | # CONFIG_TMPFS is not set | ||
378 | # CONFIG_HUGETLB_PAGE is not set | ||
379 | CONFIG_RAMFS=y | ||
380 | |||
381 | # | ||
382 | # Miscellaneous filesystems | ||
383 | # | ||
384 | # CONFIG_HFSPLUS_FS is not set | ||
385 | # CONFIG_JFFS_FS is not set | ||
386 | # CONFIG_JFFS2_FS is not set | ||
387 | # CONFIG_CRAMFS is not set | ||
388 | # CONFIG_VXFS_FS is not set | ||
389 | # CONFIG_HPFS_FS is not set | ||
390 | # CONFIG_QNX4FS_FS is not set | ||
391 | # CONFIG_SYSV_FS is not set | ||
392 | # CONFIG_UFS_FS is not set | ||
393 | |||
394 | # | ||
395 | # Partition Types | ||
396 | # | ||
397 | # CONFIG_PARTITION_ADVANCED is not set | ||
398 | CONFIG_MSDOS_PARTITION=y | ||
399 | |||
400 | # | ||
401 | # Native Language Support | ||
402 | # | ||
403 | # CONFIG_NLS is not set | ||
404 | |||
405 | # | ||
406 | # Graphics support | ||
407 | # | ||
408 | # CONFIG_FB is not set | ||
409 | |||
410 | # | ||
411 | # Sound | ||
412 | # | ||
413 | # CONFIG_SOUND is not set | ||
414 | |||
415 | # | ||
416 | # USB support | ||
417 | # | ||
418 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
419 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
420 | |||
421 | # | ||
422 | # USB Gadget Support | ||
423 | # | ||
424 | # CONFIG_USB_GADGET is not set | ||
425 | |||
426 | # | ||
427 | # Kernel hacking | ||
428 | # | ||
429 | # CONFIG_PRINTK_TIME is not set | ||
430 | CONFIG_DEBUG_KERNEL=y | ||
431 | # CONFIG_MAGIC_SYSRQ is not set | ||
432 | CONFIG_LOG_BUF_SHIFT=14 | ||
433 | # CONFIG_SCHEDSTATS is not set | ||
434 | # CONFIG_DEBUG_SLAB is not set | ||
435 | # CONFIG_DEBUG_SPINLOCK is not set | ||
436 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
437 | # CONFIG_DEBUG_KOBJECT is not set | ||
438 | CONFIG_DEBUG_INFO=y | ||
439 | # CONFIG_DEBUG_FS is not set | ||
440 | # CONFIG_NO_KERNEL_MSG is not set | ||
441 | |||
442 | # | ||
443 | # Security options | ||
444 | # | ||
445 | # CONFIG_KEYS is not set | ||
446 | # CONFIG_SECURITY is not set | ||
447 | |||
448 | # | ||
449 | # Cryptographic options | ||
450 | # | ||
451 | # CONFIG_CRYPTO is not set | ||
452 | |||
453 | # | ||
454 | # Hardware crypto devices | ||
455 | # | ||
456 | |||
457 | # | ||
458 | # Library routines | ||
459 | # | ||
460 | # CONFIG_CRC_CCITT is not set | ||
461 | # CONFIG_CRC32 is not set | ||
462 | # CONFIG_LIBCRC32C is not set | ||
diff --git a/arch/v850/configs/sim_defconfig b/arch/v850/configs/sim_defconfig deleted file mode 100644 index f31ba7398ad0..000000000000 --- a/arch/v850/configs/sim_defconfig +++ /dev/null | |||
@@ -1,451 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.13-uc0 | ||
4 | # Fri Sep 2 13:36:43 2005 | ||
5 | # | ||
6 | # CONFIG_MMU is not set | ||
7 | # CONFIG_UID16 is not set | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
9 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
11 | # CONFIG_ISA is not set | ||
12 | # CONFIG_ISAPNP is not set | ||
13 | # CONFIG_EISA is not set | ||
14 | # CONFIG_MCA is not set | ||
15 | CONFIG_V850=y | ||
16 | |||
17 | # | ||
18 | # Processor type and features | ||
19 | # | ||
20 | CONFIG_V850E_SIM=y | ||
21 | # CONFIG_RTE_CB_MA1 is not set | ||
22 | # CONFIG_RTE_CB_NB85E is not set | ||
23 | # CONFIG_RTE_CB_ME2 is not set | ||
24 | # CONFIG_V850E_AS85EP1 is not set | ||
25 | # CONFIG_V850E2_SIM85E2C is not set | ||
26 | # CONFIG_V850E2_SIM85E2S is not set | ||
27 | # CONFIG_V850E2_FPGA85E2C is not set | ||
28 | # CONFIG_V850E2_ANNA is not set | ||
29 | CONFIG_V850E=y | ||
30 | # CONFIG_PCI is not set | ||
31 | # CONFIG_V850E_INTC is not set | ||
32 | # CONFIG_V850E_TIMER_D is not set | ||
33 | # CONFIG_V850E_CACHE is not set | ||
34 | # CONFIG_V850E2_CACHE is not set | ||
35 | CONFIG_NO_CACHE=y | ||
36 | CONFIG_ZERO_BSS=y | ||
37 | # CONFIG_RESET_GUARD is not set | ||
38 | CONFIG_LARGE_ALLOCS=y | ||
39 | CONFIG_FLATMEM=y | ||
40 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
41 | |||
42 | # | ||
43 | # Code maturity level options | ||
44 | # | ||
45 | # CONFIG_EXPERIMENTAL is not set | ||
46 | CONFIG_CLEAN_COMPILE=y | ||
47 | CONFIG_BROKEN_ON_SMP=y | ||
48 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
49 | |||
50 | # | ||
51 | # General setup | ||
52 | # | ||
53 | CONFIG_LOCALVERSION="" | ||
54 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
55 | # CONFIG_SYSCTL is not set | ||
56 | # CONFIG_HOTPLUG is not set | ||
57 | # CONFIG_IKCONFIG is not set | ||
58 | CONFIG_EMBEDDED=y | ||
59 | # CONFIG_KALLSYMS is not set | ||
60 | CONFIG_PRINTK=y | ||
61 | CONFIG_BUG=y | ||
62 | # CONFIG_BASE_FULL is not set | ||
63 | # CONFIG_FUTEX is not set | ||
64 | # CONFIG_EPOLL is not set | ||
65 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
66 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
67 | CONFIG_CC_ALIGN_LABELS=0 | ||
68 | CONFIG_CC_ALIGN_LOOPS=0 | ||
69 | CONFIG_CC_ALIGN_JUMPS=0 | ||
70 | CONFIG_BASE_SMALL=1 | ||
71 | |||
72 | # | ||
73 | # Loadable module support | ||
74 | # | ||
75 | CONFIG_MODULES=y | ||
76 | CONFIG_MODULE_UNLOAD=y | ||
77 | CONFIG_OBSOLETE_MODPARM=y | ||
78 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
79 | CONFIG_KMOD=y | ||
80 | |||
81 | # | ||
82 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
83 | # | ||
84 | |||
85 | # | ||
86 | # PCCARD (PCMCIA/CardBus) support | ||
87 | # | ||
88 | # CONFIG_PCCARD is not set | ||
89 | |||
90 | # | ||
91 | # PCI Hotplug Support | ||
92 | # | ||
93 | |||
94 | # | ||
95 | # Executable file formats | ||
96 | # | ||
97 | CONFIG_BINFMT_FLAT=y | ||
98 | # CONFIG_BINFMT_ZFLAT is not set | ||
99 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
100 | # CONFIG_BINFMT_MISC is not set | ||
101 | |||
102 | # | ||
103 | # Networking | ||
104 | # | ||
105 | # CONFIG_NET is not set | ||
106 | |||
107 | # | ||
108 | # Generic Driver Options | ||
109 | # | ||
110 | CONFIG_STANDALONE=y | ||
111 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
112 | # CONFIG_FW_LOADER is not set | ||
113 | # CONFIG_DEBUG_DRIVER is not set | ||
114 | |||
115 | # | ||
116 | # Memory Technology Devices (MTD) | ||
117 | # | ||
118 | CONFIG_MTD=y | ||
119 | # CONFIG_MTD_DEBUG is not set | ||
120 | # CONFIG_MTD_CONCAT is not set | ||
121 | # CONFIG_MTD_PARTITIONS is not set | ||
122 | |||
123 | # | ||
124 | # User Modules And Translation Layers | ||
125 | # | ||
126 | # CONFIG_MTD_CHAR is not set | ||
127 | CONFIG_MTD_BLOCK=y | ||
128 | # CONFIG_FTL is not set | ||
129 | # CONFIG_NFTL is not set | ||
130 | # CONFIG_INFTL is not set | ||
131 | |||
132 | # | ||
133 | # RAM/ROM/Flash chip drivers | ||
134 | # | ||
135 | # CONFIG_MTD_CFI is not set | ||
136 | # CONFIG_MTD_JEDECPROBE is not set | ||
137 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
138 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
139 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
140 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
141 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
142 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
143 | CONFIG_MTD_CFI_I1=y | ||
144 | CONFIG_MTD_CFI_I2=y | ||
145 | # CONFIG_MTD_CFI_I4 is not set | ||
146 | # CONFIG_MTD_CFI_I8 is not set | ||
147 | # CONFIG_MTD_RAM is not set | ||
148 | # CONFIG_MTD_ROM is not set | ||
149 | # CONFIG_MTD_ABSENT is not set | ||
150 | |||
151 | # | ||
152 | # Mapping drivers for chip access | ||
153 | # | ||
154 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
155 | # CONFIG_MTD_PLATRAM is not set | ||
156 | |||
157 | # | ||
158 | # Self-contained MTD device drivers | ||
159 | # | ||
160 | CONFIG_MTD_SLRAM=y | ||
161 | # CONFIG_MTD_PHRAM is not set | ||
162 | # CONFIG_MTD_MTDRAM is not set | ||
163 | # CONFIG_MTD_BLKMTD is not set | ||
164 | |||
165 | # | ||
166 | # Disk-On-Chip Device Drivers | ||
167 | # | ||
168 | # CONFIG_MTD_DOC2000 is not set | ||
169 | # CONFIG_MTD_DOC2001 is not set | ||
170 | # CONFIG_MTD_DOC2001PLUS is not set | ||
171 | |||
172 | # | ||
173 | # NAND Flash Device Drivers | ||
174 | # | ||
175 | # CONFIG_MTD_NAND is not set | ||
176 | |||
177 | # | ||
178 | # Parallel port support | ||
179 | # | ||
180 | # CONFIG_PARPORT is not set | ||
181 | |||
182 | # | ||
183 | # Block devices | ||
184 | # | ||
185 | # CONFIG_BLK_DEV_FD is not set | ||
186 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
187 | # CONFIG_BLK_DEV_LOOP is not set | ||
188 | # CONFIG_BLK_DEV_RAM is not set | ||
189 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
190 | CONFIG_INITRAMFS_SOURCE="" | ||
191 | # CONFIG_CDROM_PKTCDVD is not set | ||
192 | |||
193 | # | ||
194 | # IO Schedulers | ||
195 | # | ||
196 | CONFIG_IOSCHED_NOOP=y | ||
197 | # CONFIG_IOSCHED_AS is not set | ||
198 | # CONFIG_IOSCHED_DEADLINE is not set | ||
199 | # CONFIG_IOSCHED_CFQ is not set | ||
200 | |||
201 | # | ||
202 | # Disk device support | ||
203 | # | ||
204 | |||
205 | # | ||
206 | # ATA/ATAPI/MFM/RLL support | ||
207 | # | ||
208 | # CONFIG_IDE is not set | ||
209 | |||
210 | # | ||
211 | # SCSI device support | ||
212 | # | ||
213 | # CONFIG_SCSI is not set | ||
214 | |||
215 | # | ||
216 | # Multi-device support (RAID and LVM) | ||
217 | # | ||
218 | # CONFIG_MD is not set | ||
219 | |||
220 | # | ||
221 | # Fusion MPT device support | ||
222 | # | ||
223 | # CONFIG_FUSION is not set | ||
224 | |||
225 | # | ||
226 | # IEEE 1394 (FireWire) support | ||
227 | # | ||
228 | |||
229 | # | ||
230 | # I2O device support | ||
231 | # | ||
232 | |||
233 | # | ||
234 | # Network device support | ||
235 | # | ||
236 | # CONFIG_NETPOLL is not set | ||
237 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
238 | |||
239 | # | ||
240 | # ISDN subsystem | ||
241 | # | ||
242 | |||
243 | # | ||
244 | # Input device support | ||
245 | # | ||
246 | CONFIG_INPUT=y | ||
247 | |||
248 | # | ||
249 | # Userland interfaces | ||
250 | # | ||
251 | # CONFIG_INPUT_MOUSEDEV is not set | ||
252 | # CONFIG_INPUT_JOYDEV is not set | ||
253 | # CONFIG_INPUT_TSDEV is not set | ||
254 | # CONFIG_INPUT_EVDEV is not set | ||
255 | # CONFIG_INPUT_EVBUG is not set | ||
256 | |||
257 | # | ||
258 | # Input Device Drivers | ||
259 | # | ||
260 | # CONFIG_INPUT_KEYBOARD is not set | ||
261 | # CONFIG_INPUT_MOUSE is not set | ||
262 | # CONFIG_INPUT_JOYSTICK is not set | ||
263 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
264 | # CONFIG_INPUT_MISC is not set | ||
265 | |||
266 | # | ||
267 | # Hardware I/O ports | ||
268 | # | ||
269 | CONFIG_SERIO=y | ||
270 | # CONFIG_SERIO_I8042 is not set | ||
271 | # CONFIG_SERIO_SERPORT is not set | ||
272 | # CONFIG_SERIO_LIBPS2 is not set | ||
273 | # CONFIG_SERIO_RAW is not set | ||
274 | # CONFIG_GAMEPORT is not set | ||
275 | |||
276 | # | ||
277 | # Character devices | ||
278 | # | ||
279 | # CONFIG_VT is not set | ||
280 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
281 | |||
282 | # | ||
283 | # Serial drivers | ||
284 | # | ||
285 | # CONFIG_SERIAL_8250 is not set | ||
286 | |||
287 | # | ||
288 | # Non-8250 serial port support | ||
289 | # | ||
290 | # CONFIG_UNIX98_PTYS is not set | ||
291 | # CONFIG_LEGACY_PTYS is not set | ||
292 | |||
293 | # | ||
294 | # IPMI | ||
295 | # | ||
296 | # CONFIG_IPMI_HANDLER is not set | ||
297 | |||
298 | # | ||
299 | # Watchdog Cards | ||
300 | # | ||
301 | # CONFIG_WATCHDOG is not set | ||
302 | # CONFIG_RTC is not set | ||
303 | # CONFIG_GEN_RTC is not set | ||
304 | # CONFIG_DTLK is not set | ||
305 | # CONFIG_R3964 is not set | ||
306 | |||
307 | # | ||
308 | # Ftape, the floppy tape device driver | ||
309 | # | ||
310 | # CONFIG_RAW_DRIVER is not set | ||
311 | |||
312 | # | ||
313 | # TPM devices | ||
314 | # | ||
315 | |||
316 | # | ||
317 | # Multimedia devices | ||
318 | # | ||
319 | # CONFIG_VIDEO_DEV is not set | ||
320 | |||
321 | # | ||
322 | # Digital Video Broadcasting Devices | ||
323 | # | ||
324 | |||
325 | # | ||
326 | # File systems | ||
327 | # | ||
328 | # CONFIG_EXT2_FS is not set | ||
329 | # CONFIG_EXT3_FS is not set | ||
330 | # CONFIG_JBD is not set | ||
331 | # CONFIG_REISERFS_FS is not set | ||
332 | # CONFIG_JFS_FS is not set | ||
333 | # CONFIG_FS_POSIX_ACL is not set | ||
334 | |||
335 | # | ||
336 | # XFS support | ||
337 | # | ||
338 | # CONFIG_XFS_FS is not set | ||
339 | # CONFIG_MINIX_FS is not set | ||
340 | CONFIG_ROMFS_FS=y | ||
341 | # CONFIG_MAGIC_ROM_PTR is not set | ||
342 | CONFIG_INOTIFY=y | ||
343 | # CONFIG_QUOTA is not set | ||
344 | CONFIG_DNOTIFY=y | ||
345 | # CONFIG_AUTOFS_FS is not set | ||
346 | # CONFIG_AUTOFS4_FS is not set | ||
347 | |||
348 | # | ||
349 | # CD-ROM/DVD Filesystems | ||
350 | # | ||
351 | # CONFIG_ISO9660_FS is not set | ||
352 | # CONFIG_UDF_FS is not set | ||
353 | |||
354 | # | ||
355 | # DOS/FAT/NT Filesystems | ||
356 | # | ||
357 | # CONFIG_MSDOS_FS is not set | ||
358 | # CONFIG_VFAT_FS is not set | ||
359 | # CONFIG_NTFS_FS is not set | ||
360 | |||
361 | # | ||
362 | # Pseudo filesystems | ||
363 | # | ||
364 | CONFIG_PROC_FS=y | ||
365 | CONFIG_SYSFS=y | ||
366 | # CONFIG_TMPFS is not set | ||
367 | # CONFIG_HUGETLB_PAGE is not set | ||
368 | CONFIG_RAMFS=y | ||
369 | |||
370 | # | ||
371 | # Miscellaneous filesystems | ||
372 | # | ||
373 | # CONFIG_HFSPLUS_FS is not set | ||
374 | # CONFIG_JFFS_FS is not set | ||
375 | # CONFIG_JFFS2_FS is not set | ||
376 | # CONFIG_CRAMFS is not set | ||
377 | # CONFIG_VXFS_FS is not set | ||
378 | # CONFIG_HPFS_FS is not set | ||
379 | # CONFIG_QNX4FS_FS is not set | ||
380 | # CONFIG_SYSV_FS is not set | ||
381 | # CONFIG_UFS_FS is not set | ||
382 | |||
383 | # | ||
384 | # Partition Types | ||
385 | # | ||
386 | # CONFIG_PARTITION_ADVANCED is not set | ||
387 | CONFIG_MSDOS_PARTITION=y | ||
388 | |||
389 | # | ||
390 | # Native Language Support | ||
391 | # | ||
392 | # CONFIG_NLS is not set | ||
393 | |||
394 | # | ||
395 | # Graphics support | ||
396 | # | ||
397 | # CONFIG_FB is not set | ||
398 | |||
399 | # | ||
400 | # Sound | ||
401 | # | ||
402 | # CONFIG_SOUND is not set | ||
403 | |||
404 | # | ||
405 | # USB support | ||
406 | # | ||
407 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
408 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
409 | |||
410 | # | ||
411 | # USB Gadget Support | ||
412 | # | ||
413 | # CONFIG_USB_GADGET is not set | ||
414 | |||
415 | # | ||
416 | # Kernel hacking | ||
417 | # | ||
418 | # CONFIG_PRINTK_TIME is not set | ||
419 | CONFIG_DEBUG_KERNEL=y | ||
420 | # CONFIG_MAGIC_SYSRQ is not set | ||
421 | CONFIG_LOG_BUF_SHIFT=14 | ||
422 | # CONFIG_SCHEDSTATS is not set | ||
423 | # CONFIG_DEBUG_SLAB is not set | ||
424 | # CONFIG_DEBUG_SPINLOCK is not set | ||
425 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
426 | # CONFIG_DEBUG_KOBJECT is not set | ||
427 | CONFIG_DEBUG_INFO=y | ||
428 | # CONFIG_DEBUG_FS is not set | ||
429 | # CONFIG_NO_KERNEL_MSG is not set | ||
430 | |||
431 | # | ||
432 | # Security options | ||
433 | # | ||
434 | # CONFIG_KEYS is not set | ||
435 | # CONFIG_SECURITY is not set | ||
436 | |||
437 | # | ||
438 | # Cryptographic options | ||
439 | # | ||
440 | # CONFIG_CRYPTO is not set | ||
441 | |||
442 | # | ||
443 | # Hardware crypto devices | ||
444 | # | ||
445 | |||
446 | # | ||
447 | # Library routines | ||
448 | # | ||
449 | # CONFIG_CRC_CCITT is not set | ||
450 | # CONFIG_CRC32 is not set | ||
451 | # CONFIG_LIBCRC32C is not set | ||
diff --git a/arch/v850/kernel/Makefile b/arch/v850/kernel/Makefile deleted file mode 100644 index da5889c53576..000000000000 --- a/arch/v850/kernel/Makefile +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | # | ||
2 | # arch/v850/kernel/Makefile | ||
3 | # | ||
4 | # Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | # Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | # | ||
7 | # This file is subject to the terms and conditions of the GNU General Public | ||
8 | # License. See the file "COPYING" in the main directory of this archive | ||
9 | # for more details. | ||
10 | # | ||
11 | |||
12 | extra-y := head.o init_task.o vmlinux.lds | ||
13 | |||
14 | obj-y += intv.o entry.o process.o syscalls.o time.o setup.o \ | ||
15 | signal.o irq.o mach.o ptrace.o bug.o | ||
16 | obj-$(CONFIG_MODULES) += module.o v850_ksyms.o | ||
17 | # chip-specific code | ||
18 | obj-$(CONFIG_V850E_MA1) += ma.o | ||
19 | obj-$(CONFIG_V850E_ME2) += me2.o | ||
20 | obj-$(CONFIG_V850E_TEG) += teg.o | ||
21 | obj-$(CONFIG_V850E_AS85EP1) += as85ep1.o | ||
22 | obj-$(CONFIG_V850E2_ANNA) += anna.o | ||
23 | # platform-specific code | ||
24 | obj-$(CONFIG_V850E_SIM) += sim.o simcons.o | ||
25 | obj-$(CONFIG_V850E2_SIM85E2) += sim85e2.o memcons.o | ||
26 | obj-$(CONFIG_V850E2_FPGA85E2C) += fpga85e2c.o memcons.o | ||
27 | obj-$(CONFIG_RTE_CB) += rte_cb.o rte_cb_leds.o | ||
28 | obj-$(CONFIG_RTE_CB_MA1) += rte_ma1_cb.o | ||
29 | obj-$(CONFIG_RTE_CB_ME2) += rte_me2_cb.o | ||
30 | obj-$(CONFIG_RTE_CB_NB85E) += rte_nb85e_cb.o | ||
31 | obj-$(CONFIG_RTE_CB_MULTI) += rte_cb_multi.o | ||
32 | obj-$(CONFIG_RTE_MB_A_PCI) += rte_mb_a_pci.o | ||
33 | obj-$(CONFIG_RTE_GBUS_INT) += gbus_int.o | ||
34 | # feature-specific code | ||
35 | obj-$(CONFIG_V850E_INTC) += v850e_intc.o | ||
36 | obj-$(CONFIG_V850E_TIMER_D) += v850e_timer_d.o v850e_utils.o | ||
37 | obj-$(CONFIG_V850E_CACHE) += v850e_cache.o | ||
38 | obj-$(CONFIG_V850E2_CACHE) += v850e2_cache.o | ||
39 | obj-$(CONFIG_V850E_HIGHRES_TIMER) += highres_timer.o | ||
40 | obj-$(CONFIG_PROC_FS) += procfs.o | ||
diff --git a/arch/v850/kernel/anna-rom.ld b/arch/v850/kernel/anna-rom.ld deleted file mode 100644 index 7c54e7e3f1b1..000000000000 --- a/arch/v850/kernel/anna-rom.ld +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | /* Linker script for the Midas labs Anna V850E2 evaluation board | ||
2 | (CONFIG_V850E2_ANNA), with kernel in ROM (CONFIG_ROM_KERNEL). */ | ||
3 | |||
4 | MEMORY { | ||
5 | /* 8MB of flash ROM. */ | ||
6 | ROM : ORIGIN = 0, LENGTH = 0x00800000 | ||
7 | |||
8 | /* 1MB of static RAM. This memory is mirrored 64 times. */ | ||
9 | SRAM : ORIGIN = SRAM_ADDR, LENGTH = SRAM_SIZE | ||
10 | /* 64MB of DRAM. */ | ||
11 | SDRAM : ORIGIN = SDRAM_ADDR, LENGTH = SDRAM_SIZE | ||
12 | } | ||
13 | |||
14 | SECTIONS { | ||
15 | ROMK_SECTIONS(ROM, SRAM) | ||
16 | } | ||
diff --git a/arch/v850/kernel/anna.c b/arch/v850/kernel/anna.c deleted file mode 100644 index 5978a25170fb..000000000000 --- a/arch/v850/kernel/anna.c +++ /dev/null | |||
@@ -1,202 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/anna.c -- Anna V850E2 evaluation chip/board | ||
3 | * | ||
4 | * Copyright (C) 2002,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2002,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/module.h> | ||
16 | #include <linux/init.h> | ||
17 | #include <linux/bootmem.h> | ||
18 | #include <linux/major.h> | ||
19 | #include <linux/irq.h> | ||
20 | |||
21 | #include <asm/machdep.h> | ||
22 | #include <asm/atomic.h> | ||
23 | #include <asm/page.h> | ||
24 | #include <asm/v850e_timer_d.h> | ||
25 | #include <asm/v850e_uart.h> | ||
26 | |||
27 | #include "mach.h" | ||
28 | |||
29 | |||
30 | /* SRAM and SDRAM are vaguely contiguous (with a big hole in between; see | ||
31 | mach_reserve_bootmem for details); use both as one big area. */ | ||
32 | #define RAM_START SRAM_ADDR | ||
33 | #define RAM_END (SDRAM_ADDR + SDRAM_SIZE) | ||
34 | |||
35 | /* The bits of this port are connected to an 8-LED bar-graph. */ | ||
36 | #define LEDS_PORT 0 | ||
37 | |||
38 | |||
39 | static void anna_led_tick (void); | ||
40 | |||
41 | |||
42 | void __init mach_early_init (void) | ||
43 | { | ||
44 | ANNA_ILBEN = 0; | ||
45 | |||
46 | V850E2_CSC(0) = 0x402F; | ||
47 | V850E2_CSC(1) = 0x4000; | ||
48 | V850E2_BPC = 0; | ||
49 | V850E2_BSC = 0xAAAA; | ||
50 | V850E2_BEC = 0; | ||
51 | |||
52 | #if 0 | ||
53 | V850E2_BHC = 0xFFFF; /* icache all memory, dcache all */ | ||
54 | #else | ||
55 | V850E2_BHC = 0; /* cache no memory */ | ||
56 | #endif | ||
57 | V850E2_BCT(0) = 0xB088; | ||
58 | V850E2_BCT(1) = 0x0008; | ||
59 | V850E2_DWC(0) = 0x0027; | ||
60 | V850E2_DWC(1) = 0; | ||
61 | V850E2_BCC = 0x0006; | ||
62 | V850E2_ASC = 0; | ||
63 | V850E2_LBS = 0x0089; | ||
64 | V850E2_SCR(3) = 0x21A9; | ||
65 | V850E2_RFS(3) = 0x8121; | ||
66 | |||
67 | v850e_intc_disable_irqs (); | ||
68 | } | ||
69 | |||
70 | void __init mach_setup (char **cmdline) | ||
71 | { | ||
72 | ANNA_PORT_PM (LEDS_PORT) = 0; /* Make all LED pins output pins. */ | ||
73 | mach_tick = anna_led_tick; | ||
74 | } | ||
75 | |||
76 | void __init mach_get_physical_ram (unsigned long *ram_start, | ||
77 | unsigned long *ram_len) | ||
78 | { | ||
79 | *ram_start = RAM_START; | ||
80 | *ram_len = RAM_END - RAM_START; | ||
81 | } | ||
82 | |||
83 | void __init mach_reserve_bootmem () | ||
84 | { | ||
85 | /* The space between SRAM and SDRAM is filled with duplicate | ||
86 | images of SRAM. Prevent the kernel from using them. */ | ||
87 | reserve_bootmem (SRAM_ADDR + SRAM_SIZE, | ||
88 | SDRAM_ADDR - (SRAM_ADDR + SRAM_SIZE), | ||
89 | BOOTMEM_DEFAULT); | ||
90 | } | ||
91 | |||
92 | void mach_gettimeofday (struct timespec *tv) | ||
93 | { | ||
94 | tv->tv_sec = 0; | ||
95 | tv->tv_nsec = 0; | ||
96 | } | ||
97 | |||
98 | void __init mach_sched_init (struct irqaction *timer_action) | ||
99 | { | ||
100 | /* Start hardware timer. */ | ||
101 | v850e_timer_d_configure (0, HZ); | ||
102 | /* Install timer interrupt handler. */ | ||
103 | setup_irq (IRQ_INTCMD(0), timer_action); | ||
104 | } | ||
105 | |||
106 | static struct v850e_intc_irq_init irq_inits[] = { | ||
107 | { "IRQ", 0, NUM_MACH_IRQS, 1, 7 }, | ||
108 | { "PIN", IRQ_INTP(0), IRQ_INTP_NUM, 1, 4 }, | ||
109 | { "CCC", IRQ_INTCCC(0), IRQ_INTCCC_NUM, 1, 5 }, | ||
110 | { "CMD", IRQ_INTCMD(0), IRQ_INTCMD_NUM, 1, 5 }, | ||
111 | { "DMA", IRQ_INTDMA(0), IRQ_INTDMA_NUM, 1, 2 }, | ||
112 | { "DMXER", IRQ_INTDMXER,1, 1, 2 }, | ||
113 | { "SRE", IRQ_INTSRE(0), IRQ_INTSRE_NUM, 3, 3 }, | ||
114 | { "SR", IRQ_INTSR(0), IRQ_INTSR_NUM, 3, 4 }, | ||
115 | { "ST", IRQ_INTST(0), IRQ_INTST_NUM, 3, 5 }, | ||
116 | { 0 } | ||
117 | }; | ||
118 | #define NUM_IRQ_INITS (ARRAY_SIZE(irq_inits) - 1) | ||
119 | |||
120 | static struct hw_interrupt_type hw_itypes[NUM_IRQ_INITS]; | ||
121 | |||
122 | void __init mach_init_irqs (void) | ||
123 | { | ||
124 | v850e_intc_init_irq_types (irq_inits, hw_itypes); | ||
125 | } | ||
126 | |||
127 | void machine_restart (char *__unused) | ||
128 | { | ||
129 | #ifdef CONFIG_RESET_GUARD | ||
130 | disable_reset_guard (); | ||
131 | #endif | ||
132 | asm ("jmp r0"); /* Jump to the reset vector. */ | ||
133 | } | ||
134 | |||
135 | void machine_halt (void) | ||
136 | { | ||
137 | #ifdef CONFIG_RESET_GUARD | ||
138 | disable_reset_guard (); | ||
139 | #endif | ||
140 | local_irq_disable (); /* Ignore all interrupts. */ | ||
141 | ANNA_PORT_IO(LEDS_PORT) = 0xAA; /* Note that we halted. */ | ||
142 | for (;;) | ||
143 | asm ("halt; nop; nop; nop; nop; nop"); | ||
144 | } | ||
145 | |||
146 | void machine_power_off (void) | ||
147 | { | ||
148 | machine_halt (); | ||
149 | } | ||
150 | |||
151 | /* Called before configuring an on-chip UART. */ | ||
152 | void anna_uart_pre_configure (unsigned chan, unsigned cflags, unsigned baud) | ||
153 | { | ||
154 | /* The Anna connects some general-purpose I/O pins on the CPU to | ||
155 | the RTS/CTS lines of UART 1's serial connection. I/O pins P07 | ||
156 | and P37 are RTS and CTS respectively. */ | ||
157 | if (chan == 1) { | ||
158 | ANNA_PORT_PM(0) &= ~0x80; /* P07 in output mode */ | ||
159 | ANNA_PORT_PM(3) |= 0x80; /* P37 in input mode */ | ||
160 | } | ||
161 | } | ||
162 | |||
163 | /* Minimum and maximum bounds for the moving upper LED boundary in the | ||
164 | clock tick display. We can't use the last bit because it's used for | ||
165 | UART0's CTS output. */ | ||
166 | #define MIN_MAX_POS 0 | ||
167 | #define MAX_MAX_POS 6 | ||
168 | |||
169 | /* There are MAX_MAX_POS^2 - MIN_MAX_POS^2 cycles in the animation, so if | ||
170 | we pick 6 and 0 as above, we get 49 cycles, which is when divided into | ||
171 | the standard 100 value for HZ, gives us an almost 1s total time. */ | ||
172 | #define TICKS_PER_FRAME \ | ||
173 | (HZ / (MAX_MAX_POS * MAX_MAX_POS - MIN_MAX_POS * MIN_MAX_POS)) | ||
174 | |||
175 | static void anna_led_tick () | ||
176 | { | ||
177 | static unsigned counter = 0; | ||
178 | |||
179 | if (++counter == TICKS_PER_FRAME) { | ||
180 | static int pos = 0, max_pos = MAX_MAX_POS, dir = 1; | ||
181 | |||
182 | if (dir > 0 && pos == max_pos) { | ||
183 | dir = -1; | ||
184 | if (max_pos == MIN_MAX_POS) | ||
185 | max_pos = MAX_MAX_POS; | ||
186 | else | ||
187 | max_pos--; | ||
188 | } else { | ||
189 | if (dir < 0 && pos == 0) | ||
190 | dir = 1; | ||
191 | |||
192 | if (pos + dir <= max_pos) { | ||
193 | /* Each bit of port 0 has a LED. */ | ||
194 | clear_bit (pos, &ANNA_PORT_IO(LEDS_PORT)); | ||
195 | pos += dir; | ||
196 | set_bit (pos, &ANNA_PORT_IO(LEDS_PORT)); | ||
197 | } | ||
198 | } | ||
199 | |||
200 | counter = 0; | ||
201 | } | ||
202 | } | ||
diff --git a/arch/v850/kernel/anna.ld b/arch/v850/kernel/anna.ld deleted file mode 100644 index df7f80f2833d..000000000000 --- a/arch/v850/kernel/anna.ld +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | /* Linker script for the Midas labs Anna V850E2 evaluation board | ||
2 | (CONFIG_V850E2_ANNA). */ | ||
3 | |||
4 | MEMORY { | ||
5 | /* 256KB of internal memory (followed by one mirror). */ | ||
6 | iMEM0 : ORIGIN = 0, LENGTH = 0x00040000 | ||
7 | /* 256KB of internal memory (followed by one mirror). */ | ||
8 | iMEM1 : ORIGIN = 0x00040000, LENGTH = 0x00040000 | ||
9 | |||
10 | /* 1MB of static RAM. This memory is mirrored 64 times. */ | ||
11 | SRAM : ORIGIN = SRAM_ADDR, LENGTH = SRAM_SIZE | ||
12 | /* 64MB of DRAM. */ | ||
13 | SDRAM : ORIGIN = SDRAM_ADDR, LENGTH = SDRAM_SIZE | ||
14 | } | ||
15 | |||
16 | SECTIONS { | ||
17 | .intv : { INTV_CONTENTS } > iMEM0 | ||
18 | .sram : { RAMK_KRAM_CONTENTS } > SRAM | ||
19 | .root : { ROOT_FS_CONTENTS } > SDRAM | ||
20 | } | ||
diff --git a/arch/v850/kernel/as85ep1-rom.ld b/arch/v850/kernel/as85ep1-rom.ld deleted file mode 100644 index fe2a9a3ab525..000000000000 --- a/arch/v850/kernel/as85ep1-rom.ld +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | /* Linker script for the NEC AS85EP1 V850E evaluation board | ||
2 | (CONFIG_V850E_AS85EP1), with kernel in ROM (CONFIG_ROM_KERNEL). */ | ||
3 | |||
4 | MEMORY { | ||
5 | /* 4MB of flash ROM. */ | ||
6 | ROM : ORIGIN = 0, LENGTH = 0x00400000 | ||
7 | |||
8 | /* 1MB of static RAM. */ | ||
9 | SRAM : ORIGIN = SRAM_ADDR, LENGTH = SRAM_SIZE | ||
10 | |||
11 | /* About 58MB of DRAM. This can actually be at one of two | ||
12 | positions, determined by jumper JP3; we have to use the first | ||
13 | position because the second is partially out of processor | ||
14 | instruction addressing range (though in the second position | ||
15 | there's actually 64MB available). */ | ||
16 | SDRAM : ORIGIN = SDRAM_ADDR, LENGTH = SDRAM_SIZE | ||
17 | } | ||
18 | |||
19 | SECTIONS { | ||
20 | ROMK_SECTIONS(ROM, SRAM) | ||
21 | } | ||
diff --git a/arch/v850/kernel/as85ep1.c b/arch/v850/kernel/as85ep1.c deleted file mode 100644 index b525ecf3aea4..000000000000 --- a/arch/v850/kernel/as85ep1.c +++ /dev/null | |||
@@ -1,234 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/as85ep1.c -- AS85EP1 V850E evaluation chip/board | ||
3 | * | ||
4 | * Copyright (C) 2002,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2002,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/module.h> | ||
16 | #include <linux/init.h> | ||
17 | #include <linux/bootmem.h> | ||
18 | #include <linux/major.h> | ||
19 | #include <linux/irq.h> | ||
20 | |||
21 | #include <asm/machdep.h> | ||
22 | #include <asm/atomic.h> | ||
23 | #include <asm/page.h> | ||
24 | #include <asm/v850e_timer_d.h> | ||
25 | #include <asm/v850e_uart.h> | ||
26 | |||
27 | #include "mach.h" | ||
28 | |||
29 | |||
30 | /* SRAM and SDRAM are vaguely contiguous (with a big hole in between; see | ||
31 | mach_reserve_bootmem for details); use both as one big area. */ | ||
32 | #define RAM_START SRAM_ADDR | ||
33 | #define RAM_END (SDRAM_ADDR + SDRAM_SIZE) | ||
34 | |||
35 | /* The bits of this port are connected to an 8-LED bar-graph. */ | ||
36 | #define LEDS_PORT 4 | ||
37 | |||
38 | |||
39 | static void as85ep1_led_tick (void); | ||
40 | |||
41 | extern char _intv_copy_src_start, _intv_copy_src_end; | ||
42 | extern char _intv_copy_dst_start; | ||
43 | |||
44 | |||
45 | void __init mach_early_init (void) | ||
46 | { | ||
47 | #ifndef CONFIG_ROM_KERNEL | ||
48 | const u32 *src; | ||
49 | register u32 *dst asm ("ep"); | ||
50 | #endif | ||
51 | |||
52 | AS85EP1_CSC(0) = 0x0403; | ||
53 | AS85EP1_BCT(0) = 0xB8B8; | ||
54 | AS85EP1_DWC(0) = 0x0104; | ||
55 | AS85EP1_BCC = 0x0012; | ||
56 | AS85EP1_ASC = 0; | ||
57 | AS85EP1_LBS = 0x00A9; | ||
58 | |||
59 | AS85EP1_PORT_PMC(6) = 0xFF; /* valid A0,A1,A20-A25 */ | ||
60 | AS85EP1_PORT_PMC(7) = 0x0E; /* valid CS1-CS3 */ | ||
61 | AS85EP1_PORT_PMC(9) = 0xFF; /* valid D16-D23 */ | ||
62 | AS85EP1_PORT_PMC(10) = 0xFF; /* valid D24-D31 */ | ||
63 | |||
64 | AS85EP1_RFS(1) = 0x800c; | ||
65 | AS85EP1_RFS(3) = 0x800c; | ||
66 | AS85EP1_SCR(1) = 0x20A9; | ||
67 | AS85EP1_SCR(3) = 0x20A9; | ||
68 | |||
69 | #ifndef CONFIG_ROM_KERNEL | ||
70 | /* The early chip we have is buggy, and writing the interrupt | ||
71 | vectors into low RAM may screw up, so for non-ROM kernels, we | ||
72 | only rely on the reset vector being downloaded, and copy the | ||
73 | rest of the interrupt vectors into place here. The specific bug | ||
74 | is that writing address N, where (N & 0x10) == 0x10, will _also_ | ||
75 | write to address (N - 0x10). We avoid this (effectively) by | ||
76 | writing in 16-byte chunks backwards from the end. */ | ||
77 | |||
78 | AS85EP1_IRAMM = 0x3; /* "write-mode" for the internal instruction memory */ | ||
79 | |||
80 | src = (u32 *)(((u32)&_intv_copy_src_end - 1) & ~0xF); | ||
81 | dst = (u32 *)&_intv_copy_dst_start | ||
82 | + (src - (u32 *)&_intv_copy_src_start); | ||
83 | do { | ||
84 | u32 t0 = src[0], t1 = src[1], t2 = src[2], t3 = src[3]; | ||
85 | dst[0] = t0; dst[1] = t1; dst[2] = t2; dst[3] = t3; | ||
86 | dst -= 4; | ||
87 | src -= 4; | ||
88 | } while (src > (u32 *)&_intv_copy_src_start); | ||
89 | |||
90 | AS85EP1_IRAMM = 0x0; /* "read-mode" for the internal instruction memory */ | ||
91 | #endif /* !CONFIG_ROM_KERNEL */ | ||
92 | |||
93 | v850e_intc_disable_irqs (); | ||
94 | } | ||
95 | |||
96 | void __init mach_setup (char **cmdline) | ||
97 | { | ||
98 | AS85EP1_PORT_PMC (LEDS_PORT) = 0; /* Make the LEDs port an I/O port. */ | ||
99 | AS85EP1_PORT_PM (LEDS_PORT) = 0; /* Make all the bits output pins. */ | ||
100 | mach_tick = as85ep1_led_tick; | ||
101 | } | ||
102 | |||
103 | void __init mach_get_physical_ram (unsigned long *ram_start, | ||
104 | unsigned long *ram_len) | ||
105 | { | ||
106 | *ram_start = RAM_START; | ||
107 | *ram_len = RAM_END - RAM_START; | ||
108 | } | ||
109 | |||
110 | /* Convenience macros. */ | ||
111 | #define SRAM_END (SRAM_ADDR + SRAM_SIZE) | ||
112 | #define SDRAM_END (SDRAM_ADDR + SDRAM_SIZE) | ||
113 | |||
114 | void __init mach_reserve_bootmem () | ||
115 | { | ||
116 | if (SDRAM_ADDR < RAM_END && SDRAM_ADDR > RAM_START) | ||
117 | /* We can't use the space between SRAM and SDRAM, so | ||
118 | prevent the kernel from trying. */ | ||
119 | reserve_bootmem(SRAM_END, SDRAM_ADDR - SRAM_END, | ||
120 | BOOTMEM_DEFAULT); | ||
121 | } | ||
122 | |||
123 | void mach_gettimeofday (struct timespec *tv) | ||
124 | { | ||
125 | tv->tv_sec = 0; | ||
126 | tv->tv_nsec = 0; | ||
127 | } | ||
128 | |||
129 | void __init mach_sched_init (struct irqaction *timer_action) | ||
130 | { | ||
131 | /* Start hardware timer. */ | ||
132 | v850e_timer_d_configure (0, HZ); | ||
133 | /* Install timer interrupt handler. */ | ||
134 | setup_irq (IRQ_INTCMD(0), timer_action); | ||
135 | } | ||
136 | |||
137 | static struct v850e_intc_irq_init irq_inits[] = { | ||
138 | { "IRQ", 0, NUM_MACH_IRQS, 1, 7 }, | ||
139 | { "CCC", IRQ_INTCCC(0), IRQ_INTCCC_NUM, 1, 5 }, | ||
140 | { "CMD", IRQ_INTCMD(0), IRQ_INTCMD_NUM, 1, 5 }, | ||
141 | { "SRE", IRQ_INTSRE(0), IRQ_INTSRE_NUM, 3, 3 }, | ||
142 | { "SR", IRQ_INTSR(0), IRQ_INTSR_NUM, 3, 4 }, | ||
143 | { "ST", IRQ_INTST(0), IRQ_INTST_NUM, 3, 5 }, | ||
144 | { 0 } | ||
145 | }; | ||
146 | #define NUM_IRQ_INITS (ARRAY_SIZE(irq_inits) - 1) | ||
147 | |||
148 | static struct hw_interrupt_type hw_itypes[NUM_IRQ_INITS]; | ||
149 | |||
150 | void __init mach_init_irqs (void) | ||
151 | { | ||
152 | v850e_intc_init_irq_types (irq_inits, hw_itypes); | ||
153 | } | ||
154 | |||
155 | void machine_restart (char *__unused) | ||
156 | { | ||
157 | #ifdef CONFIG_RESET_GUARD | ||
158 | disable_reset_guard (); | ||
159 | #endif | ||
160 | asm ("jmp r0"); /* Jump to the reset vector. */ | ||
161 | } | ||
162 | |||
163 | void machine_halt (void) | ||
164 | { | ||
165 | #ifdef CONFIG_RESET_GUARD | ||
166 | disable_reset_guard (); | ||
167 | #endif | ||
168 | local_irq_disable (); /* Ignore all interrupts. */ | ||
169 | AS85EP1_PORT_IO (LEDS_PORT) = 0xAA; /* Note that we halted. */ | ||
170 | for (;;) | ||
171 | asm ("halt; nop; nop; nop; nop; nop"); | ||
172 | } | ||
173 | |||
174 | void machine_power_off (void) | ||
175 | { | ||
176 | machine_halt (); | ||
177 | } | ||
178 | |||
179 | /* Called before configuring an on-chip UART. */ | ||
180 | void as85ep1_uart_pre_configure (unsigned chan, unsigned cflags, unsigned baud) | ||
181 | { | ||
182 | /* Make the shared uart/port pins be uart pins. */ | ||
183 | AS85EP1_PORT_PMC(3) |= (0x5 << chan); | ||
184 | |||
185 | /* The AS85EP1 connects some general-purpose I/O pins on the CPU to | ||
186 | the RTS/CTS lines of UART 1's serial connection. I/O pins P53 | ||
187 | and P54 are RTS and CTS respectively. */ | ||
188 | if (chan == 1) { | ||
189 | /* Put P53 & P54 in I/O port mode. */ | ||
190 | AS85EP1_PORT_PMC(5) &= ~0x18; | ||
191 | /* Make P53 an output, and P54 an input. */ | ||
192 | AS85EP1_PORT_PM(5) |= 0x10; | ||
193 | } | ||
194 | } | ||
195 | |||
196 | /* Minimum and maximum bounds for the moving upper LED boundary in the | ||
197 | clock tick display. */ | ||
198 | #define MIN_MAX_POS 0 | ||
199 | #define MAX_MAX_POS 7 | ||
200 | |||
201 | /* There are MAX_MAX_POS^2 - MIN_MAX_POS^2 cycles in the animation, so if | ||
202 | we pick 6 and 0 as above, we get 49 cycles, which is when divided into | ||
203 | the standard 100 value for HZ, gives us an almost 1s total time. */ | ||
204 | #define TICKS_PER_FRAME \ | ||
205 | (HZ / (MAX_MAX_POS * MAX_MAX_POS - MIN_MAX_POS * MIN_MAX_POS)) | ||
206 | |||
207 | static void as85ep1_led_tick () | ||
208 | { | ||
209 | static unsigned counter = 0; | ||
210 | |||
211 | if (++counter == TICKS_PER_FRAME) { | ||
212 | static int pos = 0, max_pos = MAX_MAX_POS, dir = 1; | ||
213 | |||
214 | if (dir > 0 && pos == max_pos) { | ||
215 | dir = -1; | ||
216 | if (max_pos == MIN_MAX_POS) | ||
217 | max_pos = MAX_MAX_POS; | ||
218 | else | ||
219 | max_pos--; | ||
220 | } else { | ||
221 | if (dir < 0 && pos == 0) | ||
222 | dir = 1; | ||
223 | |||
224 | if (pos + dir <= max_pos) { | ||
225 | /* Each bit of port 0 has a LED. */ | ||
226 | set_bit (pos, &AS85EP1_PORT_IO(LEDS_PORT)); | ||
227 | pos += dir; | ||
228 | clear_bit (pos, &AS85EP1_PORT_IO(LEDS_PORT)); | ||
229 | } | ||
230 | } | ||
231 | |||
232 | counter = 0; | ||
233 | } | ||
234 | } | ||
diff --git a/arch/v850/kernel/as85ep1.ld b/arch/v850/kernel/as85ep1.ld deleted file mode 100644 index ef2c4399063e..000000000000 --- a/arch/v850/kernel/as85ep1.ld +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
1 | /* Linker script for the NEC AS85EP1 V850E evaluation board | ||
2 | (CONFIG_V850E_AS85EP1). */ | ||
3 | |||
4 | MEMORY { | ||
5 | /* 1MB of internal instruction memory. */ | ||
6 | iMEM0 : ORIGIN = 0, LENGTH = 0x00100000 | ||
7 | |||
8 | /* 1MB of static RAM. */ | ||
9 | SRAM : ORIGIN = SRAM_ADDR, LENGTH = SRAM_SIZE | ||
10 | |||
11 | /* About 58MB of DRAM. This can actually be at one of two | ||
12 | positions, determined by jump JP3; we have to use the first | ||
13 | position because the second is partially out of processor | ||
14 | instruction addressing range (though in the second position | ||
15 | there's actually 64MB available). */ | ||
16 | SDRAM : ORIGIN = SDRAM_ADDR, LENGTH = SDRAM_SIZE | ||
17 | } | ||
18 | |||
19 | SECTIONS { | ||
20 | .resetv : { | ||
21 | __intv_start = . ; | ||
22 | *(.intv.reset) /* Reset vector */ | ||
23 | } > iMEM0 | ||
24 | |||
25 | .sram : { | ||
26 | RAMK_KRAM_CONTENTS | ||
27 | |||
28 | /* We stick most of the interrupt vectors here; they'll be | ||
29 | copied into the proper location by the early init code (we | ||
30 | can't put them directly in the right place because of | ||
31 | hardware bugs). The vectors shouldn't need to be | ||
32 | relocated, so we don't have to use `> ... AT> ...' to | ||
33 | split the load/vm addresses (and we can't because of | ||
34 | problems with the loader). */ | ||
35 | . = ALIGN (0x10) ; | ||
36 | __intv_copy_src_start = . ; | ||
37 | *(.intv.common) /* Vectors common to all v850e proc. */ | ||
38 | *(.intv.mach) /* Machine-specific int. vectors. */ | ||
39 | . = ALIGN (0x10) ; | ||
40 | __intv_copy_src_end = . ; | ||
41 | } > SRAM | ||
42 | |||
43 | /* Where we end up putting the vectors. */ | ||
44 | __intv_copy_dst_start = 0x10 ; | ||
45 | __intv_copy_dst_end = __intv_copy_dst_start + (__intv_copy_src_end - __intv_copy_src_start) ; | ||
46 | __intv_end = __intv_copy_dst_end ; | ||
47 | |||
48 | .root : { ROOT_FS_CONTENTS } > SDRAM | ||
49 | } | ||
diff --git a/arch/v850/kernel/asm-offsets.c b/arch/v850/kernel/asm-offsets.c deleted file mode 100644 index 581e6986a776..000000000000 --- a/arch/v850/kernel/asm-offsets.c +++ /dev/null | |||
@@ -1,58 +0,0 @@ | |||
1 | /* | ||
2 | * This program is used to generate definitions needed by | ||
3 | * assembly language modules. | ||
4 | * | ||
5 | * We use the technique used in the OSF Mach kernel code: | ||
6 | * generate asm statements containing #defines, | ||
7 | * compile this file to assembler, and then extract the | ||
8 | * #defines from the assembly-language output. | ||
9 | */ | ||
10 | |||
11 | #include <linux/stddef.h> | ||
12 | #include <linux/sched.h> | ||
13 | #include <linux/kernel_stat.h> | ||
14 | #include <linux/ptrace.h> | ||
15 | #include <linux/hardirq.h> | ||
16 | #include <linux/kbuild.h> | ||
17 | |||
18 | #include <asm/irq.h> | ||
19 | #include <asm/errno.h> | ||
20 | |||
21 | int main (void) | ||
22 | { | ||
23 | /* offsets into the task struct */ | ||
24 | DEFINE (TASK_STATE, offsetof (struct task_struct, state)); | ||
25 | DEFINE (TASK_FLAGS, offsetof (struct task_struct, flags)); | ||
26 | DEFINE (TASK_PTRACE, offsetof (struct task_struct, ptrace)); | ||
27 | DEFINE (TASK_BLOCKED, offsetof (struct task_struct, blocked)); | ||
28 | DEFINE (TASK_THREAD, offsetof (struct task_struct, thread)); | ||
29 | DEFINE (TASK_THREAD_INFO, offsetof (struct task_struct, stack)); | ||
30 | DEFINE (TASK_MM, offsetof (struct task_struct, mm)); | ||
31 | DEFINE (TASK_ACTIVE_MM, offsetof (struct task_struct, active_mm)); | ||
32 | DEFINE (TASK_PID, offsetof (struct task_struct, pid)); | ||
33 | |||
34 | /* offsets into the kernel_stat struct */ | ||
35 | DEFINE (STAT_IRQ, offsetof (struct kernel_stat, irqs)); | ||
36 | |||
37 | |||
38 | /* signal defines */ | ||
39 | DEFINE (SIGSEGV, SIGSEGV); | ||
40 | DEFINE (SEGV_MAPERR, SEGV_MAPERR); | ||
41 | DEFINE (SIGTRAP, SIGTRAP); | ||
42 | DEFINE (SIGCHLD, SIGCHLD); | ||
43 | DEFINE (SIGILL, SIGILL); | ||
44 | DEFINE (TRAP_TRACE, TRAP_TRACE); | ||
45 | |||
46 | /* ptrace flag bits */ | ||
47 | DEFINE (PT_PTRACED, PT_PTRACED); | ||
48 | DEFINE (PT_DTRACE, PT_DTRACE); | ||
49 | |||
50 | /* error values */ | ||
51 | DEFINE (ENOSYS, ENOSYS); | ||
52 | |||
53 | /* clone flag bits */ | ||
54 | DEFINE (CLONE_VFORK, CLONE_VFORK); | ||
55 | DEFINE (CLONE_VM, CLONE_VM); | ||
56 | |||
57 | return 0; | ||
58 | } | ||
diff --git a/arch/v850/kernel/bug.c b/arch/v850/kernel/bug.c deleted file mode 100644 index c78cf750915a..000000000000 --- a/arch/v850/kernel/bug.c +++ /dev/null | |||
@@ -1,142 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/bug.c -- Bug reporting functions | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/reboot.h> | ||
16 | #include <linux/sched.h> | ||
17 | #include <linux/module.h> | ||
18 | |||
19 | #include <asm/errno.h> | ||
20 | #include <asm/ptrace.h> | ||
21 | #include <asm/processor.h> | ||
22 | #include <asm/current.h> | ||
23 | |||
24 | /* We should use __builtin_return_address, but it doesn't work in gcc-2.90 | ||
25 | (which is currently our standard compiler on the v850). */ | ||
26 | #define ret_addr() ({ register u32 lp asm ("lp"); lp; }) | ||
27 | #define stack_addr() ({ register u32 sp asm ("sp"); sp; }) | ||
28 | |||
29 | void __bug () | ||
30 | { | ||
31 | printk (KERN_CRIT "kernel BUG at PC 0x%x (SP ~0x%x)!\n", | ||
32 | ret_addr() - 4, /* - 4 for `jarl' */ | ||
33 | stack_addr()); | ||
34 | machine_halt (); | ||
35 | } | ||
36 | |||
37 | int bad_trap (int trap_num, struct pt_regs *regs) | ||
38 | { | ||
39 | printk (KERN_CRIT | ||
40 | "unimplemented trap %d called at 0x%08lx, pid %d!\n", | ||
41 | trap_num, regs->pc, current->pid); | ||
42 | return -ENOSYS; | ||
43 | } | ||
44 | |||
45 | #ifdef CONFIG_RESET_GUARD | ||
46 | void unexpected_reset (unsigned long ret_addr, unsigned long kmode, | ||
47 | struct task_struct *task, unsigned long sp) | ||
48 | { | ||
49 | printk (KERN_CRIT | ||
50 | "unexpected reset in %s mode, pid %d" | ||
51 | " (ret_addr = 0x%lx, sp = 0x%lx)\n", | ||
52 | kmode ? "kernel" : "user", | ||
53 | task ? task->pid : -1, | ||
54 | ret_addr, sp); | ||
55 | |||
56 | machine_halt (); | ||
57 | } | ||
58 | #endif /* CONFIG_RESET_GUARD */ | ||
59 | |||
60 | |||
61 | |||
62 | struct spec_reg_name { | ||
63 | const char *name; | ||
64 | int gpr; | ||
65 | }; | ||
66 | |||
67 | struct spec_reg_name spec_reg_names[] = { | ||
68 | { "sp", GPR_SP }, | ||
69 | { "gp", GPR_GP }, | ||
70 | { "tp", GPR_TP }, | ||
71 | { "ep", GPR_EP }, | ||
72 | { "lp", GPR_LP }, | ||
73 | { 0, 0 } | ||
74 | }; | ||
75 | |||
76 | void show_regs (struct pt_regs *regs) | ||
77 | { | ||
78 | int gpr_base, gpr_offs; | ||
79 | |||
80 | printk (" pc 0x%08lx psw 0x%08lx kernel_mode %d\n", | ||
81 | regs->pc, regs->psw, regs->kernel_mode); | ||
82 | printk (" ctpc 0x%08lx ctpsw 0x%08lx ctbp 0x%08lx\n", | ||
83 | regs->ctpc, regs->ctpsw, regs->ctbp); | ||
84 | |||
85 | for (gpr_base = 0; gpr_base < NUM_GPRS; gpr_base += 4) { | ||
86 | for (gpr_offs = 0; gpr_offs < 4; gpr_offs++) { | ||
87 | int gpr = gpr_base + gpr_offs; | ||
88 | long val = regs->gpr[gpr]; | ||
89 | struct spec_reg_name *srn; | ||
90 | |||
91 | for (srn = spec_reg_names; srn->name; srn++) | ||
92 | if (srn->gpr == gpr) | ||
93 | break; | ||
94 | |||
95 | if (srn->name) | ||
96 | printk ("%7s 0x%08lx", srn->name, val); | ||
97 | else | ||
98 | printk (" r%02d 0x%08lx", gpr, val); | ||
99 | } | ||
100 | |||
101 | printk ("\n"); | ||
102 | } | ||
103 | } | ||
104 | |||
105 | /* | ||
106 | * TASK is a pointer to the task whose backtrace we want to see (or NULL | ||
107 | * for current task), SP is the stack pointer of the first frame that | ||
108 | * should be shown in the back trace (or NULL if the entire call-chain of | ||
109 | * the task should be shown). | ||
110 | */ | ||
111 | void show_stack (struct task_struct *task, unsigned long *sp) | ||
112 | { | ||
113 | unsigned long addr, end; | ||
114 | |||
115 | if (sp) | ||
116 | addr = (unsigned long)sp; | ||
117 | else if (task) | ||
118 | addr = task_sp (task); | ||
119 | else | ||
120 | addr = stack_addr (); | ||
121 | |||
122 | addr = addr & ~3; | ||
123 | end = (addr + THREAD_SIZE - 1) & THREAD_MASK; | ||
124 | |||
125 | while (addr < end) { | ||
126 | printk ("%8lX: ", addr); | ||
127 | while (addr < end) { | ||
128 | printk (" %8lX", *(unsigned long *)addr); | ||
129 | addr += sizeof (unsigned long); | ||
130 | if (! (addr & 0xF)) | ||
131 | break; | ||
132 | } | ||
133 | printk ("\n"); | ||
134 | } | ||
135 | } | ||
136 | |||
137 | void dump_stack () | ||
138 | { | ||
139 | show_stack (0, 0); | ||
140 | } | ||
141 | |||
142 | EXPORT_SYMBOL(dump_stack); | ||
diff --git a/arch/v850/kernel/entry.S b/arch/v850/kernel/entry.S deleted file mode 100644 index e4327a8d6bcd..000000000000 --- a/arch/v850/kernel/entry.S +++ /dev/null | |||
@@ -1,1121 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/entry.S -- Low-level system-call handling, trap handlers, | ||
3 | * and context-switching | ||
4 | * | ||
5 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
6 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General | ||
9 | * Public License. See the file COPYING in the main directory of this | ||
10 | * archive for more details. | ||
11 | * | ||
12 | * Written by Miles Bader <miles@gnu.org> | ||
13 | */ | ||
14 | |||
15 | #include <linux/sys.h> | ||
16 | |||
17 | #include <asm/entry.h> | ||
18 | #include <asm/current.h> | ||
19 | #include <asm/thread_info.h> | ||
20 | #include <asm/clinkage.h> | ||
21 | #include <asm/processor.h> | ||
22 | #include <asm/irq.h> | ||
23 | #include <asm/errno.h> | ||
24 | |||
25 | #include <asm/asm-offsets.h> | ||
26 | |||
27 | |||
28 | /* Make a slightly more convenient alias for C_SYMBOL_NAME. */ | ||
29 | #define CSYM C_SYMBOL_NAME | ||
30 | |||
31 | |||
32 | /* The offset of the struct pt_regs in a state-save-frame on the stack. */ | ||
33 | #define PTO STATE_SAVE_PT_OFFSET | ||
34 | |||
35 | |||
36 | /* Save argument registers to the state-save-frame pointed to by EP. */ | ||
37 | #define SAVE_ARG_REGS \ | ||
38 | sst.w r6, PTO+PT_GPR(6)[ep]; \ | ||
39 | sst.w r7, PTO+PT_GPR(7)[ep]; \ | ||
40 | sst.w r8, PTO+PT_GPR(8)[ep]; \ | ||
41 | sst.w r9, PTO+PT_GPR(9)[ep] | ||
42 | /* Restore argument registers from the state-save-frame pointed to by EP. */ | ||
43 | #define RESTORE_ARG_REGS \ | ||
44 | sld.w PTO+PT_GPR(6)[ep], r6; \ | ||
45 | sld.w PTO+PT_GPR(7)[ep], r7; \ | ||
46 | sld.w PTO+PT_GPR(8)[ep], r8; \ | ||
47 | sld.w PTO+PT_GPR(9)[ep], r9 | ||
48 | |||
49 | /* Save value return registers to the state-save-frame pointed to by EP. */ | ||
50 | #define SAVE_RVAL_REGS \ | ||
51 | sst.w r10, PTO+PT_GPR(10)[ep]; \ | ||
52 | sst.w r11, PTO+PT_GPR(11)[ep] | ||
53 | /* Restore value return registers from the state-save-frame pointed to by EP. */ | ||
54 | #define RESTORE_RVAL_REGS \ | ||
55 | sld.w PTO+PT_GPR(10)[ep], r10; \ | ||
56 | sld.w PTO+PT_GPR(11)[ep], r11 | ||
57 | |||
58 | |||
59 | #define SAVE_CALL_CLOBBERED_REGS_BEFORE_ARGS \ | ||
60 | sst.w r1, PTO+PT_GPR(1)[ep]; \ | ||
61 | sst.w r5, PTO+PT_GPR(5)[ep] | ||
62 | #define SAVE_CALL_CLOBBERED_REGS_AFTER_RVAL \ | ||
63 | sst.w r12, PTO+PT_GPR(12)[ep]; \ | ||
64 | sst.w r13, PTO+PT_GPR(13)[ep]; \ | ||
65 | sst.w r14, PTO+PT_GPR(14)[ep]; \ | ||
66 | sst.w r15, PTO+PT_GPR(15)[ep]; \ | ||
67 | sst.w r16, PTO+PT_GPR(16)[ep]; \ | ||
68 | sst.w r17, PTO+PT_GPR(17)[ep]; \ | ||
69 | sst.w r18, PTO+PT_GPR(18)[ep]; \ | ||
70 | sst.w r19, PTO+PT_GPR(19)[ep] | ||
71 | #define RESTORE_CALL_CLOBBERED_REGS_BEFORE_ARGS \ | ||
72 | sld.w PTO+PT_GPR(1)[ep], r1; \ | ||
73 | sld.w PTO+PT_GPR(5)[ep], r5 | ||
74 | #define RESTORE_CALL_CLOBBERED_REGS_AFTER_RVAL \ | ||
75 | sld.w PTO+PT_GPR(12)[ep], r12; \ | ||
76 | sld.w PTO+PT_GPR(13)[ep], r13; \ | ||
77 | sld.w PTO+PT_GPR(14)[ep], r14; \ | ||
78 | sld.w PTO+PT_GPR(15)[ep], r15; \ | ||
79 | sld.w PTO+PT_GPR(16)[ep], r16; \ | ||
80 | sld.w PTO+PT_GPR(17)[ep], r17; \ | ||
81 | sld.w PTO+PT_GPR(18)[ep], r18; \ | ||
82 | sld.w PTO+PT_GPR(19)[ep], r19 | ||
83 | |||
84 | /* Save `call clobbered' registers to the state-save-frame pointed to by EP. */ | ||
85 | #define SAVE_CALL_CLOBBERED_REGS \ | ||
86 | SAVE_CALL_CLOBBERED_REGS_BEFORE_ARGS; \ | ||
87 | SAVE_ARG_REGS; \ | ||
88 | SAVE_RVAL_REGS; \ | ||
89 | SAVE_CALL_CLOBBERED_REGS_AFTER_RVAL | ||
90 | /* Restore `call clobbered' registers from the state-save-frame pointed to | ||
91 | by EP. */ | ||
92 | #define RESTORE_CALL_CLOBBERED_REGS \ | ||
93 | RESTORE_CALL_CLOBBERED_REGS_BEFORE_ARGS; \ | ||
94 | RESTORE_ARG_REGS; \ | ||
95 | RESTORE_RVAL_REGS; \ | ||
96 | RESTORE_CALL_CLOBBERED_REGS_AFTER_RVAL | ||
97 | |||
98 | /* Save `call clobbered' registers except for the return-value registers | ||
99 | to the state-save-frame pointed to by EP. */ | ||
100 | #define SAVE_CALL_CLOBBERED_REGS_NO_RVAL \ | ||
101 | SAVE_CALL_CLOBBERED_REGS_BEFORE_ARGS; \ | ||
102 | SAVE_ARG_REGS; \ | ||
103 | SAVE_CALL_CLOBBERED_REGS_AFTER_RVAL | ||
104 | /* Restore `call clobbered' registers except for the return-value registers | ||
105 | from the state-save-frame pointed to by EP. */ | ||
106 | #define RESTORE_CALL_CLOBBERED_REGS_NO_RVAL \ | ||
107 | RESTORE_CALL_CLOBBERED_REGS_BEFORE_ARGS; \ | ||
108 | RESTORE_ARG_REGS; \ | ||
109 | RESTORE_CALL_CLOBBERED_REGS_AFTER_RVAL | ||
110 | |||
111 | /* Save `call saved' registers to the state-save-frame pointed to by EP. */ | ||
112 | #define SAVE_CALL_SAVED_REGS \ | ||
113 | sst.w r2, PTO+PT_GPR(2)[ep]; \ | ||
114 | sst.w r20, PTO+PT_GPR(20)[ep]; \ | ||
115 | sst.w r21, PTO+PT_GPR(21)[ep]; \ | ||
116 | sst.w r22, PTO+PT_GPR(22)[ep]; \ | ||
117 | sst.w r23, PTO+PT_GPR(23)[ep]; \ | ||
118 | sst.w r24, PTO+PT_GPR(24)[ep]; \ | ||
119 | sst.w r25, PTO+PT_GPR(25)[ep]; \ | ||
120 | sst.w r26, PTO+PT_GPR(26)[ep]; \ | ||
121 | sst.w r27, PTO+PT_GPR(27)[ep]; \ | ||
122 | sst.w r28, PTO+PT_GPR(28)[ep]; \ | ||
123 | sst.w r29, PTO+PT_GPR(29)[ep] | ||
124 | /* Restore `call saved' registers from the state-save-frame pointed to by EP. */ | ||
125 | #define RESTORE_CALL_SAVED_REGS \ | ||
126 | sld.w PTO+PT_GPR(2)[ep], r2; \ | ||
127 | sld.w PTO+PT_GPR(20)[ep], r20; \ | ||
128 | sld.w PTO+PT_GPR(21)[ep], r21; \ | ||
129 | sld.w PTO+PT_GPR(22)[ep], r22; \ | ||
130 | sld.w PTO+PT_GPR(23)[ep], r23; \ | ||
131 | sld.w PTO+PT_GPR(24)[ep], r24; \ | ||
132 | sld.w PTO+PT_GPR(25)[ep], r25; \ | ||
133 | sld.w PTO+PT_GPR(26)[ep], r26; \ | ||
134 | sld.w PTO+PT_GPR(27)[ep], r27; \ | ||
135 | sld.w PTO+PT_GPR(28)[ep], r28; \ | ||
136 | sld.w PTO+PT_GPR(29)[ep], r29 | ||
137 | |||
138 | |||
139 | /* Save the PC stored in the special register SAVEREG to the state-save-frame | ||
140 | pointed to by EP. r19 is clobbered. */ | ||
141 | #define SAVE_PC(savereg) \ | ||
142 | stsr SR_ ## savereg, r19; \ | ||
143 | sst.w r19, PTO+PT_PC[ep] | ||
144 | /* Restore the PC from the state-save-frame pointed to by EP, to the special | ||
145 | register SAVEREG. LP is clobbered (it is used as a scratch register | ||
146 | because the POP_STATE macro restores it, and this macro is usually used | ||
147 | inside POP_STATE). */ | ||
148 | #define RESTORE_PC(savereg) \ | ||
149 | sld.w PTO+PT_PC[ep], lp; \ | ||
150 | ldsr lp, SR_ ## savereg | ||
151 | /* Save the PSW register stored in the special register SAVREG to the | ||
152 | state-save-frame pointed to by EP. r19 is clobbered. */ | ||
153 | #define SAVE_PSW(savereg) \ | ||
154 | stsr SR_ ## savereg, r19; \ | ||
155 | sst.w r19, PTO+PT_PSW[ep] | ||
156 | /* Restore the PSW register from the state-save-frame pointed to by EP, to | ||
157 | the special register SAVEREG. LP is clobbered (it is used as a scratch | ||
158 | register because the POP_STATE macro restores it, and this macro is | ||
159 | usually used inside POP_STATE). */ | ||
160 | #define RESTORE_PSW(savereg) \ | ||
161 | sld.w PTO+PT_PSW[ep], lp; \ | ||
162 | ldsr lp, SR_ ## savereg | ||
163 | |||
164 | /* Save CTPC/CTPSW/CTBP registers to the state-save-frame pointed to by REG. | ||
165 | r19 is clobbered. */ | ||
166 | #define SAVE_CT_REGS \ | ||
167 | stsr SR_CTPC, r19; \ | ||
168 | sst.w r19, PTO+PT_CTPC[ep]; \ | ||
169 | stsr SR_CTPSW, r19; \ | ||
170 | sst.w r19, PTO+PT_CTPSW[ep]; \ | ||
171 | stsr SR_CTBP, r19; \ | ||
172 | sst.w r19, PTO+PT_CTBP[ep] | ||
173 | /* Restore CTPC/CTPSW/CTBP registers from the state-save-frame pointed to by EP. | ||
174 | LP is clobbered (it is used as a scratch register because the POP_STATE | ||
175 | macro restores it, and this macro is usually used inside POP_STATE). */ | ||
176 | #define RESTORE_CT_REGS \ | ||
177 | sld.w PTO+PT_CTPC[ep], lp; \ | ||
178 | ldsr lp, SR_CTPC; \ | ||
179 | sld.w PTO+PT_CTPSW[ep], lp; \ | ||
180 | ldsr lp, SR_CTPSW; \ | ||
181 | sld.w PTO+PT_CTBP[ep], lp; \ | ||
182 | ldsr lp, SR_CTBP | ||
183 | |||
184 | |||
185 | /* Push register state, except for the stack pointer, on the stack in the | ||
186 | form of a state-save-frame (plus some extra padding), in preparation for | ||
187 | a system call. This macro makes sure that the EP, GP, and LP | ||
188 | registers are saved, and TYPE identifies the set of extra registers to | ||
189 | be saved as well. Also copies (the new value of) SP to EP. */ | ||
190 | #define PUSH_STATE(type) \ | ||
191 | addi -STATE_SAVE_SIZE, sp, sp; /* Make room on the stack. */ \ | ||
192 | st.w ep, PTO+PT_GPR(GPR_EP)[sp]; \ | ||
193 | mov sp, ep; \ | ||
194 | sst.w gp, PTO+PT_GPR(GPR_GP)[ep]; \ | ||
195 | sst.w lp, PTO+PT_GPR(GPR_LP)[ep]; \ | ||
196 | type ## _STATE_SAVER | ||
197 | /* Pop a register state pushed by PUSH_STATE, except for the stack pointer, | ||
198 | from the stack. */ | ||
199 | #define POP_STATE(type) \ | ||
200 | mov sp, ep; \ | ||
201 | type ## _STATE_RESTORER; \ | ||
202 | sld.w PTO+PT_GPR(GPR_GP)[ep], gp; \ | ||
203 | sld.w PTO+PT_GPR(GPR_LP)[ep], lp; \ | ||
204 | sld.w PTO+PT_GPR(GPR_EP)[ep], ep; \ | ||
205 | addi STATE_SAVE_SIZE, sp, sp /* Clean up our stack space. */ | ||
206 | |||
207 | |||
208 | /* Switch to the kernel stack if necessary, and push register state on the | ||
209 | stack in the form of a state-save-frame. Also load the current task | ||
210 | pointer if switching from user mode. The stack-pointer (r3) should have | ||
211 | already been saved to the memory location SP_SAVE_LOC (the reason for | ||
212 | this is that the interrupt vectors may be beyond a 22-bit signed offset | ||
213 | jump from the actual interrupt handler, and this allows them to save the | ||
214 | stack-pointer and use that register to do an indirect jump). This macro | ||
215 | makes sure that `special' registers, system registers, and the stack | ||
216 | pointer are saved; TYPE identifies the set of extra registers to be | ||
217 | saved as well. SYSCALL_NUM is the register in which the system-call | ||
218 | number this state is for is stored (r0 if this isn't a system call). | ||
219 | Interrupts should already be disabled when calling this. */ | ||
220 | #define SAVE_STATE(type, syscall_num, sp_save_loc) \ | ||
221 | tst1 0, KM; /* See if already in kernel mode. */ \ | ||
222 | bz 1f; \ | ||
223 | ld.w sp_save_loc, sp; /* ... yes, use saved SP. */ \ | ||
224 | br 2f; \ | ||
225 | 1: ld.w KSP, sp; /* ... no, switch to kernel stack. */ \ | ||
226 | 2: PUSH_STATE(type); \ | ||
227 | ld.b KM, r19; /* Remember old kernel-mode. */ \ | ||
228 | sst.w r19, PTO+PT_KERNEL_MODE[ep]; \ | ||
229 | ld.w sp_save_loc, r19; /* Remember old SP. */ \ | ||
230 | sst.w r19, PTO+PT_GPR(GPR_SP)[ep]; \ | ||
231 | mov 1, r19; /* Now definitely in kernel-mode. */ \ | ||
232 | st.b r19, KM; \ | ||
233 | GET_CURRENT_TASK(CURRENT_TASK); /* Fetch the current task pointer. */ \ | ||
234 | /* Save away the syscall number. */ \ | ||
235 | sst.w syscall_num, PTO+PT_CUR_SYSCALL[ep] | ||
236 | |||
237 | |||
238 | /* Save register state not normally saved by PUSH_STATE for TYPE, to the | ||
239 | state-save-frame on the stack; also copies SP to EP. r19 may be trashed. */ | ||
240 | #define SAVE_EXTRA_STATE(type) \ | ||
241 | mov sp, ep; \ | ||
242 | type ## _EXTRA_STATE_SAVER | ||
243 | /* Restore register state not normally restored by POP_STATE for TYPE, | ||
244 | from the state-save-frame on the stack; also copies SP to EP. | ||
245 | r19 may be trashed. */ | ||
246 | #define RESTORE_EXTRA_STATE(type) \ | ||
247 | mov sp, ep; \ | ||
248 | type ## _EXTRA_STATE_RESTORER | ||
249 | |||
250 | /* Save any call-clobbered registers not normally saved by PUSH_STATE for | ||
251 | TYPE, to the state-save-frame on the stack. | ||
252 | EP may be trashed, but is not guaranteed to contain a copy of SP | ||
253 | (unlike after most SAVE_... macros). r19 may be trashed. */ | ||
254 | #define SAVE_EXTRA_STATE_FOR_SCHEDULE(type) \ | ||
255 | type ## _SCHEDULE_EXTRA_STATE_SAVER | ||
256 | /* Restore any call-clobbered registers not normally restored by | ||
257 | POP_STATE for TYPE, to the state-save-frame on the stack. | ||
258 | EP may be trashed, but is not guaranteed to contain a copy of SP | ||
259 | (unlike after most RESTORE_... macros). r19 may be trashed. */ | ||
260 | #define RESTORE_EXTRA_STATE_FOR_SCHEDULE(type) \ | ||
261 | type ## _SCHEDULE_EXTRA_STATE_RESTORER | ||
262 | |||
263 | |||
264 | /* These are extra_state_saver/restorer values for a user trap. Note | ||
265 | that we save the argument registers so that restarted syscalls will | ||
266 | function properly (otherwise it wouldn't be necessary), and we must | ||
267 | _not_ restore the return-value registers (so that traps can return a | ||
268 | value!), but call-clobbered registers are not saved at all, as the | ||
269 | caller of the syscall function should have saved them. */ | ||
270 | |||
271 | #define TRAP_RET reti | ||
272 | /* Traps don't save call-clobbered registers (but do still save arg regs). | ||
273 | We preserve PSw to keep long-term state, namely interrupt status (for traps | ||
274 | from kernel-mode), and the single-step flag (for user traps). */ | ||
275 | #define TRAP_STATE_SAVER \ | ||
276 | SAVE_ARG_REGS; \ | ||
277 | SAVE_PC(EIPC); \ | ||
278 | SAVE_PSW(EIPSW) | ||
279 | /* When traps return, they just leave call-clobbered registers (except for arg | ||
280 | regs) with whatever value they have from the kernel. Traps don't preserve | ||
281 | the PSW, but we zero EIPSW to ensure it doesn't contain anything dangerous | ||
282 | (in particular, the single-step flag). */ | ||
283 | #define TRAP_STATE_RESTORER \ | ||
284 | RESTORE_ARG_REGS; \ | ||
285 | RESTORE_PC(EIPC); \ | ||
286 | RESTORE_PSW(EIPSW) | ||
287 | /* Save registers not normally saved by traps. We need to save r12, even | ||
288 | though it's nominally call-clobbered, because it's used when restarting | ||
289 | a system call (the signal-handling path uses SAVE_EXTRA_STATE, and | ||
290 | expects r12 to be restored when the trap returns). */ | ||
291 | #define TRAP_EXTRA_STATE_SAVER \ | ||
292 | SAVE_RVAL_REGS; \ | ||
293 | sst.w r12, PTO+PT_GPR(12)[ep]; \ | ||
294 | SAVE_CALL_SAVED_REGS; \ | ||
295 | SAVE_CT_REGS | ||
296 | #define TRAP_EXTRA_STATE_RESTORER \ | ||
297 | RESTORE_RVAL_REGS; \ | ||
298 | sld.w PTO+PT_GPR(12)[ep], r12; \ | ||
299 | RESTORE_CALL_SAVED_REGS; \ | ||
300 | RESTORE_CT_REGS | ||
301 | /* Save registers prior to calling scheduler (just before trap returns). | ||
302 | We have to save the return-value registers to preserve the trap's return | ||
303 | value. Note that ..._SCHEDULE_EXTRA_STATE_SAVER, unlike most ..._SAVER | ||
304 | macros, is required to setup EP itself if EP is needed (this is because | ||
305 | in many cases, the macro is empty). */ | ||
306 | #define TRAP_SCHEDULE_EXTRA_STATE_SAVER \ | ||
307 | mov sp, ep; \ | ||
308 | SAVE_RVAL_REGS | ||
309 | /* Note that ..._SCHEDULE_EXTRA_STATE_RESTORER, unlike most ..._RESTORER | ||
310 | macros, is required to setup EP itself if EP is needed (this is because | ||
311 | in many cases, the macro is empty). */ | ||
312 | #define TRAP_SCHEDULE_EXTRA_STATE_RESTORER \ | ||
313 | mov sp, ep; \ | ||
314 | RESTORE_RVAL_REGS | ||
315 | |||
316 | /* Register saving/restoring for maskable interrupts. */ | ||
317 | #define IRQ_RET reti | ||
318 | #define IRQ_STATE_SAVER \ | ||
319 | SAVE_CALL_CLOBBERED_REGS; \ | ||
320 | SAVE_PC(EIPC); \ | ||
321 | SAVE_PSW(EIPSW) | ||
322 | #define IRQ_STATE_RESTORER \ | ||
323 | RESTORE_CALL_CLOBBERED_REGS; \ | ||
324 | RESTORE_PC(EIPC); \ | ||
325 | RESTORE_PSW(EIPSW) | ||
326 | #define IRQ_EXTRA_STATE_SAVER \ | ||
327 | SAVE_CALL_SAVED_REGS; \ | ||
328 | SAVE_CT_REGS | ||
329 | #define IRQ_EXTRA_STATE_RESTORER \ | ||
330 | RESTORE_CALL_SAVED_REGS; \ | ||
331 | RESTORE_CT_REGS | ||
332 | #define IRQ_SCHEDULE_EXTRA_STATE_SAVER /* nothing */ | ||
333 | #define IRQ_SCHEDULE_EXTRA_STATE_RESTORER /* nothing */ | ||
334 | |||
335 | /* Register saving/restoring for non-maskable interrupts. */ | ||
336 | #define NMI_RET reti | ||
337 | #define NMI_STATE_SAVER \ | ||
338 | SAVE_CALL_CLOBBERED_REGS; \ | ||
339 | SAVE_PC(FEPC); \ | ||
340 | SAVE_PSW(FEPSW); | ||
341 | #define NMI_STATE_RESTORER \ | ||
342 | RESTORE_CALL_CLOBBERED_REGS; \ | ||
343 | RESTORE_PC(FEPC); \ | ||
344 | RESTORE_PSW(FEPSW); | ||
345 | #define NMI_EXTRA_STATE_SAVER \ | ||
346 | SAVE_CALL_SAVED_REGS; \ | ||
347 | SAVE_CT_REGS | ||
348 | #define NMI_EXTRA_STATE_RESTORER \ | ||
349 | RESTORE_CALL_SAVED_REGS; \ | ||
350 | RESTORE_CT_REGS | ||
351 | #define NMI_SCHEDULE_EXTRA_STATE_SAVER /* nothing */ | ||
352 | #define NMI_SCHEDULE_EXTRA_STATE_RESTORER /* nothing */ | ||
353 | |||
354 | /* Register saving/restoring for debug traps. */ | ||
355 | #define DBTRAP_RET .long 0x014607E0 /* `dbret', but gas doesn't support it. */ | ||
356 | #define DBTRAP_STATE_SAVER \ | ||
357 | SAVE_CALL_CLOBBERED_REGS; \ | ||
358 | SAVE_PC(DBPC); \ | ||
359 | SAVE_PSW(DBPSW) | ||
360 | #define DBTRAP_STATE_RESTORER \ | ||
361 | RESTORE_CALL_CLOBBERED_REGS; \ | ||
362 | RESTORE_PC(DBPC); \ | ||
363 | RESTORE_PSW(DBPSW) | ||
364 | #define DBTRAP_EXTRA_STATE_SAVER \ | ||
365 | SAVE_CALL_SAVED_REGS; \ | ||
366 | SAVE_CT_REGS | ||
367 | #define DBTRAP_EXTRA_STATE_RESTORER \ | ||
368 | RESTORE_CALL_SAVED_REGS; \ | ||
369 | RESTORE_CT_REGS | ||
370 | #define DBTRAP_SCHEDULE_EXTRA_STATE_SAVER /* nothing */ | ||
371 | #define DBTRAP_SCHEDULE_EXTRA_STATE_RESTORER /* nothing */ | ||
372 | |||
373 | /* Register saving/restoring for a context switch. We don't need to save | ||
374 | too many registers, because context-switching looks like a function call | ||
375 | (via the function `switch_thread'), so callers will save any | ||
376 | call-clobbered registers themselves. We do need to save the CT regs, as | ||
377 | they're normally not saved during kernel entry (the kernel doesn't use | ||
378 | them). We save PSW so that interrupt-status state will correctly follow | ||
379 | each thread (mostly NMI vs. normal-IRQ/trap), though for the most part | ||
380 | it doesn't matter since threads are always in almost exactly the same | ||
381 | processor state during a context switch. The stack pointer and return | ||
382 | value are handled by switch_thread itself. */ | ||
383 | #define SWITCH_STATE_SAVER \ | ||
384 | SAVE_CALL_SAVED_REGS; \ | ||
385 | SAVE_PSW(PSW); \ | ||
386 | SAVE_CT_REGS | ||
387 | #define SWITCH_STATE_RESTORER \ | ||
388 | RESTORE_CALL_SAVED_REGS; \ | ||
389 | RESTORE_PSW(PSW); \ | ||
390 | RESTORE_CT_REGS | ||
391 | |||
392 | |||
393 | /* Restore register state from the state-save-frame on the stack, switch back | ||
394 | to the user stack if necessary, and return from the trap/interrupt. | ||
395 | EXTRA_STATE_RESTORER is a sequence of assembly language statements to | ||
396 | restore anything not restored by this macro. Only registers not saved by | ||
397 | the C compiler are restored (that is, R3(sp), R4(gp), R31(lp), and | ||
398 | anything restored by EXTRA_STATE_RESTORER). */ | ||
399 | #define RETURN(type) \ | ||
400 | ld.b PTO+PT_KERNEL_MODE[sp], r19; \ | ||
401 | di; /* Disable interrupts */ \ | ||
402 | cmp r19, r0; /* See if returning to kernel mode, */\ | ||
403 | bne 2f; /* ... if so, skip resched &c. */ \ | ||
404 | \ | ||
405 | /* We're returning to user mode, so check for various conditions that \ | ||
406 | trigger rescheduling. */ \ | ||
407 | GET_CURRENT_THREAD(r18); \ | ||
408 | ld.w TI_FLAGS[r18], r19; \ | ||
409 | andi _TIF_NEED_RESCHED, r19, r0; \ | ||
410 | bnz 3f; /* Call the scheduler. */ \ | ||
411 | 5: andi _TIF_SIGPENDING, r19, r18; \ | ||
412 | ld.w TASK_PTRACE[CURRENT_TASK], r19; /* ptrace flags */ \ | ||
413 | or r18, r19; /* see if either is non-zero */ \ | ||
414 | bnz 4f; /* if so, handle them */ \ | ||
415 | \ | ||
416 | /* Return to user state. */ \ | ||
417 | 1: st.b r0, KM; /* Now officially in user state. */ \ | ||
418 | \ | ||
419 | /* Final return. The stack-pointer fiddling is not needed when returning \ | ||
420 | to kernel-mode, but they don't hurt, and this way we can share the \ | ||
421 | (sometimes rather lengthy) POP_STATE macro. */ \ | ||
422 | 2: POP_STATE(type); \ | ||
423 | st.w sp, KSP; /* Save the kernel stack pointer. */ \ | ||
424 | ld.w PT_GPR(GPR_SP)-PT_SIZE[sp], sp; /* Restore stack pointer. */ \ | ||
425 | type ## _RET; /* Return from the trap/interrupt. */ \ | ||
426 | \ | ||
427 | /* Call the scheduler before returning from a syscall/trap. */ \ | ||
428 | 3: SAVE_EXTRA_STATE_FOR_SCHEDULE(type); /* Prepare to call scheduler. */ \ | ||
429 | jarl call_scheduler, lp; /* Call scheduler */ \ | ||
430 | di; /* The scheduler enables interrupts */\ | ||
431 | RESTORE_EXTRA_STATE_FOR_SCHEDULE(type); \ | ||
432 | GET_CURRENT_THREAD(r18); \ | ||
433 | ld.w TI_FLAGS[r18], r19; \ | ||
434 | br 5b; /* Continue with return path. */ \ | ||
435 | \ | ||
436 | /* Handle a signal or ptraced process return. \ | ||
437 | r18 should be non-zero if there are pending signals. */ \ | ||
438 | 4: /* Not all registers are saved by the normal trap/interrupt entry \ | ||
439 | points (for instance, call-saved registers (because the normal \ | ||
440 | C-compiler calling sequence in the kernel makes sure they're \ | ||
441 | preserved), and call-clobbered registers in the case of \ | ||
442 | traps), but signal handlers may want to examine or change the \ | ||
443 | complete register state. Here we save anything not saved by \ | ||
444 | the normal entry sequence, so that it may be safely restored \ | ||
445 | (in a possibly modified form) after do_signal returns. */ \ | ||
446 | SAVE_EXTRA_STATE(type); /* Save state not saved by entry. */ \ | ||
447 | jarl handle_signal_or_ptrace_return, lp; \ | ||
448 | RESTORE_EXTRA_STATE(type); /* Restore extra regs. */ \ | ||
449 | br 1b | ||
450 | |||
451 | |||
452 | /* Jump to the appropriate function for the system call number in r12 | ||
453 | (r12 is not preserved), or return an error if r12 is not valid. The | ||
454 | LP register should point to the location where the called function | ||
455 | should return. [note that MAKE_SYS_CALL uses label 1] */ | ||
456 | #define MAKE_SYS_CALL \ | ||
457 | /* Figure out which function to use for this system call. */ \ | ||
458 | shl 2, r12; \ | ||
459 | /* See if the system call number is valid. */ \ | ||
460 | addi lo(CSYM(sys_call_table) - sys_call_table_end), r12, r0; \ | ||
461 | bnh 1f; \ | ||
462 | mov hilo(CSYM(sys_call_table)), r19; \ | ||
463 | add r19, r12; \ | ||
464 | ld.w 0[r12], r12; \ | ||
465 | /* Make the system call. */ \ | ||
466 | jmp [r12]; \ | ||
467 | /* The syscall number is invalid, return an error. */ \ | ||
468 | 1: addi -ENOSYS, r0, r10; \ | ||
469 | jmp [lp] | ||
470 | |||
471 | |||
472 | .text | ||
473 | |||
474 | /* | ||
475 | * User trap. | ||
476 | * | ||
477 | * Trap 0 system calls are also handled here. | ||
478 | * | ||
479 | * The stack-pointer (r3) should have already been saved to the memory | ||
480 | * location ENTRY_SP (the reason for this is that the interrupt vectors may be | ||
481 | * beyond a 22-bit signed offset jump from the actual interrupt handler, and | ||
482 | * this allows them to save the stack-pointer and use that register to do an | ||
483 | * indirect jump). | ||
484 | * | ||
485 | * Syscall protocol: | ||
486 | * Syscall number in r12, args in r6-r9 | ||
487 | * Return value in r10 | ||
488 | */ | ||
489 | G_ENTRY(trap): | ||
490 | SAVE_STATE (TRAP, r12, ENTRY_SP) // Save registers. | ||
491 | stsr SR_ECR, r19 // Find out which trap it was. | ||
492 | ei // Enable interrupts. | ||
493 | mov hilo(ret_from_trap), lp // where the trap should return | ||
494 | |||
495 | // The following two shifts (1) clear out extraneous NMI data in the | ||
496 | // upper 16-bits, (2) convert the 0x40 - 0x5f range of trap ECR | ||
497 | // numbers into the (0-31) << 2 range we want, (3) set the flags. | ||
498 | shl 27, r19 // chop off all high bits | ||
499 | shr 25, r19 // scale back down and then << 2 | ||
500 | bnz 2f // See if not trap 0. | ||
501 | |||
502 | // Trap 0 is a `short' system call, skip general trap table. | ||
503 | MAKE_SYS_CALL // Jump to the syscall function. | ||
504 | |||
505 | 2: // For other traps, use a table lookup. | ||
506 | mov hilo(CSYM(trap_table)), r18 | ||
507 | add r19, r18 | ||
508 | ld.w 0[r18], r18 | ||
509 | jmp [r18] // Jump to the trap handler. | ||
510 | END(trap) | ||
511 | |||
512 | /* This is just like ret_from_trap, but first restores extra registers | ||
513 | saved by some wrappers. */ | ||
514 | L_ENTRY(restore_extra_regs_and_ret_from_trap): | ||
515 | RESTORE_EXTRA_STATE(TRAP) | ||
516 | // fall through | ||
517 | END(restore_extra_regs_and_ret_from_trap) | ||
518 | |||
519 | /* Entry point used to return from a syscall/trap. */ | ||
520 | L_ENTRY(ret_from_trap): | ||
521 | RETURN(TRAP) | ||
522 | END(ret_from_trap) | ||
523 | |||
524 | |||
525 | /* This the initial entry point for a new child thread, with an appropriate | ||
526 | stack in place that makes it look that the child is in the middle of an | ||
527 | syscall. This function is actually `returned to' from switch_thread | ||
528 | (copy_thread makes ret_from_fork the return address in each new thread's | ||
529 | saved context). */ | ||
530 | C_ENTRY(ret_from_fork): | ||
531 | mov r10, r6 // switch_thread returns the prev task. | ||
532 | jarl CSYM(schedule_tail), lp // ...which is schedule_tail's arg | ||
533 | mov r0, r10 // Child's fork call should return 0. | ||
534 | br ret_from_trap // Do normal trap return. | ||
535 | C_END(ret_from_fork) | ||
536 | |||
537 | |||
538 | /* | ||
539 | * Trap 1: `long' system calls | ||
540 | * `Long' syscall protocol: | ||
541 | * Syscall number in r12, args in r6-r9, r13-r14 | ||
542 | * Return value in r10 | ||
543 | */ | ||
544 | L_ENTRY(syscall_long): | ||
545 | // Push extra arguments on the stack. Note that by default, the trap | ||
546 | // handler reserves enough stack space for 6 arguments, so we don't | ||
547 | // have to make any additional room. | ||
548 | st.w r13, 16[sp] // arg 5 | ||
549 | st.w r14, 20[sp] // arg 6 | ||
550 | |||
551 | // Make sure r13 and r14 are preserved, in case we have to restart a | ||
552 | // system call because of a signal (ep has already been set by caller). | ||
553 | st.w r13, PTO+PT_GPR(13)[sp] | ||
554 | st.w r14, PTO+PT_GPR(13)[sp] | ||
555 | mov hilo(ret_from_long_syscall), lp | ||
556 | |||
557 | MAKE_SYS_CALL // Jump to the syscall function. | ||
558 | END(syscall_long) | ||
559 | |||
560 | /* Entry point used to return from a long syscall. Only needed to restore | ||
561 | r13/r14 if the general trap mechanism doesnt' do so. */ | ||
562 | L_ENTRY(ret_from_long_syscall): | ||
563 | ld.w PTO+PT_GPR(13)[sp], r13 // Restore the extra registers | ||
564 | ld.w PTO+PT_GPR(13)[sp], r14 | ||
565 | br ret_from_trap // The rest is the same as other traps | ||
566 | END(ret_from_long_syscall) | ||
567 | |||
568 | |||
569 | /* These syscalls need access to the struct pt_regs on the stack, so we | ||
570 | implement them in assembly (they're basically all wrappers anyway). */ | ||
571 | |||
572 | L_ENTRY(sys_fork_wrapper): | ||
573 | #ifdef CONFIG_MMU | ||
574 | addi SIGCHLD, r0, r6 // Arg 0: flags | ||
575 | ld.w PTO+PT_GPR(GPR_SP)[sp], r7 // Arg 1: child SP (use parent's) | ||
576 | movea PTO, sp, r8 // Arg 2: parent context | ||
577 | mov r0, r9 // Arg 3/4/5: 0 | ||
578 | st.w r0, 16[sp] | ||
579 | st.w r0, 20[sp] | ||
580 | mov hilo(CSYM(do_fork)), r18 // Where the real work gets done | ||
581 | br save_extra_state_tramp // Save state and go there | ||
582 | #else | ||
583 | // fork almost works, enough to trick you into looking elsewhere :-( | ||
584 | addi -EINVAL, r0, r10 | ||
585 | jmp [lp] | ||
586 | #endif | ||
587 | END(sys_fork_wrapper) | ||
588 | |||
589 | L_ENTRY(sys_vfork_wrapper): | ||
590 | addi CLONE_VFORK | CLONE_VM | SIGCHLD, r0, r6 // Arg 0: flags | ||
591 | ld.w PTO+PT_GPR(GPR_SP)[sp], r7 // Arg 1: child SP (use parent's) | ||
592 | movea PTO, sp, r8 // Arg 2: parent context | ||
593 | mov r0, r9 // Arg 3/4/5: 0 | ||
594 | st.w r0, 16[sp] | ||
595 | st.w r0, 20[sp] | ||
596 | mov hilo(CSYM(do_fork)), r18 // Where the real work gets done | ||
597 | br save_extra_state_tramp // Save state and go there | ||
598 | END(sys_vfork_wrapper) | ||
599 | |||
600 | L_ENTRY(sys_clone_wrapper): | ||
601 | ld.w PTO+PT_GPR(GPR_SP)[sp], r19// parent's stack pointer | ||
602 | cmp r7, r0 // See if child SP arg (arg 1) is 0. | ||
603 | cmov z, r19, r7, r7 // ... and use the parent's if so. | ||
604 | movea PTO, sp, r8 // Arg 2: parent context | ||
605 | mov r0, r9 // Arg 3/4/5: 0 | ||
606 | st.w r0, 16[sp] | ||
607 | st.w r0, 20[sp] | ||
608 | mov hilo(CSYM(do_fork)), r18 // Where the real work gets done | ||
609 | br save_extra_state_tramp // Save state and go there | ||
610 | END(sys_clone_wrapper) | ||
611 | |||
612 | |||
613 | L_ENTRY(sys_execve_wrapper): | ||
614 | movea PTO, sp, r9 // add user context as 4th arg | ||
615 | jr CSYM(sys_execve) // Do real work (tail-call). | ||
616 | END(sys_execve_wrapper) | ||
617 | |||
618 | |||
619 | L_ENTRY(sys_sigsuspend_wrapper): | ||
620 | movea PTO, sp, r7 // add user context as 2nd arg | ||
621 | mov hilo(CSYM(sys_sigsuspend)), r18 // syscall function | ||
622 | jarl save_extra_state_tramp, lp // Save state and do it | ||
623 | br restore_extra_regs_and_ret_from_trap | ||
624 | END(sys_sigsuspend_wrapper) | ||
625 | L_ENTRY(sys_rt_sigsuspend_wrapper): | ||
626 | movea PTO, sp, r8 // add user context as 3rd arg | ||
627 | mov hilo(CSYM(sys_rt_sigsuspend)), r18 // syscall function | ||
628 | jarl save_extra_state_tramp, lp // Save state and do it | ||
629 | br restore_extra_regs_and_ret_from_trap | ||
630 | END(sys_rt_sigsuspend_wrapper) | ||
631 | |||
632 | L_ENTRY(sys_sigreturn_wrapper): | ||
633 | movea PTO, sp, r6 // add user context as 1st arg | ||
634 | mov hilo(CSYM(sys_sigreturn)), r18 // syscall function | ||
635 | jarl save_extra_state_tramp, lp // Save state and do it | ||
636 | br restore_extra_regs_and_ret_from_trap | ||
637 | END(sys_sigreturn_wrapper) | ||
638 | L_ENTRY(sys_rt_sigreturn_wrapper): | ||
639 | movea PTO, sp, r6 // add user context as 1st arg | ||
640 | mov hilo(CSYM(sys_rt_sigreturn)), r18// syscall function | ||
641 | jarl save_extra_state_tramp, lp // Save state and do it | ||
642 | br restore_extra_regs_and_ret_from_trap | ||
643 | END(sys_rt_sigreturn_wrapper) | ||
644 | |||
645 | |||
646 | /* Save any state not saved by SAVE_STATE(TRAP), and jump to r18. | ||
647 | It's main purpose is to share the rather lengthy code sequence that | ||
648 | SAVE_STATE expands into among the above wrapper functions. */ | ||
649 | L_ENTRY(save_extra_state_tramp): | ||
650 | SAVE_EXTRA_STATE(TRAP) // Save state not saved by entry. | ||
651 | jmp [r18] // Do the work the caller wants | ||
652 | END(save_extra_state_tramp) | ||
653 | |||
654 | |||
655 | /* | ||
656 | * Hardware maskable interrupts. | ||
657 | * | ||
658 | * The stack-pointer (r3) should have already been saved to the memory | ||
659 | * location ENTRY_SP (the reason for this is that the interrupt vectors may be | ||
660 | * beyond a 22-bit signed offset jump from the actual interrupt handler, and | ||
661 | * this allows them to save the stack-pointer and use that register to do an | ||
662 | * indirect jump). | ||
663 | */ | ||
664 | G_ENTRY(irq): | ||
665 | SAVE_STATE (IRQ, r0, ENTRY_SP) // Save registers. | ||
666 | |||
667 | stsr SR_ECR, r6 // Find out which interrupt it was. | ||
668 | movea PTO, sp, r7 // User regs are arg2 | ||
669 | |||
670 | // All v850 implementations I know about encode their interrupts as | ||
671 | // multiples of 0x10, starting at 0x80 (after NMIs and software | ||
672 | // interrupts). Convert this number into a simple IRQ index for the | ||
673 | // rest of the kernel. We also clear the upper 16 bits, which hold | ||
674 | // NMI info, and don't appear to be cleared when a NMI returns. | ||
675 | shl 16, r6 // clear upper 16 bits | ||
676 | shr 20, r6 // shift back, and remove lower nibble | ||
677 | add -8, r6 // remove bias for irqs | ||
678 | |||
679 | // Call the high-level interrupt handling code. | ||
680 | jarl CSYM(handle_irq), lp | ||
681 | |||
682 | RETURN(IRQ) | ||
683 | END(irq) | ||
684 | |||
685 | |||
686 | /* | ||
687 | * Debug trap / illegal-instruction exception | ||
688 | * | ||
689 | * The stack-pointer (r3) should have already been saved to the memory | ||
690 | * location ENTRY_SP (the reason for this is that the interrupt vectors may be | ||
691 | * beyond a 22-bit signed offset jump from the actual interrupt handler, and | ||
692 | * this allows them to save the stack-pointer and use that register to do an | ||
693 | * indirect jump). | ||
694 | */ | ||
695 | G_ENTRY(dbtrap): | ||
696 | SAVE_STATE (DBTRAP, r0, ENTRY_SP)// Save registers. | ||
697 | |||
698 | /* First see if we came from kernel mode; if so, the dbtrap | ||
699 | instruction has a special meaning, to set the DIR (`debug | ||
700 | information register') register. This is because the DIR register | ||
701 | can _only_ be manipulated/read while in `debug mode,' and debug | ||
702 | mode is only active while we're inside the dbtrap handler. The | ||
703 | exact functionality is: { DIR = (DIR | r6) & ~r7; return DIR; }. */ | ||
704 | ld.b PTO+PT_KERNEL_MODE[sp], r19 | ||
705 | cmp r19, r0 | ||
706 | bz 1f | ||
707 | |||
708 | stsr SR_DIR, r10 | ||
709 | or r6, r10 | ||
710 | not r7, r7 | ||
711 | and r7, r10 | ||
712 | ldsr r10, SR_DIR | ||
713 | stsr SR_DIR, r10 // Confirm the value we set | ||
714 | st.w r10, PTO+PT_GPR(10)[sp] // return it | ||
715 | br 3f | ||
716 | |||
717 | 1: ei // Enable interrupts. | ||
718 | |||
719 | /* The default signal type we raise. */ | ||
720 | mov SIGTRAP, r6 | ||
721 | |||
722 | /* See if it's a single-step trap. */ | ||
723 | stsr SR_DBPSW, r19 | ||
724 | andi 0x0800, r19, r19 | ||
725 | bnz 2f | ||
726 | |||
727 | /* Look to see if the preceding instruction was is a dbtrap or not, | ||
728 | to decide which signal we should use. */ | ||
729 | stsr SR_DBPC, r19 // PC following trapping insn | ||
730 | ld.hu -2[r19], r19 | ||
731 | ori 0xf840, r0, r20 // DBTRAP insn | ||
732 | cmp r19, r20 // Was this trap caused by DBTRAP? | ||
733 | cmov ne, SIGILL, r6, r6 // Choose signal appropriately | ||
734 | |||
735 | /* Raise the desired signal. */ | ||
736 | 2: mov CURRENT_TASK, r7 // Arg 1: task | ||
737 | jarl CSYM(send_sig), lp // tail call | ||
738 | |||
739 | 3: RETURN(DBTRAP) | ||
740 | END(dbtrap) | ||
741 | |||
742 | |||
743 | /* | ||
744 | * Hardware non-maskable interrupts. | ||
745 | * | ||
746 | * The stack-pointer (r3) should have already been saved to the memory | ||
747 | * location ENTRY_SP (the reason for this is that the interrupt vectors may be | ||
748 | * beyond a 22-bit signed offset jump from the actual interrupt handler, and | ||
749 | * this allows them to save the stack-pointer and use that register to do an | ||
750 | * indirect jump). | ||
751 | */ | ||
752 | G_ENTRY(nmi): | ||
753 | SAVE_STATE (NMI, r0, NMI_ENTRY_SP); /* Save registers. */ | ||
754 | |||
755 | stsr SR_ECR, r6; /* Find out which nmi it was. */ | ||
756 | shr 20, r6; /* Extract NMI code in bits 20-24. */ | ||
757 | movea PTO, sp, r7; /* User regs are arg2. */ | ||
758 | |||
759 | /* Non-maskable interrupts always lie right after maskable interrupts. | ||
760 | Call the generic IRQ handler, with two arguments, the IRQ number, | ||
761 | and a pointer to the user registers, to handle the specifics. | ||
762 | (we subtract one because the first NMI has code 1). */ | ||
763 | addi FIRST_NMI - 1, r6, r6 | ||
764 | jarl CSYM(handle_irq), lp | ||
765 | |||
766 | RETURN(NMI) | ||
767 | END(nmi) | ||
768 | |||
769 | |||
770 | /* | ||
771 | * Trap with no handler | ||
772 | */ | ||
773 | L_ENTRY(bad_trap_wrapper): | ||
774 | mov r19, r6 // Arg 0: trap number | ||
775 | movea PTO, sp, r7 // Arg 1: user regs | ||
776 | jr CSYM(bad_trap) // tail call handler | ||
777 | END(bad_trap_wrapper) | ||
778 | |||
779 | |||
780 | /* | ||
781 | * Invoke the scheduler, called from the trap/irq kernel exit path. | ||
782 | * | ||
783 | * This basically just calls `schedule', but also arranges for extra | ||
784 | * registers to be saved for ptrace'd processes, so ptrace can modify them. | ||
785 | */ | ||
786 | L_ENTRY(call_scheduler): | ||
787 | ld.w TASK_PTRACE[CURRENT_TASK], r19 // See if task is ptrace'd | ||
788 | cmp r19, r0 | ||
789 | bnz 1f // ... yes, do special stuff | ||
790 | jr CSYM(schedule) // ... no, just tail-call scheduler | ||
791 | |||
792 | // Save extra regs for ptrace'd task. We want to save anything | ||
793 | // that would otherwise only be `implicitly' saved by the normal | ||
794 | // compiler calling-convention. | ||
795 | 1: mov sp, ep // Setup EP for SAVE_CALL_SAVED_REGS | ||
796 | SAVE_CALL_SAVED_REGS // Save call-saved registers to stack | ||
797 | mov lp, r20 // Save LP in a callee-saved register | ||
798 | |||
799 | jarl CSYM(schedule), lp // Call scheduler | ||
800 | |||
801 | mov r20, lp | ||
802 | mov sp, ep // We can't rely on EP after return | ||
803 | RESTORE_CALL_SAVED_REGS // Restore (possibly modified) regs | ||
804 | jmp [lp] // Return to the return path | ||
805 | END(call_scheduler) | ||
806 | |||
807 | |||
808 | /* | ||
809 | * This is an out-of-line handler for two special cases during the kernel | ||
810 | * trap/irq exit sequence: | ||
811 | * | ||
812 | * (1) If r18 is non-zero then a signal needs to be handled, which is | ||
813 | * done, and then the caller returned to. | ||
814 | * | ||
815 | * (2) If r18 is non-zero then we're returning to a ptraced process, which | ||
816 | * has several special cases -- single-stepping and trap tracing, both | ||
817 | * of which require using the `dbret' instruction to exit the kernel | ||
818 | * instead of the normal `reti' (this is because the CPU not correctly | ||
819 | * single-step after a reti). In this case, of course, this handler | ||
820 | * never returns to the caller. | ||
821 | * | ||
822 | * In either case, all registers should have been saved to the current | ||
823 | * state-save-frame on the stack, except for callee-saved registers. | ||
824 | * | ||
825 | * [These two different cases are combined merely to avoid bloating the | ||
826 | * macro-inlined code, not because they really make much sense together!] | ||
827 | */ | ||
828 | L_ENTRY(handle_signal_or_ptrace_return): | ||
829 | cmp r18, r0 // See if handling a signal | ||
830 | bz 1f // ... nope, go do ptrace return | ||
831 | |||
832 | // Handle a signal | ||
833 | mov lp, r20 // Save link-pointer | ||
834 | mov r10, r21 // Save return-values (for trap) | ||
835 | mov r11, r22 | ||
836 | |||
837 | movea PTO, sp, r6 // Arg 1: struct pt_regs *regs | ||
838 | mov r0, r7 // Arg 2: sigset_t *oldset | ||
839 | jarl CSYM(do_signal), lp // Handle the signal | ||
840 | di // sig handling enables interrupts | ||
841 | |||
842 | mov r20, lp // Restore link-pointer | ||
843 | mov r21, r10 // Restore return-values (for trap) | ||
844 | mov r22, r11 | ||
845 | ld.w TASK_PTRACE[CURRENT_TASK], r19 // check ptrace flags too | ||
846 | cmp r19, r0 | ||
847 | bnz 1f // ... some set, so look more | ||
848 | 2: jmp [lp] // ... none set, so return normally | ||
849 | |||
850 | // ptrace return | ||
851 | 1: ld.w PTO+PT_PSW[sp], r19 // Look at user-processes's flags | ||
852 | andi 0x0800, r19, r19 // See if single-step flag is set | ||
853 | bz 2b // ... nope, return normally | ||
854 | |||
855 | // Return as if from a dbtrap insn | ||
856 | st.b r0, KM // Now officially in user state. | ||
857 | POP_STATE(DBTRAP) // Restore regs | ||
858 | st.w sp, KSP // Save the kernel stack pointer. | ||
859 | ld.w PT_GPR(GPR_SP)-PT_SIZE[sp], sp // Restore user stack pointer. | ||
860 | DBTRAP_RET // Return from the trap/interrupt. | ||
861 | END(handle_signal_or_ptrace_return) | ||
862 | |||
863 | |||
864 | /* | ||
865 | * This is where we switch between two threads. The arguments are: | ||
866 | * r6 -- pointer to the struct thread for the `current' process | ||
867 | * r7 -- pointer to the struct thread for the `new' process. | ||
868 | * when this function returns, it will return to the new thread. | ||
869 | */ | ||
870 | C_ENTRY(switch_thread): | ||
871 | // Return the previous task (r10 is not clobbered by restore below) | ||
872 | mov CURRENT_TASK, r10 | ||
873 | // First, push the current processor state on the stack | ||
874 | PUSH_STATE(SWITCH) | ||
875 | // Now save the location of the kernel stack pointer for this thread; | ||
876 | // since we've pushed all other state on the stack, this is enough to | ||
877 | // restore it all later. | ||
878 | st.w sp, THREAD_KSP[r6] | ||
879 | // Now restore the stack pointer from the new process | ||
880 | ld.w THREAD_KSP[r7], sp | ||
881 | // ... and restore all state from that | ||
882 | POP_STATE(SWITCH) | ||
883 | // Update the current task pointer | ||
884 | GET_CURRENT_TASK(CURRENT_TASK) | ||
885 | // Now return into the new thread | ||
886 | jmp [lp] | ||
887 | C_END(switch_thread) | ||
888 | |||
889 | |||
890 | .data | ||
891 | |||
892 | .align 4 | ||
893 | C_DATA(trap_table): | ||
894 | .long bad_trap_wrapper // trap 0, doesn't use trap table. | ||
895 | .long syscall_long // trap 1, `long' syscall. | ||
896 | .long bad_trap_wrapper | ||
897 | .long bad_trap_wrapper | ||
898 | .long bad_trap_wrapper | ||
899 | .long bad_trap_wrapper | ||
900 | .long bad_trap_wrapper | ||
901 | .long bad_trap_wrapper | ||
902 | .long bad_trap_wrapper | ||
903 | .long bad_trap_wrapper | ||
904 | .long bad_trap_wrapper | ||
905 | .long bad_trap_wrapper | ||
906 | .long bad_trap_wrapper | ||
907 | .long bad_trap_wrapper | ||
908 | .long bad_trap_wrapper | ||
909 | .long bad_trap_wrapper | ||
910 | C_END(trap_table) | ||
911 | |||
912 | |||
913 | .section .rodata | ||
914 | |||
915 | .align 4 | ||
916 | C_DATA(sys_call_table): | ||
917 | .long CSYM(sys_restart_syscall) // 0 | ||
918 | .long CSYM(sys_exit) | ||
919 | .long sys_fork_wrapper | ||
920 | .long CSYM(sys_read) | ||
921 | .long CSYM(sys_write) | ||
922 | .long CSYM(sys_open) // 5 | ||
923 | .long CSYM(sys_close) | ||
924 | .long CSYM(sys_waitpid) | ||
925 | .long CSYM(sys_creat) | ||
926 | .long CSYM(sys_link) | ||
927 | .long CSYM(sys_unlink) // 10 | ||
928 | .long sys_execve_wrapper | ||
929 | .long CSYM(sys_chdir) | ||
930 | .long CSYM(sys_time) | ||
931 | .long CSYM(sys_mknod) | ||
932 | .long CSYM(sys_chmod) // 15 | ||
933 | .long CSYM(sys_chown) | ||
934 | .long CSYM(sys_ni_syscall) // was: break | ||
935 | .long CSYM(sys_ni_syscall) // was: oldstat (aka stat) | ||
936 | .long CSYM(sys_lseek) | ||
937 | .long CSYM(sys_getpid) // 20 | ||
938 | .long CSYM(sys_mount) | ||
939 | .long CSYM(sys_oldumount) | ||
940 | .long CSYM(sys_setuid) | ||
941 | .long CSYM(sys_getuid) | ||
942 | .long CSYM(sys_stime) // 25 | ||
943 | .long CSYM(sys_ptrace) | ||
944 | .long CSYM(sys_alarm) | ||
945 | .long CSYM(sys_ni_syscall) // was: oldfstat (aka fstat) | ||
946 | .long CSYM(sys_pause) | ||
947 | .long CSYM(sys_utime) // 30 | ||
948 | .long CSYM(sys_ni_syscall) // was: stty | ||
949 | .long CSYM(sys_ni_syscall) // was: gtty | ||
950 | .long CSYM(sys_access) | ||
951 | .long CSYM(sys_nice) | ||
952 | .long CSYM(sys_ni_syscall) // 35, was: ftime | ||
953 | .long CSYM(sys_sync) | ||
954 | .long CSYM(sys_kill) | ||
955 | .long CSYM(sys_rename) | ||
956 | .long CSYM(sys_mkdir) | ||
957 | .long CSYM(sys_rmdir) // 40 | ||
958 | .long CSYM(sys_dup) | ||
959 | .long CSYM(sys_pipe) | ||
960 | .long CSYM(sys_times) | ||
961 | .long CSYM(sys_ni_syscall) // was: prof | ||
962 | .long CSYM(sys_brk) // 45 | ||
963 | .long CSYM(sys_setgid) | ||
964 | .long CSYM(sys_getgid) | ||
965 | .long CSYM(sys_signal) | ||
966 | .long CSYM(sys_geteuid) | ||
967 | .long CSYM(sys_getegid) // 50 | ||
968 | .long CSYM(sys_acct) | ||
969 | .long CSYM(sys_umount) // recycled never used phys() | ||
970 | .long CSYM(sys_ni_syscall) // was: lock | ||
971 | .long CSYM(sys_ioctl) | ||
972 | .long CSYM(sys_fcntl) // 55 | ||
973 | .long CSYM(sys_ni_syscall) // was: mpx | ||
974 | .long CSYM(sys_setpgid) | ||
975 | .long CSYM(sys_ni_syscall) // was: ulimit | ||
976 | .long CSYM(sys_ni_syscall) | ||
977 | .long CSYM(sys_umask) // 60 | ||
978 | .long CSYM(sys_chroot) | ||
979 | .long CSYM(sys_ustat) | ||
980 | .long CSYM(sys_dup2) | ||
981 | .long CSYM(sys_getppid) | ||
982 | .long CSYM(sys_getpgrp) // 65 | ||
983 | .long CSYM(sys_setsid) | ||
984 | .long CSYM(sys_sigaction) | ||
985 | .long CSYM(sys_sgetmask) | ||
986 | .long CSYM(sys_ssetmask) | ||
987 | .long CSYM(sys_setreuid) // 70 | ||
988 | .long CSYM(sys_setregid) | ||
989 | .long sys_sigsuspend_wrapper | ||
990 | .long CSYM(sys_sigpending) | ||
991 | .long CSYM(sys_sethostname) | ||
992 | .long CSYM(sys_setrlimit) // 75 | ||
993 | .long CSYM(sys_getrlimit) | ||
994 | .long CSYM(sys_getrusage) | ||
995 | .long CSYM(sys_gettimeofday) | ||
996 | .long CSYM(sys_settimeofday) | ||
997 | .long CSYM(sys_getgroups) // 80 | ||
998 | .long CSYM(sys_setgroups) | ||
999 | .long CSYM(sys_select) | ||
1000 | .long CSYM(sys_symlink) | ||
1001 | .long CSYM(sys_ni_syscall) // was: oldlstat (aka lstat) | ||
1002 | .long CSYM(sys_readlink) // 85 | ||
1003 | .long CSYM(sys_uselib) | ||
1004 | .long CSYM(sys_swapon) | ||
1005 | .long CSYM(sys_reboot) | ||
1006 | .long CSYM(old_readdir) | ||
1007 | .long CSYM(sys_mmap) // 90 | ||
1008 | .long CSYM(sys_munmap) | ||
1009 | .long CSYM(sys_truncate) | ||
1010 | .long CSYM(sys_ftruncate) | ||
1011 | .long CSYM(sys_fchmod) | ||
1012 | .long CSYM(sys_fchown) // 95 | ||
1013 | .long CSYM(sys_getpriority) | ||
1014 | .long CSYM(sys_setpriority) | ||
1015 | .long CSYM(sys_ni_syscall) // was: profil | ||
1016 | .long CSYM(sys_statfs) | ||
1017 | .long CSYM(sys_fstatfs) // 100 | ||
1018 | .long CSYM(sys_ni_syscall) // i386: ioperm | ||
1019 | .long CSYM(sys_socketcall) | ||
1020 | .long CSYM(sys_syslog) | ||
1021 | .long CSYM(sys_setitimer) | ||
1022 | .long CSYM(sys_getitimer) // 105 | ||
1023 | .long CSYM(sys_newstat) | ||
1024 | .long CSYM(sys_newlstat) | ||
1025 | .long CSYM(sys_newfstat) | ||
1026 | .long CSYM(sys_ni_syscall) // was: olduname (aka uname) | ||
1027 | .long CSYM(sys_ni_syscall) // 110, i386: iopl | ||
1028 | .long CSYM(sys_vhangup) | ||
1029 | .long CSYM(sys_ni_syscall) // was: idle | ||
1030 | .long CSYM(sys_ni_syscall) // i386: vm86old | ||
1031 | .long CSYM(sys_wait4) | ||
1032 | .long CSYM(sys_swapoff) // 115 | ||
1033 | .long CSYM(sys_sysinfo) | ||
1034 | .long CSYM(sys_ipc) | ||
1035 | .long CSYM(sys_fsync) | ||
1036 | .long sys_sigreturn_wrapper | ||
1037 | .long sys_clone_wrapper // 120 | ||
1038 | .long CSYM(sys_setdomainname) | ||
1039 | .long CSYM(sys_newuname) | ||
1040 | .long CSYM(sys_ni_syscall) // i386: modify_ldt, m68k: cacheflush | ||
1041 | .long CSYM(sys_adjtimex) | ||
1042 | .long CSYM(sys_ni_syscall) // 125 - sys_mprotect | ||
1043 | .long CSYM(sys_sigprocmask) | ||
1044 | .long CSYM(sys_ni_syscall) // sys_create_module | ||
1045 | .long CSYM(sys_init_module) | ||
1046 | .long CSYM(sys_delete_module) | ||
1047 | .long CSYM(sys_ni_syscall) // 130 - sys_get_kernel_syms | ||
1048 | .long CSYM(sys_quotactl) | ||
1049 | .long CSYM(sys_getpgid) | ||
1050 | .long CSYM(sys_fchdir) | ||
1051 | .long CSYM(sys_bdflush) | ||
1052 | .long CSYM(sys_sysfs) // 135 | ||
1053 | .long CSYM(sys_personality) | ||
1054 | .long CSYM(sys_ni_syscall) // for afs_syscall | ||
1055 | .long CSYM(sys_setfsuid) | ||
1056 | .long CSYM(sys_setfsgid) | ||
1057 | .long CSYM(sys_llseek) // 140 | ||
1058 | .long CSYM(sys_getdents) | ||
1059 | .long CSYM(sys_select) // for backward compat; remove someday | ||
1060 | .long CSYM(sys_flock) | ||
1061 | .long CSYM(sys_ni_syscall) // sys_msync | ||
1062 | .long CSYM(sys_readv) // 145 | ||
1063 | .long CSYM(sys_writev) | ||
1064 | .long CSYM(sys_getsid) | ||
1065 | .long CSYM(sys_fdatasync) | ||
1066 | .long CSYM(sys_sysctl) | ||
1067 | .long CSYM(sys_ni_syscall) // 150 - sys_mlock | ||
1068 | .long CSYM(sys_ni_syscall) // sys_munlock | ||
1069 | .long CSYM(sys_ni_syscall) // sys_mlockall | ||
1070 | .long CSYM(sys_ni_syscall) // sys_munlockall | ||
1071 | .long CSYM(sys_sched_setparam) | ||
1072 | .long CSYM(sys_sched_getparam) // 155 | ||
1073 | .long CSYM(sys_sched_setscheduler) | ||
1074 | .long CSYM(sys_sched_getscheduler) | ||
1075 | .long CSYM(sys_sched_yield) | ||
1076 | .long CSYM(sys_sched_get_priority_max) | ||
1077 | .long CSYM(sys_sched_get_priority_min) // 160 | ||
1078 | .long CSYM(sys_sched_rr_get_interval) | ||
1079 | .long CSYM(sys_nanosleep) | ||
1080 | .long CSYM(sys_ni_syscall) // sys_mremap | ||
1081 | .long CSYM(sys_setresuid) | ||
1082 | .long CSYM(sys_getresuid) // 165 | ||
1083 | .long CSYM(sys_ni_syscall) // for vm86 | ||
1084 | .long CSYM(sys_ni_syscall) // sys_query_module | ||
1085 | .long CSYM(sys_poll) | ||
1086 | .long CSYM(sys_nfsservctl) | ||
1087 | .long CSYM(sys_setresgid) // 170 | ||
1088 | .long CSYM(sys_getresgid) | ||
1089 | .long CSYM(sys_prctl) | ||
1090 | .long sys_rt_sigreturn_wrapper | ||
1091 | .long CSYM(sys_rt_sigaction) | ||
1092 | .long CSYM(sys_rt_sigprocmask) // 175 | ||
1093 | .long CSYM(sys_rt_sigpending) | ||
1094 | .long CSYM(sys_rt_sigtimedwait) | ||
1095 | .long CSYM(sys_rt_sigqueueinfo) | ||
1096 | .long sys_rt_sigsuspend_wrapper | ||
1097 | .long CSYM(sys_pread64) // 180 | ||
1098 | .long CSYM(sys_pwrite64) | ||
1099 | .long CSYM(sys_lchown) | ||
1100 | .long CSYM(sys_getcwd) | ||
1101 | .long CSYM(sys_capget) | ||
1102 | .long CSYM(sys_capset) // 185 | ||
1103 | .long CSYM(sys_sigaltstack) | ||
1104 | .long CSYM(sys_sendfile) | ||
1105 | .long CSYM(sys_ni_syscall) // streams1 | ||
1106 | .long CSYM(sys_ni_syscall) // streams2 | ||
1107 | .long sys_vfork_wrapper // 190 | ||
1108 | .long CSYM(sys_ni_syscall) | ||
1109 | .long CSYM(sys_mmap2) | ||
1110 | .long CSYM(sys_truncate64) | ||
1111 | .long CSYM(sys_ftruncate64) | ||
1112 | .long CSYM(sys_stat64) // 195 | ||
1113 | .long CSYM(sys_lstat64) | ||
1114 | .long CSYM(sys_fstat64) | ||
1115 | .long CSYM(sys_fcntl64) | ||
1116 | .long CSYM(sys_getdents64) | ||
1117 | .long CSYM(sys_pivot_root) // 200 | ||
1118 | .long CSYM(sys_gettid) | ||
1119 | .long CSYM(sys_tkill) | ||
1120 | sys_call_table_end: | ||
1121 | C_END(sys_call_table) | ||
diff --git a/arch/v850/kernel/fpga85e2c.c b/arch/v850/kernel/fpga85e2c.c deleted file mode 100644 index ab9cf16a85c8..000000000000 --- a/arch/v850/kernel/fpga85e2c.c +++ /dev/null | |||
@@ -1,167 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/fpga85e2c.h -- Machine-dependent defs for | ||
3 | * FPGA implementation of V850E2/NA85E2C | ||
4 | * | ||
5 | * Copyright (C) 2002,03 NEC Electronics Corporation | ||
6 | * Copyright (C) 2002,03 Miles Bader <miles@gnu.org> | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General | ||
9 | * Public License. See the file COPYING in the main directory of this | ||
10 | * archive for more details. | ||
11 | * | ||
12 | * Written by Miles Bader <miles@gnu.org> | ||
13 | */ | ||
14 | |||
15 | #include <linux/kernel.h> | ||
16 | #include <linux/module.h> | ||
17 | #include <linux/init.h> | ||
18 | #include <linux/mm.h> | ||
19 | #include <linux/swap.h> | ||
20 | #include <linux/bootmem.h> | ||
21 | #include <linux/irq.h> | ||
22 | #include <linux/bitops.h> | ||
23 | |||
24 | #include <asm/atomic.h> | ||
25 | #include <asm/page.h> | ||
26 | #include <asm/machdep.h> | ||
27 | |||
28 | #include "mach.h" | ||
29 | |||
30 | extern void memcons_setup (void); | ||
31 | |||
32 | |||
33 | #define REG_DUMP_ADDR 0x220000 | ||
34 | |||
35 | |||
36 | extern struct irqaction reg_snap_action; /* fwd decl */ | ||
37 | |||
38 | |||
39 | void __init mach_early_init (void) | ||
40 | { | ||
41 | int i; | ||
42 | const u32 *src; | ||
43 | register u32 *dst asm ("ep"); | ||
44 | extern u32 _intv_end, _intv_load_start; | ||
45 | |||
46 | /* Set bus sizes: CS0 32-bit, CS1 16-bit, CS7 8-bit, | ||
47 | everything else 32-bit. */ | ||
48 | V850E2_BSC = 0x2AA6; | ||
49 | for (i = 2; i <= 6; i++) | ||
50 | CSDEV(i) = 0; /* 32 bit */ | ||
51 | |||
52 | /* Ensure that the simulator halts on a panic, instead of going | ||
53 | into an infinite loop inside the panic function. */ | ||
54 | panic_timeout = -1; | ||
55 | |||
56 | /* Move the interrupt vectors into their real location. Note that | ||
57 | any relocations there are relative to the real location, so we | ||
58 | don't have to fix anything up. We use a loop instead of calling | ||
59 | memcpy to keep this a leaf function (to avoid a function | ||
60 | prologue being generated). */ | ||
61 | dst = 0x10; /* &_intv_start + 0x10. */ | ||
62 | src = &_intv_load_start; | ||
63 | do { | ||
64 | u32 t0 = src[0], t1 = src[1], t2 = src[2], t3 = src[3]; | ||
65 | u32 t4 = src[4], t5 = src[5], t6 = src[6], t7 = src[7]; | ||
66 | dst[0] = t0; dst[1] = t1; dst[2] = t2; dst[3] = t3; | ||
67 | dst[4] = t4; dst[5] = t5; dst[6] = t6; dst[7] = t7; | ||
68 | dst += 8; | ||
69 | src += 8; | ||
70 | } while (dst < &_intv_end); | ||
71 | } | ||
72 | |||
73 | void __init mach_setup (char **cmdline) | ||
74 | { | ||
75 | memcons_setup (); | ||
76 | |||
77 | /* Setup up NMI0 to copy the registers to a known memory location. | ||
78 | The FGPA board has a button that produces NMI0 when pressed, so | ||
79 | this allows us to push the button, and then look at memory to see | ||
80 | what's in the registers (there's no other way to easily do so). | ||
81 | We have to use `setup_irq' instead of `request_irq' because it's | ||
82 | still too early to do memory allocation. */ | ||
83 | setup_irq (IRQ_NMI (0), ®_snap_action); | ||
84 | } | ||
85 | |||
86 | void mach_get_physical_ram (unsigned long *ram_start, unsigned long *ram_len) | ||
87 | { | ||
88 | *ram_start = ERAM_ADDR; | ||
89 | *ram_len = ERAM_SIZE; | ||
90 | } | ||
91 | |||
92 | void __init mach_sched_init (struct irqaction *timer_action) | ||
93 | { | ||
94 | /* Setup up the timer interrupt. The FPGA peripheral control | ||
95 | registers _only_ work with single-bit writes (set1/clr1)! */ | ||
96 | __clear_bit (RPU_GTMC_CE_BIT, &RPU_GTMC); | ||
97 | __clear_bit (RPU_GTMC_CLK_BIT, &RPU_GTMC); | ||
98 | __set_bit (RPU_GTMC_CE_BIT, &RPU_GTMC); | ||
99 | |||
100 | /* We use the first RPU interrupt, which occurs every 8.192ms. */ | ||
101 | setup_irq (IRQ_RPU (0), timer_action); | ||
102 | } | ||
103 | |||
104 | |||
105 | void mach_gettimeofday (struct timespec *tv) | ||
106 | { | ||
107 | tv->tv_sec = 0; | ||
108 | tv->tv_nsec = 0; | ||
109 | } | ||
110 | |||
111 | void machine_halt (void) __attribute__ ((noreturn)); | ||
112 | void machine_halt (void) | ||
113 | { | ||
114 | for (;;) { | ||
115 | DWC(0) = 0x7777; | ||
116 | DWC(1) = 0x7777; | ||
117 | ASC = 0xffff; | ||
118 | FLGREG(0) = 1; /* Halt immediately. */ | ||
119 | asm ("di; halt; nop; nop; nop; nop; nop"); | ||
120 | } | ||
121 | } | ||
122 | |||
123 | void machine_restart (char *__unused) | ||
124 | { | ||
125 | machine_halt (); | ||
126 | } | ||
127 | |||
128 | void machine_power_off (void) | ||
129 | { | ||
130 | machine_halt (); | ||
131 | } | ||
132 | |||
133 | |||
134 | /* Interrupts */ | ||
135 | |||
136 | struct v850e_intc_irq_init irq_inits[] = { | ||
137 | { "IRQ", 0, NUM_MACH_IRQS, 1, 7 }, | ||
138 | { "RPU", IRQ_RPU(0), IRQ_RPU_NUM, 1, 6 }, | ||
139 | { 0 } | ||
140 | }; | ||
141 | #define NUM_IRQ_INITS (ARRAY_SIZE(irq_inits) - 1) | ||
142 | |||
143 | struct hw_interrupt_type hw_itypes[NUM_IRQ_INITS]; | ||
144 | |||
145 | /* Initialize interrupts. */ | ||
146 | void __init mach_init_irqs (void) | ||
147 | { | ||
148 | v850e_intc_init_irq_types (irq_inits, hw_itypes); | ||
149 | } | ||
150 | |||
151 | |||
152 | /* An interrupt handler that copies the registers to a known memory location, | ||
153 | for debugging purposes. */ | ||
154 | |||
155 | static void make_reg_snap (int irq, void *dummy, struct pt_regs *regs) | ||
156 | { | ||
157 | (*(unsigned *)REG_DUMP_ADDR)++; | ||
158 | (*(struct pt_regs *)(REG_DUMP_ADDR + sizeof (unsigned))) = *regs; | ||
159 | } | ||
160 | |||
161 | static int reg_snap_dev_id; | ||
162 | static struct irqaction reg_snap_action = { | ||
163 | .handler = make_reg_snap, | ||
164 | .mask = CPU_MASK_NONE, | ||
165 | .name = "reg_snap", | ||
166 | .dev_id = ®_snap_dev_id, | ||
167 | }; | ||
diff --git a/arch/v850/kernel/fpga85e2c.ld b/arch/v850/kernel/fpga85e2c.ld deleted file mode 100644 index b5d4578ae411..000000000000 --- a/arch/v850/kernel/fpga85e2c.ld +++ /dev/null | |||
@@ -1,62 +0,0 @@ | |||
1 | /* Linker script for the FPGA implementation of the V850E2 NA85E2C cpu core | ||
2 | (CONFIG_V850E2_FPGA85E2C). */ | ||
3 | |||
4 | MEMORY { | ||
5 | /* Reset vector. */ | ||
6 | RESET : ORIGIN = 0, LENGTH = 0x10 | ||
7 | /* Interrupt vectors. */ | ||
8 | INTV : ORIGIN = 0x10, LENGTH = 0x470 | ||
9 | /* The `window' in RAM were we're allowed to load stuff. */ | ||
10 | RAM_LOW : ORIGIN = 0x480, LENGTH = 0x0005FB80 | ||
11 | /* Some more ram above the window were we can put bss &c. */ | ||
12 | RAM_HIGH : ORIGIN = 0x00060000, LENGTH = 0x000A0000 | ||
13 | /* This is the area visible from the outside world (we can use | ||
14 | this only for uninitialized data). */ | ||
15 | VISIBLE : ORIGIN = 0x00200000, LENGTH = 0x00060000 | ||
16 | } | ||
17 | |||
18 | SECTIONS { | ||
19 | .reset : { | ||
20 | __kram_start = . ; | ||
21 | __intv_start = . ; | ||
22 | *(.intv.reset) /* Reset vector */ | ||
23 | } > RESET | ||
24 | |||
25 | .ram_low : { | ||
26 | __r0_ram = . ; /* Must be near address 0. */ | ||
27 | . = . + 32 ; | ||
28 | |||
29 | TEXT_CONTENTS | ||
30 | DATA_CONTENTS | ||
31 | ROOT_FS_CONTENTS | ||
32 | RAMK_INIT_CONTENTS_NO_END | ||
33 | INITRAMFS_CONTENTS | ||
34 | } > RAM_LOW | ||
35 | |||
36 | /* Where the interrupt vectors are initially loaded. */ | ||
37 | __intv_load_start = . ; | ||
38 | |||
39 | .intv : { | ||
40 | *(.intv.common) /* Vectors common to all v850e proc. */ | ||
41 | *(.intv.mach) /* Machine-specific int. vectors. */ | ||
42 | __intv_end = . ; | ||
43 | } > INTV AT> RAM_LOW | ||
44 | |||
45 | .ram_high : { | ||
46 | /* This is here so that when we free init memory the | ||
47 | load-time copy of the interrupt vectors and any empty | ||
48 | space at the end of the `RAM_LOW' area is freed too. */ | ||
49 | . = ALIGN (4096); | ||
50 | __init_end = . ; | ||
51 | |||
52 | BSS_CONTENTS | ||
53 | __kram_end = . ; | ||
54 | BOOTMAP_CONTENTS | ||
55 | } > RAM_HIGH | ||
56 | |||
57 | .visible : { | ||
58 | _memcons_output = . ; | ||
59 | . = . + 0x8000 ; | ||
60 | _memcons_output_end = . ; | ||
61 | } > VISIBLE | ||
62 | } | ||
diff --git a/arch/v850/kernel/gbus_int.c b/arch/v850/kernel/gbus_int.c deleted file mode 100644 index b2bcc251f65b..000000000000 --- a/arch/v850/kernel/gbus_int.c +++ /dev/null | |||
@@ -1,271 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/gbus_int.c -- Midas labs GBUS interrupt support | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/types.h> | ||
15 | #include <linux/init.h> | ||
16 | #include <linux/irq.h> | ||
17 | #include <linux/interrupt.h> | ||
18 | #include <linux/signal.h> | ||
19 | #include <linux/kernel.h> | ||
20 | |||
21 | #include <asm/machdep.h> | ||
22 | |||
23 | |||
24 | /* The number of shared GINT interrupts. */ | ||
25 | #define NUM_GINTS 4 | ||
26 | |||
27 | /* For each GINT interrupt, how many GBUS interrupts are using it. */ | ||
28 | static unsigned gint_num_active_irqs[NUM_GINTS] = { 0 }; | ||
29 | |||
30 | /* A table of GINTn interrupts we actually use. | ||
31 | Note that we don't use GINT0 because all the boards we support treat it | ||
32 | specially. */ | ||
33 | struct used_gint { | ||
34 | unsigned gint; | ||
35 | unsigned priority; | ||
36 | } used_gint[] = { | ||
37 | { 1, GBUS_INT_PRIORITY_HIGH }, | ||
38 | { 3, GBUS_INT_PRIORITY_LOW } | ||
39 | }; | ||
40 | #define NUM_USED_GINTS ARRAY_SIZE(used_gint) | ||
41 | |||
42 | /* A table of which GINT is used by each GBUS interrupts (they are | ||
43 | assigned based on priority). */ | ||
44 | static unsigned char gbus_int_gint[IRQ_GBUS_INT_NUM]; | ||
45 | |||
46 | |||
47 | /* Interrupt enabling/disabling. */ | ||
48 | |||
49 | /* Enable interrupt handling for interrupt IRQ. */ | ||
50 | void gbus_int_enable_irq (unsigned irq) | ||
51 | { | ||
52 | unsigned gint = gbus_int_gint[irq - GBUS_INT_BASE_IRQ]; | ||
53 | GBUS_INT_ENABLE (GBUS_INT_IRQ_WORD(irq), gint) | ||
54 | |= GBUS_INT_IRQ_MASK (irq); | ||
55 | } | ||
56 | |||
57 | /* Disable interrupt handling for interrupt IRQ. Note that any | ||
58 | interrupts received while disabled will be delivered once the | ||
59 | interrupt is enabled again, unless they are explicitly cleared using | ||
60 | `gbus_int_clear_pending_irq'. */ | ||
61 | void gbus_int_disable_irq (unsigned irq) | ||
62 | { | ||
63 | unsigned gint = gbus_int_gint[irq - GBUS_INT_BASE_IRQ]; | ||
64 | GBUS_INT_ENABLE (GBUS_INT_IRQ_WORD(irq), gint) | ||
65 | &= ~GBUS_INT_IRQ_MASK (irq); | ||
66 | } | ||
67 | |||
68 | /* Return true if interrupt handling for interrupt IRQ is enabled. */ | ||
69 | int gbus_int_irq_enabled (unsigned irq) | ||
70 | { | ||
71 | unsigned gint = gbus_int_gint[irq - GBUS_INT_BASE_IRQ]; | ||
72 | return (GBUS_INT_ENABLE (GBUS_INT_IRQ_WORD(irq), gint) | ||
73 | & GBUS_INT_IRQ_MASK(irq)); | ||
74 | } | ||
75 | |||
76 | /* Disable all GBUS irqs. */ | ||
77 | void gbus_int_disable_irqs () | ||
78 | { | ||
79 | unsigned w, n; | ||
80 | for (w = 0; w < GBUS_INT_NUM_WORDS; w++) | ||
81 | for (n = 0; n < IRQ_GINT_NUM; n++) | ||
82 | GBUS_INT_ENABLE (w, n) = 0; | ||
83 | } | ||
84 | |||
85 | /* Clear any pending interrupts for IRQ. */ | ||
86 | void gbus_int_clear_pending_irq (unsigned irq) | ||
87 | { | ||
88 | GBUS_INT_CLEAR (GBUS_INT_IRQ_WORD(irq)) = GBUS_INT_IRQ_MASK (irq); | ||
89 | } | ||
90 | |||
91 | /* Return true if interrupt IRQ is pending (but disabled). */ | ||
92 | int gbus_int_irq_pending (unsigned irq) | ||
93 | { | ||
94 | return (GBUS_INT_STATUS (GBUS_INT_IRQ_WORD(irq)) | ||
95 | & GBUS_INT_IRQ_MASK(irq)); | ||
96 | } | ||
97 | |||
98 | |||
99 | /* Delegating interrupts. */ | ||
100 | |||
101 | /* Handle a shared GINT interrupt by passing to the appropriate GBUS | ||
102 | interrupt handler. */ | ||
103 | static irqreturn_t gbus_int_handle_irq (int irq, void *dev_id, | ||
104 | struct pt_regs *regs) | ||
105 | { | ||
106 | unsigned w; | ||
107 | irqreturn_t rval = IRQ_NONE; | ||
108 | unsigned gint = irq - IRQ_GINT (0); | ||
109 | |||
110 | for (w = 0; w < GBUS_INT_NUM_WORDS; w++) { | ||
111 | unsigned status = GBUS_INT_STATUS (w); | ||
112 | unsigned enable = GBUS_INT_ENABLE (w, gint); | ||
113 | |||
114 | /* Only pay attention to enabled interrupts. */ | ||
115 | status &= enable; | ||
116 | if (status) { | ||
117 | irq = IRQ_GBUS_INT (w * GBUS_INT_BITS_PER_WORD); | ||
118 | do { | ||
119 | /* There's an active interrupt in word | ||
120 | W, find out which one, and call its | ||
121 | handler. */ | ||
122 | |||
123 | while (! (status & 0x1)) { | ||
124 | irq++; | ||
125 | status >>= 1; | ||
126 | } | ||
127 | status &= ~0x1; | ||
128 | |||
129 | /* Recursively call handle_irq to handle it. */ | ||
130 | handle_irq (irq, regs); | ||
131 | rval = IRQ_HANDLED; | ||
132 | } while (status); | ||
133 | } | ||
134 | } | ||
135 | |||
136 | /* Toggle the `all enable' bit back and forth, which should cause | ||
137 | another edge transition if there are any other interrupts | ||
138 | still pending, and so result in another CPU interrupt. */ | ||
139 | GBUS_INT_ENABLE (0, gint) &= ~0x1; | ||
140 | GBUS_INT_ENABLE (0, gint) |= 0x1; | ||
141 | |||
142 | return rval; | ||
143 | } | ||
144 | |||
145 | |||
146 | /* Initialize GBUS interrupt sources. */ | ||
147 | |||
148 | static void irq_nop (unsigned irq) { } | ||
149 | |||
150 | static unsigned gbus_int_startup_irq (unsigned irq) | ||
151 | { | ||
152 | unsigned gint = gbus_int_gint[irq - GBUS_INT_BASE_IRQ]; | ||
153 | |||
154 | if (gint_num_active_irqs[gint] == 0) { | ||
155 | /* First enable the CPU interrupt. */ | ||
156 | int rval = | ||
157 | request_irq (IRQ_GINT(gint), gbus_int_handle_irq, | ||
158 | IRQF_DISABLED, | ||
159 | "gbus_int_handler", | ||
160 | &gint_num_active_irqs[gint]); | ||
161 | if (rval != 0) | ||
162 | return rval; | ||
163 | } | ||
164 | |||
165 | gint_num_active_irqs[gint]++; | ||
166 | |||
167 | gbus_int_clear_pending_irq (irq); | ||
168 | gbus_int_enable_irq (irq); | ||
169 | |||
170 | return 0; | ||
171 | } | ||
172 | |||
173 | static void gbus_int_shutdown_irq (unsigned irq) | ||
174 | { | ||
175 | unsigned gint = gbus_int_gint[irq - GBUS_INT_BASE_IRQ]; | ||
176 | |||
177 | gbus_int_disable_irq (irq); | ||
178 | |||
179 | if (--gint_num_active_irqs[gint] == 0) | ||
180 | /* Disable the CPU interrupt. */ | ||
181 | free_irq (IRQ_GINT(gint), &gint_num_active_irqs[gint]); | ||
182 | } | ||
183 | |||
184 | /* Initialize HW_IRQ_TYPES for INTC-controlled irqs described in array | ||
185 | INITS (which is terminated by an entry with the name field == 0). */ | ||
186 | void __init gbus_int_init_irq_types (struct gbus_int_irq_init *inits, | ||
187 | struct hw_interrupt_type *hw_irq_types) | ||
188 | { | ||
189 | struct gbus_int_irq_init *init; | ||
190 | for (init = inits; init->name; init++) { | ||
191 | unsigned i; | ||
192 | struct hw_interrupt_type *hwit = hw_irq_types++; | ||
193 | |||
194 | hwit->typename = init->name; | ||
195 | |||
196 | hwit->startup = gbus_int_startup_irq; | ||
197 | hwit->shutdown = gbus_int_shutdown_irq; | ||
198 | hwit->enable = gbus_int_enable_irq; | ||
199 | hwit->disable = gbus_int_disable_irq; | ||
200 | hwit->ack = irq_nop; | ||
201 | hwit->end = irq_nop; | ||
202 | |||
203 | /* Initialize kernel IRQ infrastructure for this interrupt. */ | ||
204 | init_irq_handlers(init->base, init->num, init->interval, hwit); | ||
205 | |||
206 | /* Set the interrupt priorities. */ | ||
207 | for (i = 0; i < init->num; i++) { | ||
208 | unsigned j; | ||
209 | for (j = 0; j < NUM_USED_GINTS; j++) | ||
210 | if (used_gint[j].priority > init->priority) | ||
211 | break; | ||
212 | /* Wherever we stopped looking is one past the | ||
213 | GINT we want. */ | ||
214 | gbus_int_gint[init->base + i * init->interval | ||
215 | - GBUS_INT_BASE_IRQ] | ||
216 | = used_gint[j > 0 ? j - 1 : 0].gint; | ||
217 | } | ||
218 | } | ||
219 | } | ||
220 | |||
221 | |||
222 | /* Initialize IRQS. */ | ||
223 | |||
224 | /* Chip interrupts (GINTn) shared among GBUS interrupts. */ | ||
225 | static struct hw_interrupt_type gint_hw_itypes[NUM_USED_GINTS]; | ||
226 | |||
227 | |||
228 | /* GBUS interrupts themselves. */ | ||
229 | |||
230 | struct gbus_int_irq_init gbus_irq_inits[] __initdata = { | ||
231 | /* First set defaults. */ | ||
232 | { "GBUS_INT", IRQ_GBUS_INT(0), IRQ_GBUS_INT_NUM, 1, 6}, | ||
233 | { 0 } | ||
234 | }; | ||
235 | #define NUM_GBUS_IRQ_INITS (ARRAY_SIZE(gbus_irq_inits) - 1) | ||
236 | |||
237 | static struct hw_interrupt_type gbus_hw_itypes[NUM_GBUS_IRQ_INITS]; | ||
238 | |||
239 | |||
240 | /* Initialize GBUS interrupts. */ | ||
241 | void __init gbus_int_init_irqs (void) | ||
242 | { | ||
243 | unsigned i; | ||
244 | |||
245 | /* First initialize the shared gint interrupts. */ | ||
246 | for (i = 0; i < NUM_USED_GINTS; i++) { | ||
247 | unsigned gint = used_gint[i].gint; | ||
248 | struct v850e_intc_irq_init gint_irq_init[2]; | ||
249 | |||
250 | /* We initialize one GINT interrupt at a time. */ | ||
251 | gint_irq_init[0].name = "GINT"; | ||
252 | gint_irq_init[0].base = IRQ_GINT (gint); | ||
253 | gint_irq_init[0].num = 1; | ||
254 | gint_irq_init[0].interval = 1; | ||
255 | gint_irq_init[0].priority = used_gint[i].priority; | ||
256 | |||
257 | gint_irq_init[1].name = 0; /* Terminate the vector. */ | ||
258 | |||
259 | v850e_intc_init_irq_types (gint_irq_init, gint_hw_itypes); | ||
260 | } | ||
261 | |||
262 | /* Then the GBUS interrupts. */ | ||
263 | gbus_int_disable_irqs (); | ||
264 | gbus_int_init_irq_types (gbus_irq_inits, gbus_hw_itypes); | ||
265 | /* Turn on the `all enable' bits, which are ANDed with | ||
266 | individual interrupt enable bits; we only want to bother with | ||
267 | the latter. They are the first bit in the first word of each | ||
268 | interrupt-enable area. */ | ||
269 | for (i = 0; i < NUM_USED_GINTS; i++) | ||
270 | GBUS_INT_ENABLE (0, used_gint[i].gint) = 0x1; | ||
271 | } | ||
diff --git a/arch/v850/kernel/head.S b/arch/v850/kernel/head.S deleted file mode 100644 index c490b937ef14..000000000000 --- a/arch/v850/kernel/head.S +++ /dev/null | |||
@@ -1,128 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/head.S -- Lowest-level startup code | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <asm/clinkage.h> | ||
15 | #include <asm/current.h> | ||
16 | #include <asm/entry.h> | ||
17 | #include <asm/thread_info.h> | ||
18 | #include <asm/irq.h> | ||
19 | |||
20 | |||
21 | /* Make a slightly more convenient alias for C_SYMBOL_NAME. */ | ||
22 | #define CSYM C_SYMBOL_NAME | ||
23 | |||
24 | |||
25 | .text | ||
26 | |||
27 | // Define `mach_early_init' as a weak symbol | ||
28 | .global CSYM(mach_early_init) | ||
29 | .weak CSYM(mach_early_init) | ||
30 | |||
31 | C_ENTRY(start): | ||
32 | // Make sure interrupts are turned off, just in case | ||
33 | di | ||
34 | |||
35 | #ifdef CONFIG_RESET_GUARD | ||
36 | // See if we got here via an unexpected reset | ||
37 | ld.w RESET_GUARD, r19 // Check current value of reset guard | ||
38 | mov RESET_GUARD_ACTIVE, r20 | ||
39 | cmp r19, r20 | ||
40 | bne 1f // Guard was not active | ||
41 | |||
42 | // If we get here, the reset guard was active. Load up some | ||
43 | // interesting values as arguments, and jump to the handler. | ||
44 | st.w r0, RESET_GUARD // Allow further resets to succeed | ||
45 | mov lp, r6 // Arg 0: return address | ||
46 | ld.b KM, r7 // Arg 1: kernel mode | ||
47 | mov sp, r9 // Arg 3: stack pointer | ||
48 | ld.w KSP, r19 // maybe switch to kernel stack | ||
49 | cmp r7, r0 // see if already in kernel mode | ||
50 | cmov z, r19, sp, sp // and switch to kernel stack if not | ||
51 | GET_CURRENT_TASK(r8) // Arg 2: task pointer | ||
52 | jr CSYM(unexpected_reset) | ||
53 | |||
54 | 1: st.w r20, RESET_GUARD // Turn on reset guard | ||
55 | #endif /* CONFIG_RESET_GUARD */ | ||
56 | |||
57 | // Setup a temporary stack for doing pre-initialization function calls. | ||
58 | // | ||
59 | // We can't use the initial kernel stack, because (1) it may be | ||
60 | // located in memory we're not allowed to touch, and (2) since | ||
61 | // it's in the data segment, calling memcpy to initialize that | ||
62 | // area from ROM will overwrite memcpy's return address. | ||
63 | mov hilo(CSYM(_init_stack_end) - 4), sp | ||
64 | |||
65 | // See if there's a platform-specific early-initialization routine | ||
66 | // defined; it's a weak symbol, so it will have an address of zero if | ||
67 | // there's not. | ||
68 | mov hilo(CSYM(mach_early_init)), r6 | ||
69 | cmp r6, r0 | ||
70 | bz 3f | ||
71 | |||
72 | // There is one, so call it. If this function is written in C, it | ||
73 | // should be very careful -- the stack pointer is valid, but very | ||
74 | // little else is (e.g., bss is not zeroed yet, and initialized data | ||
75 | // hasn't been). | ||
76 | jarl 2f, lp // first figure out return address | ||
77 | 2: add 3f - ., lp | ||
78 | jmp [r6] // do call | ||
79 | 3: | ||
80 | |||
81 | #ifdef CONFIG_ROM_KERNEL | ||
82 | // Copy the data area from ROM to RAM | ||
83 | mov hilo(CSYM(_rom_copy_dst_start)), r6 | ||
84 | mov hilo(CSYM(_rom_copy_src_start)), r7 | ||
85 | mov hilo(CSYM(_rom_copy_dst_end)), r8 | ||
86 | sub r6, r8 | ||
87 | jarl CSYM(memcpy), lp | ||
88 | #endif | ||
89 | |||
90 | // Load the initial thread's stack, and current task pointer (in r16) | ||
91 | mov hilo(CSYM(init_thread_union)), r19 | ||
92 | movea THREAD_SIZE, r19, sp | ||
93 | ld.w TI_TASK[r19], CURRENT_TASK | ||
94 | |||
95 | #ifdef CONFIG_TIME_BOOTUP | ||
96 | /* This stuff must come after mach_early_init, because interrupts may | ||
97 | not work until after its been called. */ | ||
98 | jarl CSYM(highres_timer_reset), lp | ||
99 | jarl CSYM(highres_timer_start), lp | ||
100 | #endif | ||
101 | |||
102 | // Kernel stack pointer save location | ||
103 | st.w sp, KSP | ||
104 | |||
105 | // Assert that we're in `kernel mode' | ||
106 | mov 1, r19 | ||
107 | st.w r19, KM | ||
108 | |||
109 | #ifdef CONFIG_ZERO_BSS | ||
110 | // Zero bss area, since we can't rely upon any loader to do so | ||
111 | mov hilo(CSYM(_sbss)), r6 | ||
112 | mov r0, r7 | ||
113 | mov hilo(CSYM(_ebss)), r8 | ||
114 | sub r6, r8 | ||
115 | jarl CSYM(memset), lp | ||
116 | #endif | ||
117 | |||
118 | // What happens if the main kernel function returns (it shouldn't) | ||
119 | mov hilo(CSYM(machine_halt)), lp | ||
120 | |||
121 | // Start the linux kernel. We use an indirect jump to get extra | ||
122 | // range, because on some platforms this initial startup code | ||
123 | // (and the associated platform-specific code in mach_early_init) | ||
124 | // are located far away from the main kernel, e.g. so that they | ||
125 | // can initialize RAM first and copy the kernel or something. | ||
126 | mov hilo(CSYM(start_kernel)), r12 | ||
127 | jmp [r12] | ||
128 | C_END(start) | ||
diff --git a/arch/v850/kernel/highres_timer.c b/arch/v850/kernel/highres_timer.c deleted file mode 100644 index b16ad1eaf966..000000000000 --- a/arch/v850/kernel/highres_timer.c +++ /dev/null | |||
@@ -1,132 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/highres_timer.c -- High resolution timing routines | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <asm/system.h> | ||
15 | #include <asm/v850e_timer_d.h> | ||
16 | #include <asm/highres_timer.h> | ||
17 | |||
18 | #define HIGHRES_TIMER_USEC_SHIFT 12 | ||
19 | |||
20 | /* Pre-calculated constant used for converting ticks to real time | ||
21 | units. We initialize it to prevent it being put into BSS. */ | ||
22 | static u32 highres_timer_usec_prescale = 1; | ||
23 | |||
24 | void highres_timer_slow_tick_irq (void) __attribute__ ((noreturn)); | ||
25 | void highres_timer_slow_tick_irq (void) | ||
26 | { | ||
27 | /* This is an interrupt handler, so it must be very careful to | ||
28 | not to trash any registers. At this point, the stack-pointer | ||
29 | (r3) has been saved in the chip ram location ENTRY_SP by the | ||
30 | interrupt vector, so we can use it as a scratch register; we | ||
31 | must also restore it before returning. */ | ||
32 | asm ("ld.w %0[r0], sp;" | ||
33 | "add 1, sp;" | ||
34 | "st.w sp, %0[r0];" | ||
35 | "ld.w %1[r0], sp;" /* restore pre-irq stack-pointer */ | ||
36 | "reti" | ||
37 | :: | ||
38 | "i" (HIGHRES_TIMER_SLOW_TICKS_ADDR), | ||
39 | "i" (ENTRY_SP_ADDR) | ||
40 | : "memory"); | ||
41 | } | ||
42 | |||
43 | void highres_timer_reset (void) | ||
44 | { | ||
45 | V850E_TIMER_D_TMD (HIGHRES_TIMER_TIMER_D_UNIT) = 0; | ||
46 | HIGHRES_TIMER_SLOW_TICKS = 0; | ||
47 | } | ||
48 | |||
49 | void highres_timer_start (void) | ||
50 | { | ||
51 | u32 fast_tick_rate; | ||
52 | |||
53 | /* Start hardware timer. */ | ||
54 | v850e_timer_d_configure (HIGHRES_TIMER_TIMER_D_UNIT, | ||
55 | HIGHRES_TIMER_SLOW_TICK_RATE); | ||
56 | |||
57 | fast_tick_rate = | ||
58 | (V850E_TIMER_D_BASE_FREQ | ||
59 | >> V850E_TIMER_D_DIVLOG2 (HIGHRES_TIMER_TIMER_D_UNIT)); | ||
60 | |||
61 | /* The obvious way of calculating microseconds from fast ticks | ||
62 | is to do: | ||
63 | |||
64 | usec = fast_ticks * 10^6 / fast_tick_rate | ||
65 | |||
66 | However, divisions are much slower than multiplications, and | ||
67 | the above calculation can overflow, so we do this instead: | ||
68 | |||
69 | usec = fast_ticks * (10^6 * 2^12 / fast_tick_rate) / 2^12 | ||
70 | |||
71 | since we can pre-calculate (10^6 * (2^12 / fast_tick_rate)) | ||
72 | and use a shift for dividing by 2^12, this avoids division, | ||
73 | and is almost as accurate (it differs by about 2 microseconds | ||
74 | at the extreme value of the fast-tick counter's ranger). */ | ||
75 | highres_timer_usec_prescale = ((1000000 << HIGHRES_TIMER_USEC_SHIFT) | ||
76 | / fast_tick_rate); | ||
77 | |||
78 | /* Enable the interrupt (which is hardwired to this use), and | ||
79 | give it the highest priority. */ | ||
80 | V850E_INTC_IC (IRQ_INTCMD (HIGHRES_TIMER_TIMER_D_UNIT)) = 0; | ||
81 | } | ||
82 | |||
83 | void highres_timer_stop (void) | ||
84 | { | ||
85 | /* Stop the timer. */ | ||
86 | V850E_TIMER_D_TMCD (HIGHRES_TIMER_TIMER_D_UNIT) = | ||
87 | V850E_TIMER_D_TMCD_CAE; | ||
88 | /* Disable its interrupt, just in case. */ | ||
89 | v850e_intc_disable_irq (IRQ_INTCMD (HIGHRES_TIMER_TIMER_D_UNIT)); | ||
90 | } | ||
91 | |||
92 | inline void highres_timer_read_ticks (u32 *slow_ticks, u32 *fast_ticks) | ||
93 | { | ||
94 | int flags; | ||
95 | u32 fast_ticks_1, fast_ticks_2, _slow_ticks; | ||
96 | |||
97 | local_irq_save (flags); | ||
98 | fast_ticks_1 = V850E_TIMER_D_TMD (HIGHRES_TIMER_TIMER_D_UNIT); | ||
99 | _slow_ticks = HIGHRES_TIMER_SLOW_TICKS; | ||
100 | fast_ticks_2 = V850E_TIMER_D_TMD (HIGHRES_TIMER_TIMER_D_UNIT); | ||
101 | local_irq_restore (flags); | ||
102 | |||
103 | if (fast_ticks_2 < fast_ticks_1) | ||
104 | _slow_ticks++; | ||
105 | |||
106 | *slow_ticks = _slow_ticks; | ||
107 | *fast_ticks = fast_ticks_2; | ||
108 | } | ||
109 | |||
110 | inline void highres_timer_ticks_to_timeval (u32 slow_ticks, u32 fast_ticks, | ||
111 | struct timeval *tv) | ||
112 | { | ||
113 | unsigned long sec, sec_rem, usec; | ||
114 | |||
115 | usec = ((fast_ticks * highres_timer_usec_prescale) | ||
116 | >> HIGHRES_TIMER_USEC_SHIFT); | ||
117 | |||
118 | sec = slow_ticks / HIGHRES_TIMER_SLOW_TICK_RATE; | ||
119 | sec_rem = slow_ticks % HIGHRES_TIMER_SLOW_TICK_RATE; | ||
120 | |||
121 | usec += sec_rem * (1000000 / HIGHRES_TIMER_SLOW_TICK_RATE); | ||
122 | |||
123 | tv->tv_sec = sec; | ||
124 | tv->tv_usec = usec; | ||
125 | } | ||
126 | |||
127 | void highres_timer_read (struct timeval *tv) | ||
128 | { | ||
129 | u32 fast_ticks, slow_ticks; | ||
130 | highres_timer_read_ticks (&slow_ticks, &fast_ticks); | ||
131 | highres_timer_ticks_to_timeval (slow_ticks, fast_ticks, tv); | ||
132 | } | ||
diff --git a/arch/v850/kernel/init_task.c b/arch/v850/kernel/init_task.c deleted file mode 100644 index 44b274dff33f..000000000000 --- a/arch/v850/kernel/init_task.c +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/init_task.c -- Initial task/thread structures | ||
3 | * | ||
4 | * Copyright (C) 2002,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2002,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | */ | ||
11 | |||
12 | #include <linux/mm.h> | ||
13 | #include <linux/module.h> | ||
14 | #include <linux/sched.h> | ||
15 | #include <linux/init.h> | ||
16 | #include <linux/init_task.h> | ||
17 | #include <linux/fs.h> | ||
18 | #include <linux/mqueue.h> | ||
19 | |||
20 | #include <asm/uaccess.h> | ||
21 | #include <asm/pgtable.h> | ||
22 | |||
23 | static struct fs_struct init_fs = INIT_FS; | ||
24 | static struct signal_struct init_signals = INIT_SIGNALS (init_signals); | ||
25 | static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); | ||
26 | struct mm_struct init_mm = INIT_MM (init_mm); | ||
27 | |||
28 | EXPORT_SYMBOL(init_mm); | ||
29 | |||
30 | /* | ||
31 | * Initial task structure. | ||
32 | * | ||
33 | * All other task structs will be allocated on slabs in fork.c | ||
34 | */ | ||
35 | struct task_struct init_task = INIT_TASK (init_task); | ||
36 | |||
37 | EXPORT_SYMBOL(init_task); | ||
38 | |||
39 | /* | ||
40 | * Initial thread structure. | ||
41 | * | ||
42 | * We need to make sure that this is 8192-byte aligned due to the | ||
43 | * way process stacks are handled. This is done by having a special | ||
44 | * "init_task" linker map entry. | ||
45 | */ | ||
46 | union thread_union init_thread_union | ||
47 | __attribute__((__section__(".data.init_task"))) = | ||
48 | { INIT_THREAD_INFO(init_task) }; | ||
diff --git a/arch/v850/kernel/intv.S b/arch/v850/kernel/intv.S deleted file mode 100644 index 671e4c6150dd..000000000000 --- a/arch/v850/kernel/intv.S +++ /dev/null | |||
@@ -1,87 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/intv.S -- Interrupt vectors | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <asm/clinkage.h> | ||
15 | #include <asm/irq.h> | ||
16 | #include <asm/machdep.h> | ||
17 | #include <asm/entry.h> | ||
18 | |||
19 | #ifdef CONFIG_V850E_HIGHRES_TIMER | ||
20 | #include <asm/highres_timer.h> | ||
21 | #endif | ||
22 | |||
23 | /* Jump to an interrupt/trap handler. These handlers (defined in entry.S) | ||
24 | expect the stack-pointer to be saved in ENTRY_SP, so we use sp to do an | ||
25 | indirect jump (which avoids problems when the handler is more than a signed | ||
26 | 22-bit offset away). */ | ||
27 | #define JUMP_TO_HANDLER(name, sp_save_loc) \ | ||
28 | st.w sp, sp_save_loc; \ | ||
29 | mov hilo(name), sp; \ | ||
30 | jmp [sp] | ||
31 | |||
32 | |||
33 | /* Reset vector. */ | ||
34 | .section .intv.reset, "ax" | ||
35 | .org 0x0 | ||
36 | mov hilo(C_SYMBOL_NAME(start)), r1; | ||
37 | jmp [r1] | ||
38 | |||
39 | |||
40 | /* Generic interrupt vectors. */ | ||
41 | .section .intv.common, "ax" | ||
42 | .balign 0x10 | ||
43 | JUMP_TO_HANDLER (nmi, NMI_ENTRY_SP) // 0x10 - NMI0 | ||
44 | .balign 0x10 | ||
45 | JUMP_TO_HANDLER (nmi, NMI_ENTRY_SP) // 0x20 - NMI1 | ||
46 | .balign 0x10 | ||
47 | JUMP_TO_HANDLER (nmi, NMI_ENTRY_SP) // 0x30 - NMI2 | ||
48 | |||
49 | .balign 0x10 | ||
50 | JUMP_TO_HANDLER (trap, ENTRY_SP) // 0x40 - TRAP0n | ||
51 | .balign 0x10 | ||
52 | JUMP_TO_HANDLER (trap, ENTRY_SP) // 0x50 - TRAP1n | ||
53 | |||
54 | .balign 0x10 | ||
55 | JUMP_TO_HANDLER (dbtrap, ENTRY_SP) // 0x60 - Illegal op / DBTRAP insn | ||
56 | |||
57 | |||
58 | /* Hardware interrupt vectors. */ | ||
59 | .section .intv.mach, "ax" | ||
60 | .org 0x0 | ||
61 | |||
62 | #if defined (CONFIG_V850E_HIGHRES_TIMER) && defined (IRQ_INTCMD) | ||
63 | |||
64 | /* Interrupts before the highres timer interrupt. */ | ||
65 | .rept IRQ_INTCMD (HIGHRES_TIMER_TIMER_D_UNIT) | ||
66 | .balign 0x10 | ||
67 | JUMP_TO_HANDLER (irq, ENTRY_SP) | ||
68 | .endr | ||
69 | |||
70 | /* The highres timer interrupt. */ | ||
71 | .balign 0x10 | ||
72 | JUMP_TO_HANDLER (C_SYMBOL_NAME (highres_timer_slow_tick_irq), ENTRY_SP) | ||
73 | |||
74 | /* Interrupts after the highres timer interrupt. */ | ||
75 | .rept NUM_CPU_IRQS - IRQ_INTCMD (HIGHRES_TIMER_TIMER_D_UNIT) - 1 | ||
76 | .balign 0x10 | ||
77 | JUMP_TO_HANDLER (irq, ENTRY_SP) | ||
78 | .endr | ||
79 | |||
80 | #else /* No highres timer */ | ||
81 | |||
82 | .rept NUM_CPU_IRQS | ||
83 | .balign 0x10 | ||
84 | JUMP_TO_HANDLER (irq, ENTRY_SP) | ||
85 | .endr | ||
86 | |||
87 | #endif /* Highres timer */ | ||
diff --git a/arch/v850/kernel/irq.c b/arch/v850/kernel/irq.c deleted file mode 100644 index 858c45819aab..000000000000 --- a/arch/v850/kernel/irq.c +++ /dev/null | |||
@@ -1,123 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/irq.c -- High-level interrupt handling | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03,04,05 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03,04,05 Miles Bader <miles@gnu.org> | ||
6 | * Copyright (C) 1994-2000 Ralf Baechle | ||
7 | * Copyright (C) 1992 Linus Torvalds | ||
8 | * | ||
9 | * This file is subject to the terms and conditions of the GNU General | ||
10 | * Public License. See the file COPYING in the main directory of this | ||
11 | * archive for more details. | ||
12 | * | ||
13 | * This file was was derived from the mips version, arch/mips/kernel/irq.c | ||
14 | */ | ||
15 | |||
16 | #include <linux/kernel.h> | ||
17 | #include <linux/module.h> | ||
18 | #include <linux/irq.h> | ||
19 | #include <linux/init.h> | ||
20 | #include <linux/interrupt.h> | ||
21 | #include <linux/kernel_stat.h> | ||
22 | #include <linux/slab.h> | ||
23 | #include <linux/mm.h> | ||
24 | #include <linux/random.h> | ||
25 | #include <linux/seq_file.h> | ||
26 | |||
27 | #include <asm/system.h> | ||
28 | |||
29 | /* | ||
30 | * 'what should we do if we get a hw irq event on an illegal vector'. | ||
31 | * each architecture has to answer this themselves, it doesn't deserve | ||
32 | * a generic callback i think. | ||
33 | */ | ||
34 | void ack_bad_irq(unsigned int irq) | ||
35 | { | ||
36 | printk("received IRQ %d with unknown interrupt type\n", irq); | ||
37 | } | ||
38 | |||
39 | volatile unsigned long irq_err_count, spurious_count; | ||
40 | |||
41 | /* | ||
42 | * Generic, controller-independent functions: | ||
43 | */ | ||
44 | |||
45 | int show_interrupts(struct seq_file *p, void *v) | ||
46 | { | ||
47 | int irq = *(loff_t *) v; | ||
48 | |||
49 | if (irq == 0) { | ||
50 | int cpu; | ||
51 | seq_puts(p, " "); | ||
52 | for (cpu=0; cpu < 1 /*smp_num_cpus*/; cpu++) | ||
53 | seq_printf(p, "CPU%d ", cpu); | ||
54 | seq_putc(p, '\n'); | ||
55 | } | ||
56 | |||
57 | if (irq < NR_IRQS) { | ||
58 | unsigned long flags; | ||
59 | struct irqaction *action; | ||
60 | |||
61 | spin_lock_irqsave(&irq_desc[irq].lock, flags); | ||
62 | |||
63 | action = irq_desc[irq].action; | ||
64 | if (action) { | ||
65 | int j; | ||
66 | int count = 0; | ||
67 | int num = -1; | ||
68 | const char *type_name = irq_desc[irq].chip->typename; | ||
69 | |||
70 | for (j = 0; j < NR_IRQS; j++) | ||
71 | if (irq_desc[j].chip->typename == type_name){ | ||
72 | if (irq == j) | ||
73 | num = count; | ||
74 | count++; | ||
75 | } | ||
76 | |||
77 | seq_printf(p, "%3d: ",irq); | ||
78 | seq_printf(p, "%10u ", kstat_irqs(irq)); | ||
79 | if (count > 1) { | ||
80 | int prec = (num >= 100 ? 3 : num >= 10 ? 2 : 1); | ||
81 | seq_printf(p, " %*s%d", 14 - prec, | ||
82 | type_name, num); | ||
83 | } else | ||
84 | seq_printf(p, " %14s", type_name); | ||
85 | |||
86 | seq_printf(p, " %s", action->name); | ||
87 | for (action=action->next; action; action = action->next) | ||
88 | seq_printf(p, ", %s", action->name); | ||
89 | seq_putc(p, '\n'); | ||
90 | } | ||
91 | |||
92 | spin_unlock_irqrestore(&irq_desc[irq].lock, flags); | ||
93 | } else if (irq == NR_IRQS) | ||
94 | seq_printf(p, "ERR: %10lu\n", irq_err_count); | ||
95 | |||
96 | return 0; | ||
97 | } | ||
98 | |||
99 | /* Handle interrupt IRQ. REGS are the registers at the time of ther | ||
100 | interrupt. */ | ||
101 | unsigned int handle_irq (int irq, struct pt_regs *regs) | ||
102 | { | ||
103 | irq_enter(); | ||
104 | __do_IRQ(irq, regs); | ||
105 | irq_exit(); | ||
106 | return 1; | ||
107 | } | ||
108 | |||
109 | /* Initialize irq handling for IRQs. | ||
110 | BASE_IRQ, BASE_IRQ+INTERVAL, ..., BASE_IRQ+NUM*INTERVAL | ||
111 | to IRQ_TYPE. An IRQ_TYPE of 0 means to use a generic interrupt type. */ | ||
112 | void __init | ||
113 | init_irq_handlers (int base_irq, int num, int interval, | ||
114 | struct hw_interrupt_type *irq_type) | ||
115 | { | ||
116 | while (num-- > 0) { | ||
117 | irq_desc[base_irq].status = IRQ_DISABLED; | ||
118 | irq_desc[base_irq].action = NULL; | ||
119 | irq_desc[base_irq].depth = 1; | ||
120 | irq_desc[base_irq].chip = irq_type; | ||
121 | base_irq += interval; | ||
122 | } | ||
123 | } | ||
diff --git a/arch/v850/kernel/ma.c b/arch/v850/kernel/ma.c deleted file mode 100644 index 143774de75e1..000000000000 --- a/arch/v850/kernel/ma.c +++ /dev/null | |||
@@ -1,69 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/ma.c -- V850E/MA series of cpu chips | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/init.h> | ||
16 | #include <linux/mm.h> | ||
17 | #include <linux/swap.h> | ||
18 | #include <linux/bootmem.h> | ||
19 | #include <linux/irq.h> | ||
20 | |||
21 | #include <asm/atomic.h> | ||
22 | #include <asm/page.h> | ||
23 | #include <asm/machdep.h> | ||
24 | #include <asm/v850e_timer_d.h> | ||
25 | |||
26 | #include "mach.h" | ||
27 | |||
28 | void __init mach_sched_init (struct irqaction *timer_action) | ||
29 | { | ||
30 | /* Start hardware timer. */ | ||
31 | v850e_timer_d_configure (0, HZ); | ||
32 | /* Install timer interrupt handler. */ | ||
33 | setup_irq (IRQ_INTCMD(0), timer_action); | ||
34 | } | ||
35 | |||
36 | static struct v850e_intc_irq_init irq_inits[] = { | ||
37 | { "IRQ", 0, NUM_MACH_IRQS, 1, 7 }, | ||
38 | { "CMD", IRQ_INTCMD(0), IRQ_INTCMD_NUM, 1, 5 }, | ||
39 | { "DMA", IRQ_INTDMA(0), IRQ_INTDMA_NUM, 1, 2 }, | ||
40 | { "CSI", IRQ_INTCSI(0), IRQ_INTCSI_NUM, 4, 4 }, | ||
41 | { "SER", IRQ_INTSER(0), IRQ_INTSER_NUM, 4, 3 }, | ||
42 | { "SR", IRQ_INTSR(0), IRQ_INTSR_NUM, 4, 4 }, | ||
43 | { "ST", IRQ_INTST(0), IRQ_INTST_NUM, 4, 5 }, | ||
44 | { 0 } | ||
45 | }; | ||
46 | #define NUM_IRQ_INITS (ARRAY_SIZE(irq_inits) - 1) | ||
47 | |||
48 | static struct hw_interrupt_type hw_itypes[NUM_IRQ_INITS]; | ||
49 | |||
50 | /* Initialize MA chip interrupts. */ | ||
51 | void __init ma_init_irqs (void) | ||
52 | { | ||
53 | v850e_intc_init_irq_types (irq_inits, hw_itypes); | ||
54 | } | ||
55 | |||
56 | /* Called before configuring an on-chip UART. */ | ||
57 | void ma_uart_pre_configure (unsigned chan, unsigned cflags, unsigned baud) | ||
58 | { | ||
59 | /* We only know about the first two UART channels (though | ||
60 | specific chips may have more). */ | ||
61 | if (chan < 2) { | ||
62 | unsigned bits = 0x3 << (chan * 3); | ||
63 | /* Specify that the relevant pins on the chip should do | ||
64 | serial I/O, not direct I/O. */ | ||
65 | MA_PORT4_PMC |= bits; | ||
66 | /* Specify that we're using the UART, not the CSI device. */ | ||
67 | MA_PORT4_PFC |= bits; | ||
68 | } | ||
69 | } | ||
diff --git a/arch/v850/kernel/mach.c b/arch/v850/kernel/mach.c deleted file mode 100644 index b9db278d2b71..000000000000 --- a/arch/v850/kernel/mach.c +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/mach.c -- Defaults for some things defined by "mach.h" | ||
3 | * | ||
4 | * Copyright (C) 2001 NEC Corporation | ||
5 | * Copyright (C) 2001 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include "mach.h" | ||
15 | |||
16 | /* Called with each timer tick, if non-zero. */ | ||
17 | void (*mach_tick)(void) = 0; | ||
diff --git a/arch/v850/kernel/mach.h b/arch/v850/kernel/mach.h deleted file mode 100644 index 9e0e4816ec56..000000000000 --- a/arch/v850/kernel/mach.h +++ /dev/null | |||
@@ -1,56 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/mach.h -- Machine-dependent functions used by v850 port | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #ifndef __V850_MACH_H__ | ||
15 | #define __V850_MACH_H__ | ||
16 | |||
17 | #include <linux/kernel.h> | ||
18 | #include <linux/time.h> | ||
19 | #include <linux/spinlock.h> | ||
20 | #include <linux/interrupt.h> | ||
21 | #include <linux/fs.h> | ||
22 | #include <linux/seq_file.h> | ||
23 | |||
24 | #include <asm/ptrace.h> | ||
25 | #include <asm/entry.h> | ||
26 | #include <asm/clinkage.h> | ||
27 | |||
28 | void mach_setup (char **cmdline); | ||
29 | void mach_gettimeofday (struct timespec *tv); | ||
30 | void mach_sched_init (struct irqaction *timer_action); | ||
31 | void mach_get_physical_ram (unsigned long *ram_start, unsigned long *ram_len); | ||
32 | void mach_init_irqs (void); | ||
33 | |||
34 | /* If defined, is called very early in the kernel initialization. The | ||
35 | stack pointer is valid, but very little has been initialized (e.g., | ||
36 | bss is not zeroed yet) when this is called, so care must taken. */ | ||
37 | void mach_early_init (void); | ||
38 | |||
39 | /* If defined, called after the bootmem allocator has been initialized, | ||
40 | to allow the platform-dependent code to reserve any areas of RAM that | ||
41 | the kernel shouldn't touch. */ | ||
42 | void mach_reserve_bootmem (void) __attribute__ ((__weak__)); | ||
43 | |||
44 | /* Called with each timer tick, if non-zero. */ | ||
45 | extern void (*mach_tick) (void); | ||
46 | |||
47 | /* The following establishes aliases for various mach_ functions to the | ||
48 | name by which the rest of the kernel calls them. These statements | ||
49 | should only have an effect in the file that defines the actual functions. */ | ||
50 | #define MACH_ALIAS(to, from) \ | ||
51 | asm (".global " macrology_stringify (C_SYMBOL_NAME (to)) ";" \ | ||
52 | macrology_stringify (C_SYMBOL_NAME (to)) \ | ||
53 | " = " macrology_stringify (C_SYMBOL_NAME (from))) | ||
54 | /* e.g.: MACH_ALIAS (kernel_name, arch_spec_name); */ | ||
55 | |||
56 | #endif /* __V850_MACH_H__ */ | ||
diff --git a/arch/v850/kernel/me2.c b/arch/v850/kernel/me2.c deleted file mode 100644 index 007115dc9ce0..000000000000 --- a/arch/v850/kernel/me2.c +++ /dev/null | |||
@@ -1,73 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/me2.c -- V850E/ME2 chip-specific support | ||
3 | * | ||
4 | * Copyright (C) 2003 NEC Corporation | ||
5 | * Copyright (C) 2003 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/init.h> | ||
16 | #include <linux/mm.h> | ||
17 | #include <linux/swap.h> | ||
18 | #include <linux/bootmem.h> | ||
19 | #include <linux/irq.h> | ||
20 | |||
21 | #include <asm/atomic.h> | ||
22 | #include <asm/page.h> | ||
23 | #include <asm/machdep.h> | ||
24 | #include <asm/v850e_timer_d.h> | ||
25 | |||
26 | #include "mach.h" | ||
27 | |||
28 | void __init mach_sched_init (struct irqaction *timer_action) | ||
29 | { | ||
30 | /* Start hardware timer. */ | ||
31 | v850e_timer_d_configure (0, HZ); | ||
32 | /* Install timer interrupt handler. */ | ||
33 | setup_irq (IRQ_INTCMD(0), timer_action); | ||
34 | } | ||
35 | |||
36 | static struct v850e_intc_irq_init irq_inits[] = { | ||
37 | { "IRQ", 0, NUM_CPU_IRQS, 1, 7 }, | ||
38 | { "INTP", IRQ_INTP(0), IRQ_INTP_NUM, 1, 5 }, | ||
39 | { "CMD", IRQ_INTCMD(0), IRQ_INTCMD_NUM, 1, 3 }, | ||
40 | { "UBTIRE", IRQ_INTUBTIRE(0), IRQ_INTUBTIRE_NUM, 5, 4 }, | ||
41 | { "UBTIR", IRQ_INTUBTIR(0), IRQ_INTUBTIR_NUM, 5, 4 }, | ||
42 | { "UBTIT", IRQ_INTUBTIT(0), IRQ_INTUBTIT_NUM, 5, 4 }, | ||
43 | { "UBTIF", IRQ_INTUBTIF(0), IRQ_INTUBTIF_NUM, 5, 4 }, | ||
44 | { "UBTITO", IRQ_INTUBTITO(0), IRQ_INTUBTITO_NUM, 5, 4 }, | ||
45 | { 0 } | ||
46 | }; | ||
47 | #define NUM_IRQ_INITS (ARRAY_SIZE(irq_inits) - 1) | ||
48 | |||
49 | static struct hw_interrupt_type hw_itypes[NUM_IRQ_INITS]; | ||
50 | |||
51 | /* Initialize V850E/ME2 chip interrupts. */ | ||
52 | void __init me2_init_irqs (void) | ||
53 | { | ||
54 | v850e_intc_init_irq_types (irq_inits, hw_itypes); | ||
55 | } | ||
56 | |||
57 | /* Called before configuring an on-chip UART. */ | ||
58 | void me2_uart_pre_configure (unsigned chan, unsigned cflags, unsigned baud) | ||
59 | { | ||
60 | if (chan == 0) { | ||
61 | /* Specify that the relevant pins on the chip should do | ||
62 | serial I/O, not direct I/O. */ | ||
63 | ME2_PORT1_PMC |= 0xC; | ||
64 | /* Specify that we're using the UART, not the CSI device. */ | ||
65 | ME2_PORT1_PFC |= 0xC; | ||
66 | } else if (chan == 1) { | ||
67 | /* Specify that the relevant pins on the chip should do | ||
68 | serial I/O, not direct I/O. */ | ||
69 | ME2_PORT2_PMC |= 0x6; | ||
70 | /* Specify that we're using the UART, not the CSI device. */ | ||
71 | ME2_PORT2_PFC |= 0x6; | ||
72 | } | ||
73 | } | ||
diff --git a/arch/v850/kernel/memcons.c b/arch/v850/kernel/memcons.c deleted file mode 100644 index 92f514fdcc79..000000000000 --- a/arch/v850/kernel/memcons.c +++ /dev/null | |||
@@ -1,135 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/memcons.c -- Console I/O to a memory buffer | ||
3 | * | ||
4 | * Copyright (C) 2001,02 NEC Corporation | ||
5 | * Copyright (C) 2001,02 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/console.h> | ||
16 | #include <linux/tty.h> | ||
17 | #include <linux/tty_driver.h> | ||
18 | #include <linux/init.h> | ||
19 | |||
20 | /* If this device is enabled, the linker map should define start and | ||
21 | end points for its buffer. */ | ||
22 | extern char memcons_output[], memcons_output_end; | ||
23 | |||
24 | /* Current offset into the buffer. */ | ||
25 | static unsigned long memcons_offs = 0; | ||
26 | |||
27 | /* Spinlock protecting memcons_offs. */ | ||
28 | static DEFINE_SPINLOCK(memcons_lock); | ||
29 | |||
30 | |||
31 | static size_t write (const char *buf, size_t len) | ||
32 | { | ||
33 | unsigned long flags; | ||
34 | char *point; | ||
35 | |||
36 | spin_lock_irqsave (memcons_lock, flags); | ||
37 | |||
38 | point = memcons_output + memcons_offs; | ||
39 | if (point + len >= &memcons_output_end) { | ||
40 | len = &memcons_output_end - point; | ||
41 | memcons_offs = 0; | ||
42 | } else | ||
43 | memcons_offs += len; | ||
44 | |||
45 | spin_unlock_irqrestore (memcons_lock, flags); | ||
46 | |||
47 | memcpy (point, buf, len); | ||
48 | |||
49 | return len; | ||
50 | } | ||
51 | |||
52 | |||
53 | /* Low-level console. */ | ||
54 | |||
55 | static void memcons_write (struct console *co, const char *buf, unsigned len) | ||
56 | { | ||
57 | while (len > 0) | ||
58 | len -= write (buf, len); | ||
59 | } | ||
60 | |||
61 | static struct tty_driver *tty_driver; | ||
62 | |||
63 | static struct tty_driver *memcons_device (struct console *co, int *index) | ||
64 | { | ||
65 | *index = co->index; | ||
66 | return tty_driver; | ||
67 | } | ||
68 | |||
69 | static struct console memcons = | ||
70 | { | ||
71 | .name = "memcons", | ||
72 | .write = memcons_write, | ||
73 | .device = memcons_device, | ||
74 | .flags = CON_PRINTBUFFER, | ||
75 | .index = -1, | ||
76 | }; | ||
77 | |||
78 | void memcons_setup (void) | ||
79 | { | ||
80 | register_console (&memcons); | ||
81 | printk (KERN_INFO "Console: static memory buffer (memcons)\n"); | ||
82 | } | ||
83 | |||
84 | /* Higher level TTY interface. */ | ||
85 | |||
86 | int memcons_tty_open (struct tty_struct *tty, struct file *filp) | ||
87 | { | ||
88 | return 0; | ||
89 | } | ||
90 | |||
91 | int memcons_tty_write (struct tty_struct *tty, const unsigned char *buf, int len) | ||
92 | { | ||
93 | return write (buf, len); | ||
94 | } | ||
95 | |||
96 | int memcons_tty_write_room (struct tty_struct *tty) | ||
97 | { | ||
98 | return &memcons_output_end - (memcons_output + memcons_offs); | ||
99 | } | ||
100 | |||
101 | int memcons_tty_chars_in_buffer (struct tty_struct *tty) | ||
102 | { | ||
103 | /* We have no buffer. */ | ||
104 | return 0; | ||
105 | } | ||
106 | |||
107 | static const struct tty_operations ops = { | ||
108 | .open = memcons_tty_open, | ||
109 | .write = memcons_tty_write, | ||
110 | .write_room = memcons_tty_write_room, | ||
111 | .chars_in_buffer = memcons_tty_chars_in_buffer, | ||
112 | }; | ||
113 | |||
114 | int __init memcons_tty_init (void) | ||
115 | { | ||
116 | int err; | ||
117 | struct tty_driver *driver = alloc_tty_driver(1); | ||
118 | if (!driver) | ||
119 | return -ENOMEM; | ||
120 | |||
121 | driver->name = "memcons"; | ||
122 | driver->major = TTY_MAJOR; | ||
123 | driver->minor_start = 64; | ||
124 | driver->type = TTY_DRIVER_TYPE_SYSCONS; | ||
125 | driver->init_termios = tty_std_termios; | ||
126 | tty_set_operations(driver, &ops); | ||
127 | err = tty_register_driver(driver); | ||
128 | if (err) { | ||
129 | put_tty_driver(driver); | ||
130 | return err; | ||
131 | } | ||
132 | tty_driver = driver; | ||
133 | return 0; | ||
134 | } | ||
135 | __initcall (memcons_tty_init); | ||
diff --git a/arch/v850/kernel/module.c b/arch/v850/kernel/module.c deleted file mode 100644 index 64aeb3e37c52..000000000000 --- a/arch/v850/kernel/module.c +++ /dev/null | |||
@@ -1,237 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/module.c -- Architecture-specific module functions | ||
3 | * | ||
4 | * Copyright (C) 2002,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2002,03 Miles Bader <miles@gnu.org> | ||
6 | * Copyright (C) 2001,03 Rusty Russell | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General | ||
9 | * Public License. See the file COPYING in the main directory of this | ||
10 | * archive for more details. | ||
11 | * | ||
12 | * Written by Miles Bader <miles@gnu.org> | ||
13 | * | ||
14 | * Derived in part from arch/ppc/kernel/module.c | ||
15 | */ | ||
16 | |||
17 | #include <linux/kernel.h> | ||
18 | #include <linux/vmalloc.h> | ||
19 | #include <linux/moduleloader.h> | ||
20 | #include <linux/elf.h> | ||
21 | |||
22 | #if 0 | ||
23 | #define DEBUGP printk | ||
24 | #else | ||
25 | #define DEBUGP(fmt , ...) | ||
26 | #endif | ||
27 | |||
28 | void *module_alloc (unsigned long size) | ||
29 | { | ||
30 | return size == 0 ? 0 : vmalloc (size); | ||
31 | } | ||
32 | |||
33 | void module_free (struct module *mod, void *module_region) | ||
34 | { | ||
35 | vfree (module_region); | ||
36 | /* FIXME: If module_region == mod->init_region, trim exception | ||
37 | table entries. */ | ||
38 | } | ||
39 | |||
40 | int module_finalize (const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, | ||
41 | struct module *mod) | ||
42 | { | ||
43 | return 0; | ||
44 | } | ||
45 | |||
46 | /* Count how many different relocations (different symbol, different | ||
47 | addend) */ | ||
48 | static unsigned int count_relocs(const Elf32_Rela *rela, unsigned int num) | ||
49 | { | ||
50 | unsigned int i, j, ret = 0; | ||
51 | |||
52 | /* Sure, this is order(n^2), but it's usually short, and not | ||
53 | time critical */ | ||
54 | for (i = 0; i < num; i++) { | ||
55 | for (j = 0; j < i; j++) { | ||
56 | /* If this addend appeared before, it's | ||
57 | already been counted */ | ||
58 | if (ELF32_R_SYM(rela[i].r_info) | ||
59 | == ELF32_R_SYM(rela[j].r_info) | ||
60 | && rela[i].r_addend == rela[j].r_addend) | ||
61 | break; | ||
62 | } | ||
63 | if (j == i) ret++; | ||
64 | } | ||
65 | return ret; | ||
66 | } | ||
67 | |||
68 | /* Get the potential trampolines size required of the init and | ||
69 | non-init sections */ | ||
70 | static unsigned long get_plt_size(const Elf32_Ehdr *hdr, | ||
71 | const Elf32_Shdr *sechdrs, | ||
72 | const char *secstrings, | ||
73 | int is_init) | ||
74 | { | ||
75 | unsigned long ret = 0; | ||
76 | unsigned i; | ||
77 | |||
78 | /* Everything marked ALLOC (this includes the exported | ||
79 | symbols) */ | ||
80 | for (i = 1; i < hdr->e_shnum; i++) { | ||
81 | /* If it's called *.init*, and we're not init, we're | ||
82 | not interested */ | ||
83 | if ((strstr(secstrings + sechdrs[i].sh_name, ".init") != 0) | ||
84 | != is_init) | ||
85 | continue; | ||
86 | |||
87 | if (sechdrs[i].sh_type == SHT_RELA) { | ||
88 | DEBUGP("Found relocations in section %u\n", i); | ||
89 | DEBUGP("Ptr: %p. Number: %u\n", | ||
90 | (void *)hdr + sechdrs[i].sh_offset, | ||
91 | sechdrs[i].sh_size / sizeof(Elf32_Rela)); | ||
92 | ret += count_relocs((void *)hdr | ||
93 | + sechdrs[i].sh_offset, | ||
94 | sechdrs[i].sh_size | ||
95 | / sizeof(Elf32_Rela)) | ||
96 | * sizeof(struct v850_plt_entry); | ||
97 | } | ||
98 | } | ||
99 | |||
100 | return ret; | ||
101 | } | ||
102 | |||
103 | int module_frob_arch_sections(Elf32_Ehdr *hdr, | ||
104 | Elf32_Shdr *sechdrs, | ||
105 | char *secstrings, | ||
106 | struct module *me) | ||
107 | { | ||
108 | unsigned int i; | ||
109 | |||
110 | /* Find .plt and .pltinit sections */ | ||
111 | for (i = 0; i < hdr->e_shnum; i++) { | ||
112 | if (strcmp(secstrings + sechdrs[i].sh_name, ".init.plt") == 0) | ||
113 | me->arch.init_plt_section = i; | ||
114 | else if (strcmp(secstrings + sechdrs[i].sh_name, ".plt") == 0) | ||
115 | me->arch.core_plt_section = i; | ||
116 | } | ||
117 | if (!me->arch.core_plt_section || !me->arch.init_plt_section) { | ||
118 | printk("Module doesn't contain .plt or .plt.init sections.\n"); | ||
119 | return -ENOEXEC; | ||
120 | } | ||
121 | |||
122 | /* Override their sizes */ | ||
123 | sechdrs[me->arch.core_plt_section].sh_size | ||
124 | = get_plt_size(hdr, sechdrs, secstrings, 0); | ||
125 | sechdrs[me->arch.init_plt_section].sh_size | ||
126 | = get_plt_size(hdr, sechdrs, secstrings, 1); | ||
127 | return 0; | ||
128 | } | ||
129 | |||
130 | int apply_relocate (Elf32_Shdr *sechdrs, const char *strtab, | ||
131 | unsigned int symindex, unsigned int relsec, | ||
132 | struct module *mod) | ||
133 | { | ||
134 | printk ("Barf\n"); | ||
135 | return -ENOEXEC; | ||
136 | } | ||
137 | |||
138 | /* Set up a trampoline in the PLT to bounce us to the distant function */ | ||
139 | static uint32_t do_plt_call (void *location, Elf32_Addr val, | ||
140 | Elf32_Shdr *sechdrs, struct module *mod) | ||
141 | { | ||
142 | struct v850_plt_entry *entry; | ||
143 | /* Instructions used to do the indirect jump. */ | ||
144 | uint32_t tramp[2]; | ||
145 | |||
146 | /* We have to trash a register, so we assume that any control | ||
147 | transfer more than 21-bits away must be a function call | ||
148 | (so we can use a call-clobbered register). */ | ||
149 | tramp[0] = 0x0621 + ((val & 0xffff) << 16); /* mov sym, r1 ... */ | ||
150 | tramp[1] = ((val >> 16) & 0xffff) + 0x610000; /* ...; jmp r1 */ | ||
151 | |||
152 | /* Init, or core PLT? */ | ||
153 | if (location >= mod->module_core | ||
154 | && location < mod->module_core + mod->core_size) | ||
155 | entry = (void *)sechdrs[mod->arch.core_plt_section].sh_addr; | ||
156 | else | ||
157 | entry = (void *)sechdrs[mod->arch.init_plt_section].sh_addr; | ||
158 | |||
159 | /* Find this entry, or if that fails, the next avail. entry */ | ||
160 | while (entry->tramp[0]) | ||
161 | if (entry->tramp[0] == tramp[0] && entry->tramp[1] == tramp[1]) | ||
162 | return (uint32_t)entry; | ||
163 | else | ||
164 | entry++; | ||
165 | |||
166 | entry->tramp[0] = tramp[0]; | ||
167 | entry->tramp[1] = tramp[1]; | ||
168 | |||
169 | return (uint32_t)entry; | ||
170 | } | ||
171 | |||
172 | int apply_relocate_add (Elf32_Shdr *sechdrs, const char *strtab, | ||
173 | unsigned int symindex, unsigned int relsec, | ||
174 | struct module *mod) | ||
175 | { | ||
176 | unsigned int i; | ||
177 | Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; | ||
178 | |||
179 | DEBUGP ("Applying relocate section %u to %u\n", relsec, | ||
180 | sechdrs[relsec].sh_info); | ||
181 | |||
182 | for (i = 0; i < sechdrs[relsec].sh_size / sizeof (*rela); i++) { | ||
183 | /* This is where to make the change */ | ||
184 | uint32_t *loc | ||
185 | = ((void *)sechdrs[sechdrs[relsec].sh_info].sh_addr | ||
186 | + rela[i].r_offset); | ||
187 | /* This is the symbol it is referring to. Note that all | ||
188 | undefined symbols have been resolved. */ | ||
189 | Elf32_Sym *sym | ||
190 | = ((Elf32_Sym *)sechdrs[symindex].sh_addr | ||
191 | + ELF32_R_SYM (rela[i].r_info)); | ||
192 | uint32_t val = sym->st_value + rela[i].r_addend; | ||
193 | |||
194 | switch (ELF32_R_TYPE (rela[i].r_info)) { | ||
195 | case R_V850_32: | ||
196 | /* We write two shorts instead of a long because even | ||
197 | 32-bit insns only need half-word alignment, but | ||
198 | 32-bit data writes need to be long-word aligned. */ | ||
199 | val += ((uint16_t *)loc)[0]; | ||
200 | val += ((uint16_t *)loc)[1] << 16; | ||
201 | ((uint16_t *)loc)[0] = val & 0xffff; | ||
202 | ((uint16_t *)loc)[1] = (val >> 16) & 0xffff; | ||
203 | break; | ||
204 | |||
205 | case R_V850_22_PCREL: | ||
206 | /* Maybe jump indirectly via a PLT table entry. */ | ||
207 | if ((int32_t)(val - (uint32_t)loc) > 0x1fffff | ||
208 | || (int32_t)(val - (uint32_t)loc) < -0x200000) | ||
209 | val = do_plt_call (loc, val, sechdrs, mod); | ||
210 | |||
211 | val -= (uint32_t)loc; | ||
212 | |||
213 | /* We write two shorts instead of a long because | ||
214 | even 32-bit insns only need half-word alignment, | ||
215 | but 32-bit data writes need to be long-word | ||
216 | aligned. */ | ||
217 | ((uint16_t *)loc)[0] = | ||
218 | (*(uint16_t *)loc & 0xffc0) /* opcode + reg */ | ||
219 | | ((val >> 16) & 0xffc03f); /* offs high */ | ||
220 | ((uint16_t *)loc)[1] = | ||
221 | (val & 0xffff); /* offs low */ | ||
222 | break; | ||
223 | |||
224 | default: | ||
225 | printk (KERN_ERR "module %s: Unknown reloc: %u\n", | ||
226 | mod->name, ELF32_R_TYPE (rela[i].r_info)); | ||
227 | return -ENOEXEC; | ||
228 | } | ||
229 | } | ||
230 | |||
231 | return 0; | ||
232 | } | ||
233 | |||
234 | void | ||
235 | module_arch_cleanup(struct module *mod) | ||
236 | { | ||
237 | } | ||
diff --git a/arch/v850/kernel/process.c b/arch/v850/kernel/process.c deleted file mode 100644 index e4a4b8e7d5a3..000000000000 --- a/arch/v850/kernel/process.c +++ /dev/null | |||
@@ -1,217 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/process.c -- Arch-dependent process handling | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/errno.h> | ||
15 | #include <linux/sched.h> | ||
16 | #include <linux/kernel.h> | ||
17 | #include <linux/mm.h> | ||
18 | #include <linux/smp.h> | ||
19 | #include <linux/stddef.h> | ||
20 | #include <linux/unistd.h> | ||
21 | #include <linux/ptrace.h> | ||
22 | #include <linux/slab.h> | ||
23 | #include <linux/user.h> | ||
24 | #include <linux/a.out.h> | ||
25 | #include <linux/reboot.h> | ||
26 | |||
27 | #include <asm/uaccess.h> | ||
28 | #include <asm/system.h> | ||
29 | #include <asm/pgtable.h> | ||
30 | |||
31 | void (*pm_power_off)(void) = NULL; | ||
32 | EXPORT_SYMBOL(pm_power_off); | ||
33 | |||
34 | extern void ret_from_fork (void); | ||
35 | |||
36 | |||
37 | /* The idle loop. */ | ||
38 | static void default_idle (void) | ||
39 | { | ||
40 | while (! need_resched ()) | ||
41 | asm ("halt; nop; nop; nop; nop; nop" ::: "cc"); | ||
42 | } | ||
43 | |||
44 | void (*idle)(void) = default_idle; | ||
45 | |||
46 | /* | ||
47 | * The idle thread. There's no useful work to be | ||
48 | * done, so just try to conserve power and have a | ||
49 | * low exit latency (ie sit in a loop waiting for | ||
50 | * somebody to say that they'd like to reschedule) | ||
51 | */ | ||
52 | void cpu_idle (void) | ||
53 | { | ||
54 | /* endless idle loop with no priority at all */ | ||
55 | while (1) { | ||
56 | while (!need_resched()) | ||
57 | (*idle) (); | ||
58 | |||
59 | preempt_enable_no_resched(); | ||
60 | schedule(); | ||
61 | preempt_disable(); | ||
62 | } | ||
63 | } | ||
64 | |||
65 | /* | ||
66 | * This is the mechanism for creating a new kernel thread. | ||
67 | * | ||
68 | * NOTE! Only a kernel-only process (ie the swapper or direct descendants who | ||
69 | * haven't done an "execve()") should use this: it will work within a system | ||
70 | * call from a "real" process, but the process memory space will not be free'd | ||
71 | * until both the parent and the child have exited. | ||
72 | */ | ||
73 | int kernel_thread (int (*fn)(void *), void *arg, unsigned long flags) | ||
74 | { | ||
75 | register mm_segment_t fs = get_fs (); | ||
76 | register unsigned long syscall asm (SYSCALL_NUM); | ||
77 | register unsigned long arg0 asm (SYSCALL_ARG0); | ||
78 | register unsigned long ret asm (SYSCALL_RET); | ||
79 | |||
80 | set_fs (KERNEL_DS); | ||
81 | |||
82 | /* Clone this thread. Note that we don't pass the clone syscall's | ||
83 | second argument -- it's ignored for calls from kernel mode (the | ||
84 | child's SP is always set to the top of the kernel stack). */ | ||
85 | arg0 = flags | CLONE_VM; | ||
86 | syscall = __NR_clone; | ||
87 | asm volatile ("trap " SYSCALL_SHORT_TRAP | ||
88 | : "=r" (ret), "=r" (syscall) | ||
89 | : "1" (syscall), "r" (arg0) | ||
90 | : SYSCALL_SHORT_CLOBBERS); | ||
91 | |||
92 | if (ret == 0) { | ||
93 | /* In child thread, call FN and exit. */ | ||
94 | arg0 = (*fn) (arg); | ||
95 | syscall = __NR_exit; | ||
96 | asm volatile ("trap " SYSCALL_SHORT_TRAP | ||
97 | : "=r" (ret), "=r" (syscall) | ||
98 | : "1" (syscall), "r" (arg0) | ||
99 | : SYSCALL_SHORT_CLOBBERS); | ||
100 | } | ||
101 | |||
102 | /* In parent. */ | ||
103 | set_fs (fs); | ||
104 | |||
105 | return ret; | ||
106 | } | ||
107 | |||
108 | void flush_thread (void) | ||
109 | { | ||
110 | set_fs (USER_DS); | ||
111 | } | ||
112 | |||
113 | int copy_thread (int nr, unsigned long clone_flags, | ||
114 | unsigned long stack_start, unsigned long stack_size, | ||
115 | struct task_struct *p, struct pt_regs *regs) | ||
116 | { | ||
117 | /* Start pushing stuff from the top of the child's kernel stack. */ | ||
118 | unsigned long orig_ksp = task_tos(p); | ||
119 | unsigned long ksp = orig_ksp; | ||
120 | /* We push two `state save' stack fames (see entry.S) on the new | ||
121 | kernel stack: | ||
122 | 1) The innermost one is what switch_thread would have | ||
123 | pushed, and is used when we context switch to the child | ||
124 | thread for the first time. It's set up to return to | ||
125 | ret_from_fork in entry.S. | ||
126 | 2) The outermost one (nearest the top) is what a syscall | ||
127 | trap would have pushed, and is set up to return to the | ||
128 | same location as the parent thread, but with a return | ||
129 | value of 0. */ | ||
130 | struct pt_regs *child_switch_regs, *child_trap_regs; | ||
131 | |||
132 | /* Trap frame. */ | ||
133 | ksp -= STATE_SAVE_SIZE; | ||
134 | child_trap_regs = (struct pt_regs *)(ksp + STATE_SAVE_PT_OFFSET); | ||
135 | /* Switch frame. */ | ||
136 | ksp -= STATE_SAVE_SIZE; | ||
137 | child_switch_regs = (struct pt_regs *)(ksp + STATE_SAVE_PT_OFFSET); | ||
138 | |||
139 | /* First copy parent's register state to child. */ | ||
140 | *child_switch_regs = *regs; | ||
141 | *child_trap_regs = *regs; | ||
142 | |||
143 | /* switch_thread returns to the restored value of the lp | ||
144 | register (r31), so we make that the place where we want to | ||
145 | jump when the child thread begins running. */ | ||
146 | child_switch_regs->gpr[GPR_LP] = (v850_reg_t)ret_from_fork; | ||
147 | |||
148 | if (regs->kernel_mode) | ||
149 | /* Since we're returning to kernel-mode, make sure the child's | ||
150 | stored kernel stack pointer agrees with what the actual | ||
151 | stack pointer will be at that point (the trap return code | ||
152 | always restores the SP, even when returning to | ||
153 | kernel-mode). */ | ||
154 | child_trap_regs->gpr[GPR_SP] = orig_ksp; | ||
155 | else | ||
156 | /* Set the child's user-mode stack-pointer (the name | ||
157 | `stack_start' is a misnomer, it's just the initial SP | ||
158 | value). */ | ||
159 | child_trap_regs->gpr[GPR_SP] = stack_start; | ||
160 | |||
161 | /* Thread state for the child (everything else is on the stack). */ | ||
162 | p->thread.ksp = ksp; | ||
163 | |||
164 | return 0; | ||
165 | } | ||
166 | |||
167 | /* | ||
168 | * sys_execve() executes a new program. | ||
169 | */ | ||
170 | int sys_execve (char *name, char **argv, char **envp, struct pt_regs *regs) | ||
171 | { | ||
172 | char *filename = getname (name); | ||
173 | int error = PTR_ERR (filename); | ||
174 | |||
175 | if (! IS_ERR (filename)) { | ||
176 | error = do_execve (filename, argv, envp, regs); | ||
177 | putname (filename); | ||
178 | } | ||
179 | |||
180 | return error; | ||
181 | } | ||
182 | |||
183 | |||
184 | /* | ||
185 | * These bracket the sleeping functions.. | ||
186 | */ | ||
187 | #define first_sched ((unsigned long)__sched_text_start) | ||
188 | #define last_sched ((unsigned long)__sched_text_end) | ||
189 | |||
190 | unsigned long get_wchan (struct task_struct *p) | ||
191 | { | ||
192 | #if 0 /* Barf. Figure out the stack-layout later. XXX */ | ||
193 | unsigned long fp, pc; | ||
194 | int count = 0; | ||
195 | |||
196 | if (!p || p == current || p->state == TASK_RUNNING) | ||
197 | return 0; | ||
198 | |||
199 | pc = thread_saved_pc (p); | ||
200 | |||
201 | /* This quite disgusting function walks up the stack, following | ||
202 | saved return address, until it something that's out of bounds | ||
203 | (as defined by `first_sched' and `last_sched'). It then | ||
204 | returns the last PC that was in-bounds. */ | ||
205 | do { | ||
206 | if (fp < stack_page + sizeof (struct task_struct) || | ||
207 | fp >= 8184+stack_page) | ||
208 | return 0; | ||
209 | pc = ((unsigned long *)fp)[1]; | ||
210 | if (pc < first_sched || pc >= last_sched) | ||
211 | return pc; | ||
212 | fp = *(unsigned long *) fp; | ||
213 | } while (count++ < 16); | ||
214 | #endif | ||
215 | |||
216 | return 0; | ||
217 | } | ||
diff --git a/arch/v850/kernel/procfs.c b/arch/v850/kernel/procfs.c deleted file mode 100644 index e433cde789b4..000000000000 --- a/arch/v850/kernel/procfs.c +++ /dev/null | |||
@@ -1,67 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/procfs.c -- Introspection functions for /proc filesystem | ||
3 | * | ||
4 | * Copyright (C) 2001,02 NEC Corporation | ||
5 | * Copyright (C) 2001,02 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include "mach.h" | ||
15 | |||
16 | static int cpuinfo_print (struct seq_file *m, void *v) | ||
17 | { | ||
18 | extern unsigned long loops_per_jiffy; | ||
19 | |||
20 | seq_printf (m, "CPU-Family: v850\nCPU-Arch: %s\n", CPU_ARCH); | ||
21 | |||
22 | #ifdef CPU_MODEL_LONG | ||
23 | seq_printf (m, "CPU-Model: %s (%s)\n", CPU_MODEL, CPU_MODEL_LONG); | ||
24 | #else | ||
25 | seq_printf (m, "CPU-Model: %s\n", CPU_MODEL); | ||
26 | #endif | ||
27 | |||
28 | #ifdef CPU_CLOCK_FREQ | ||
29 | seq_printf (m, "CPU-Clock: %ld (%ld MHz)\n", | ||
30 | (long)CPU_CLOCK_FREQ, | ||
31 | (long)CPU_CLOCK_FREQ / 1000000); | ||
32 | #endif | ||
33 | |||
34 | seq_printf (m, "BogoMips: %lu.%02lu\n", | ||
35 | loops_per_jiffy/(500000/HZ), | ||
36 | (loops_per_jiffy/(5000/HZ)) % 100); | ||
37 | |||
38 | #ifdef PLATFORM_LONG | ||
39 | seq_printf (m, "Platform: %s (%s)\n", PLATFORM, PLATFORM_LONG); | ||
40 | #elif defined (PLATFORM) | ||
41 | seq_printf (m, "Platform: %s\n", PLATFORM); | ||
42 | #endif | ||
43 | |||
44 | return 0; | ||
45 | } | ||
46 | |||
47 | static void *cpuinfo_start (struct seq_file *m, loff_t *pos) | ||
48 | { | ||
49 | return *pos < NR_CPUS ? ((void *) 0x12345678) : NULL; | ||
50 | } | ||
51 | |||
52 | static void *cpuinfo_next (struct seq_file *m, void *v, loff_t *pos) | ||
53 | { | ||
54 | ++*pos; | ||
55 | return cpuinfo_start (m, pos); | ||
56 | } | ||
57 | |||
58 | static void cpuinfo_stop (struct seq_file *m, void *v) | ||
59 | { | ||
60 | } | ||
61 | |||
62 | const struct seq_operations cpuinfo_op = { | ||
63 | .start = cpuinfo_start, | ||
64 | .next = cpuinfo_next, | ||
65 | .stop = cpuinfo_stop, | ||
66 | .show = cpuinfo_print | ||
67 | }; | ||
diff --git a/arch/v850/kernel/ptrace.c b/arch/v850/kernel/ptrace.c deleted file mode 100644 index a458ac941b25..000000000000 --- a/arch/v850/kernel/ptrace.c +++ /dev/null | |||
@@ -1,235 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/ptrace.c -- `ptrace' system call | ||
3 | * | ||
4 | * Copyright (C) 2002,03,04 NEC Electronics Corporation | ||
5 | * Copyright (C) 2002,03,04 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * Derived from arch/mips/kernel/ptrace.c: | ||
8 | * | ||
9 | * Copyright (C) 1992 Ross Biro | ||
10 | * Copyright (C) Linus Torvalds | ||
11 | * Copyright (C) 1994, 95, 96, 97, 98, 2000 Ralf Baechle | ||
12 | * Copyright (C) 1996 David S. Miller | ||
13 | * Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com | ||
14 | * Copyright (C) 1999 MIPS Technologies, Inc. | ||
15 | * | ||
16 | * This file is subject to the terms and conditions of the GNU General | ||
17 | * Public License. See the file COPYING in the main directory of this | ||
18 | * archive for more details. | ||
19 | */ | ||
20 | |||
21 | #include <linux/kernel.h> | ||
22 | #include <linux/mm.h> | ||
23 | #include <linux/sched.h> | ||
24 | #include <linux/ptrace.h> | ||
25 | #include <linux/signal.h> | ||
26 | |||
27 | #include <asm/errno.h> | ||
28 | #include <asm/ptrace.h> | ||
29 | #include <asm/processor.h> | ||
30 | #include <asm/uaccess.h> | ||
31 | |||
32 | /* Returns the address where the register at REG_OFFS in P is stashed away. */ | ||
33 | static v850_reg_t *reg_save_addr (unsigned reg_offs, struct task_struct *t) | ||
34 | { | ||
35 | struct pt_regs *regs; | ||
36 | |||
37 | /* Three basic cases: | ||
38 | |||
39 | (1) A register normally saved before calling the scheduler, is | ||
40 | available in the kernel entry pt_regs structure at the top | ||
41 | of the kernel stack. The kernel trap/irq exit path takes | ||
42 | care to save/restore almost all registers for ptrace'd | ||
43 | processes. | ||
44 | |||
45 | (2) A call-clobbered register, where the process P entered the | ||
46 | kernel via [syscall] trap, is not stored anywhere; that's | ||
47 | OK, because such registers are not expected to be preserved | ||
48 | when the trap returns anyway (so we don't actually bother to | ||
49 | test for this case). | ||
50 | |||
51 | (3) A few registers not used at all by the kernel, and so | ||
52 | normally never saved except by context-switches, are in the | ||
53 | context switch state. */ | ||
54 | |||
55 | if (reg_offs == PT_CTPC || reg_offs == PT_CTPSW || reg_offs == PT_CTBP) | ||
56 | /* Register saved during context switch. */ | ||
57 | regs = thread_saved_regs (t); | ||
58 | else | ||
59 | /* Register saved during kernel entry (or not available). */ | ||
60 | regs = task_pt_regs (t); | ||
61 | |||
62 | return (v850_reg_t *)((char *)regs + reg_offs); | ||
63 | } | ||
64 | |||
65 | /* Set the bits SET and clear the bits CLEAR in the v850e DIR | ||
66 | (`debug information register'). Returns the new value of DIR. */ | ||
67 | static inline v850_reg_t set_dir (v850_reg_t set, v850_reg_t clear) | ||
68 | { | ||
69 | register v850_reg_t rval asm ("r10"); | ||
70 | register v850_reg_t arg0 asm ("r6") = set; | ||
71 | register v850_reg_t arg1 asm ("r7") = clear; | ||
72 | |||
73 | /* The dbtrap handler has exactly this functionality when called | ||
74 | from kernel mode. 0xf840 is a `dbtrap' insn. */ | ||
75 | asm (".short 0xf840" : "=r" (rval) : "r" (arg0), "r" (arg1)); | ||
76 | |||
77 | return rval; | ||
78 | } | ||
79 | |||
80 | /* Makes sure hardware single-stepping is (globally) enabled. | ||
81 | Returns true if successful. */ | ||
82 | static inline int enable_single_stepping (void) | ||
83 | { | ||
84 | static int enabled = 0; /* Remember whether we already did it. */ | ||
85 | if (! enabled) { | ||
86 | /* Turn on the SE (`single-step enable') bit, 0x100, in the | ||
87 | DIR (`debug information register'). This may fail if a | ||
88 | processor doesn't support it or something. We also try | ||
89 | to clear bit 0x40 (`INI'), which is necessary to use the | ||
90 | debug stuff on the v850e2; on the v850e, clearing 0x40 | ||
91 | shouldn't cause any problem. */ | ||
92 | v850_reg_t dir = set_dir (0x100, 0x40); | ||
93 | /* Make sure it really got set. */ | ||
94 | if (dir & 0x100) | ||
95 | enabled = 1; | ||
96 | } | ||
97 | return enabled; | ||
98 | } | ||
99 | |||
100 | /* Try to set CHILD's single-step flag to VAL. Returns true if successful. */ | ||
101 | static int set_single_step (struct task_struct *t, int val) | ||
102 | { | ||
103 | v850_reg_t *psw_addr = reg_save_addr(PT_PSW, t); | ||
104 | if (val) { | ||
105 | /* Make sure single-stepping is enabled. */ | ||
106 | if (! enable_single_stepping ()) | ||
107 | return 0; | ||
108 | /* Set T's single-step flag. */ | ||
109 | *psw_addr |= 0x800; | ||
110 | } else | ||
111 | *psw_addr &= ~0x800; | ||
112 | return 1; | ||
113 | } | ||
114 | |||
115 | long arch_ptrace(struct task_struct *child, long request, long addr, long data) | ||
116 | { | ||
117 | int rval; | ||
118 | |||
119 | switch (request) { | ||
120 | unsigned long val; | ||
121 | |||
122 | case PTRACE_PEEKTEXT: /* read word at location addr. */ | ||
123 | case PTRACE_PEEKDATA: | ||
124 | rval = generic_ptrace_peekdata(child, addr, data); | ||
125 | goto out; | ||
126 | |||
127 | case PTRACE_POKETEXT: /* write the word at location addr. */ | ||
128 | case PTRACE_POKEDATA: | ||
129 | rval = generic_ptrace_pokedata(child, addr, data); | ||
130 | goto out; | ||
131 | |||
132 | /* Read/write the word at location ADDR in the registers. */ | ||
133 | case PTRACE_PEEKUSR: | ||
134 | case PTRACE_POKEUSR: | ||
135 | rval = 0; | ||
136 | if (addr >= PT_SIZE && request == PTRACE_PEEKUSR) { | ||
137 | /* Special requests that don't actually correspond | ||
138 | to offsets in struct pt_regs. */ | ||
139 | if (addr == PT_TEXT_ADDR) | ||
140 | val = child->mm->start_code; | ||
141 | else if (addr == PT_DATA_ADDR) | ||
142 | val = child->mm->start_data; | ||
143 | else if (addr == PT_TEXT_LEN) | ||
144 | val = child->mm->end_code | ||
145 | - child->mm->start_code; | ||
146 | else | ||
147 | rval = -EIO; | ||
148 | } else if (addr >= 0 && addr < PT_SIZE && (addr & 0x3) == 0) { | ||
149 | v850_reg_t *reg_addr = reg_save_addr(addr, child); | ||
150 | if (request == PTRACE_PEEKUSR) | ||
151 | val = *reg_addr; | ||
152 | else | ||
153 | *reg_addr = data; | ||
154 | } else | ||
155 | rval = -EIO; | ||
156 | |||
157 | if (rval == 0 && request == PTRACE_PEEKUSR) | ||
158 | rval = put_user (val, (unsigned long *)data); | ||
159 | goto out; | ||
160 | |||
161 | /* Continue and stop at next (return from) syscall */ | ||
162 | case PTRACE_SYSCALL: | ||
163 | /* Restart after a signal. */ | ||
164 | case PTRACE_CONT: | ||
165 | /* Execute a single instruction. */ | ||
166 | case PTRACE_SINGLESTEP: | ||
167 | rval = -EIO; | ||
168 | if (!valid_signal(data)) | ||
169 | break; | ||
170 | |||
171 | /* Turn CHILD's single-step flag on or off. */ | ||
172 | if (! set_single_step (child, request == PTRACE_SINGLESTEP)) | ||
173 | break; | ||
174 | |||
175 | if (request == PTRACE_SYSCALL) | ||
176 | set_tsk_thread_flag(child, TIF_SYSCALL_TRACE); | ||
177 | else | ||
178 | clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE); | ||
179 | |||
180 | child->exit_code = data; | ||
181 | wake_up_process(child); | ||
182 | rval = 0; | ||
183 | break; | ||
184 | |||
185 | /* | ||
186 | * make the child exit. Best I can do is send it a sigkill. | ||
187 | * perhaps it should be put in the status that it wants to | ||
188 | * exit. | ||
189 | */ | ||
190 | case PTRACE_KILL: | ||
191 | rval = 0; | ||
192 | if (child->exit_state == EXIT_ZOMBIE) /* already dead */ | ||
193 | break; | ||
194 | child->exit_code = SIGKILL; | ||
195 | wake_up_process(child); | ||
196 | break; | ||
197 | |||
198 | case PTRACE_DETACH: /* detach a process that was attached. */ | ||
199 | set_single_step (child, 0); /* Clear single-step flag */ | ||
200 | rval = ptrace_detach(child, data); | ||
201 | break; | ||
202 | |||
203 | default: | ||
204 | rval = -EIO; | ||
205 | goto out; | ||
206 | } | ||
207 | out: | ||
208 | return rval; | ||
209 | } | ||
210 | |||
211 | asmlinkage void syscall_trace(void) | ||
212 | { | ||
213 | if (!test_thread_flag(TIF_SYSCALL_TRACE)) | ||
214 | return; | ||
215 | if (!(current->ptrace & PT_PTRACED)) | ||
216 | return; | ||
217 | /* The 0x80 provides a way for the tracing parent to distinguish | ||
218 | between a syscall stop and SIGTRAP delivery */ | ||
219 | ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) | ||
220 | ? 0x80 : 0)); | ||
221 | /* | ||
222 | * this isn't the same as continuing with a signal, but it will do | ||
223 | * for normal use. strace only continues with a signal if the | ||
224 | * stopping signal is not SIGTRAP. -brl | ||
225 | */ | ||
226 | if (current->exit_code) { | ||
227 | send_sig(current->exit_code, current, 1); | ||
228 | current->exit_code = 0; | ||
229 | } | ||
230 | } | ||
231 | |||
232 | void ptrace_disable (struct task_struct *child) | ||
233 | { | ||
234 | /* nothing to do */ | ||
235 | } | ||
diff --git a/arch/v850/kernel/rte_cb.c b/arch/v850/kernel/rte_cb.c deleted file mode 100644 index 43018e1edebd..000000000000 --- a/arch/v850/kernel/rte_cb.c +++ /dev/null | |||
@@ -1,193 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-v850/rte_cb.c -- Midas lab RTE-CB series of evaluation boards | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/init.h> | ||
15 | #include <linux/irq.h> | ||
16 | #include <linux/fs.h> | ||
17 | #include <linux/module.h> | ||
18 | #include <linux/kernel.h> | ||
19 | |||
20 | #include <asm/machdep.h> | ||
21 | #include <asm/v850e_uart.h> | ||
22 | |||
23 | #include "mach.h" | ||
24 | |||
25 | static void led_tick (void); | ||
26 | |||
27 | /* LED access routines. */ | ||
28 | extern unsigned read_leds (int pos, char *buf, int len); | ||
29 | extern unsigned write_leds (int pos, const char *buf, int len); | ||
30 | |||
31 | #ifdef CONFIG_RTE_CB_MULTI | ||
32 | extern void multi_init (void); | ||
33 | #endif | ||
34 | |||
35 | |||
36 | void __init rte_cb_early_init (void) | ||
37 | { | ||
38 | v850e_intc_disable_irqs (); | ||
39 | |||
40 | #ifdef CONFIG_RTE_CB_MULTI | ||
41 | multi_init (); | ||
42 | #endif | ||
43 | } | ||
44 | |||
45 | void __init mach_setup (char **cmdline) | ||
46 | { | ||
47 | #ifdef CONFIG_RTE_MB_A_PCI | ||
48 | /* Probe for Mother-A, and print a message if we find it. */ | ||
49 | *(volatile unsigned long *)MB_A_SRAM_ADDR = 0xDEADBEEF; | ||
50 | if (*(volatile unsigned long *)MB_A_SRAM_ADDR == 0xDEADBEEF) { | ||
51 | *(volatile unsigned long *)MB_A_SRAM_ADDR = 0x12345678; | ||
52 | if (*(volatile unsigned long *)MB_A_SRAM_ADDR == 0x12345678) | ||
53 | printk (KERN_INFO | ||
54 | " NEC SolutionGear/Midas lab" | ||
55 | " RTE-MOTHER-A motherboard\n"); | ||
56 | } | ||
57 | #endif /* CONFIG_RTE_MB_A_PCI */ | ||
58 | |||
59 | mach_tick = led_tick; | ||
60 | } | ||
61 | |||
62 | void machine_restart (char *__unused) | ||
63 | { | ||
64 | #ifdef CONFIG_RESET_GUARD | ||
65 | disable_reset_guard (); | ||
66 | #endif | ||
67 | asm ("jmp r0"); /* Jump to the reset vector. */ | ||
68 | } | ||
69 | |||
70 | /* This says `HALt.' in LEDese. */ | ||
71 | static unsigned char halt_leds_msg[] = { 0x76, 0x77, 0x38, 0xF8 }; | ||
72 | |||
73 | void machine_halt (void) | ||
74 | { | ||
75 | #ifdef CONFIG_RESET_GUARD | ||
76 | disable_reset_guard (); | ||
77 | #endif | ||
78 | |||
79 | /* Ignore all interrupts. */ | ||
80 | local_irq_disable (); | ||
81 | |||
82 | /* Write a little message. */ | ||
83 | write_leds (0, halt_leds_msg, sizeof halt_leds_msg); | ||
84 | |||
85 | /* Really halt. */ | ||
86 | for (;;) | ||
87 | asm ("halt; nop; nop; nop; nop; nop"); | ||
88 | } | ||
89 | |||
90 | void machine_power_off (void) | ||
91 | { | ||
92 | machine_halt (); | ||
93 | } | ||
94 | |||
95 | |||
96 | /* Animated LED display for timer tick. */ | ||
97 | |||
98 | #define TICK_UPD_FREQ 6 | ||
99 | static int tick_frames[][10] = { | ||
100 | { 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, -1 }, | ||
101 | { 0x63, 0x5c, -1 }, | ||
102 | { 0x5c, 0x00, -1 }, | ||
103 | { 0x63, 0x00, -1 }, | ||
104 | { -1 } | ||
105 | }; | ||
106 | |||
107 | static void led_tick () | ||
108 | { | ||
109 | static unsigned counter = 0; | ||
110 | |||
111 | if (++counter == (HZ / TICK_UPD_FREQ)) { | ||
112 | /* Which frame we're currently displaying for each digit. */ | ||
113 | static unsigned frame_nums[LED_NUM_DIGITS] = { 0 }; | ||
114 | /* Display image. */ | ||
115 | static unsigned char image[LED_NUM_DIGITS] = { 0 }; | ||
116 | unsigned char prev_image[LED_NUM_DIGITS]; | ||
117 | int write_to_leds = 1; /* true if we should actually display */ | ||
118 | int digit; | ||
119 | |||
120 | /* We check to see if the physical LEDs contains what we last | ||
121 | wrote to them; if not, we suppress display (this is so that | ||
122 | users can write to the LEDs, and not have their output | ||
123 | overwritten). As a special case, we start writing again if | ||
124 | all the LEDs are blank, or our display image is all zeros | ||
125 | (indicating that this is the initial update, when the actual | ||
126 | LEDs might contain random data). */ | ||
127 | read_leds (0, prev_image, LED_NUM_DIGITS); | ||
128 | for (digit = 0; digit < LED_NUM_DIGITS; digit++) | ||
129 | if (image[digit] != prev_image[digit] | ||
130 | && image[digit] && prev_image[digit]) | ||
131 | { | ||
132 | write_to_leds = 0; | ||
133 | break; | ||
134 | } | ||
135 | |||
136 | /* Update display image. */ | ||
137 | for (digit = 0; | ||
138 | digit < LED_NUM_DIGITS && tick_frames[digit][0] >= 0; | ||
139 | digit++) | ||
140 | { | ||
141 | int frame = tick_frames[digit][frame_nums[digit]]; | ||
142 | if (frame < 0) { | ||
143 | image[digit] = tick_frames[digit][0]; | ||
144 | frame_nums[digit] = 1; | ||
145 | } else { | ||
146 | image[digit] = frame; | ||
147 | frame_nums[digit]++; | ||
148 | break; | ||
149 | } | ||
150 | } | ||
151 | |||
152 | if (write_to_leds) | ||
153 | /* Write the display image to the physical LEDs. */ | ||
154 | write_leds (0, image, LED_NUM_DIGITS); | ||
155 | |||
156 | counter = 0; | ||
157 | } | ||
158 | } | ||
159 | |||
160 | |||
161 | /* Mother-A interrupts. */ | ||
162 | |||
163 | #ifdef CONFIG_RTE_GBUS_INT | ||
164 | |||
165 | #define L GBUS_INT_PRIORITY_LOW | ||
166 | #define M GBUS_INT_PRIORITY_MEDIUM | ||
167 | #define H GBUS_INT_PRIORITY_HIGH | ||
168 | |||
169 | static struct gbus_int_irq_init gbus_irq_inits[] = { | ||
170 | #ifdef CONFIG_RTE_MB_A_PCI | ||
171 | { "MB_A_LAN", IRQ_MB_A_LAN, 1, 1, L }, | ||
172 | { "MB_A_PCI1", IRQ_MB_A_PCI1(0), IRQ_MB_A_PCI1_NUM, 1, L }, | ||
173 | { "MB_A_PCI2", IRQ_MB_A_PCI2(0), IRQ_MB_A_PCI2_NUM, 1, L }, | ||
174 | { "MB_A_EXT", IRQ_MB_A_EXT(0), IRQ_MB_A_EXT_NUM, 1, L }, | ||
175 | { "MB_A_USB_OC",IRQ_MB_A_USB_OC(0), IRQ_MB_A_USB_OC_NUM, 1, L }, | ||
176 | { "MB_A_PCMCIA_OC",IRQ_MB_A_PCMCIA_OC, 1, 1, L }, | ||
177 | #endif | ||
178 | { 0 } | ||
179 | }; | ||
180 | #define NUM_GBUS_IRQ_INITS (ARRAY_SIZE(gbus_irq_inits) - 1) | ||
181 | |||
182 | static struct hw_interrupt_type gbus_hw_itypes[NUM_GBUS_IRQ_INITS]; | ||
183 | |||
184 | #endif /* CONFIG_RTE_GBUS_INT */ | ||
185 | |||
186 | |||
187 | void __init rte_cb_init_irqs (void) | ||
188 | { | ||
189 | #ifdef CONFIG_RTE_GBUS_INT | ||
190 | gbus_int_init_irqs (); | ||
191 | gbus_int_init_irq_types (gbus_irq_inits, gbus_hw_itypes); | ||
192 | #endif /* CONFIG_RTE_GBUS_INT */ | ||
193 | } | ||
diff --git a/arch/v850/kernel/rte_cb_leds.c b/arch/v850/kernel/rte_cb_leds.c deleted file mode 100644 index aa47ab1dcd87..000000000000 --- a/arch/v850/kernel/rte_cb_leds.c +++ /dev/null | |||
@@ -1,137 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-v850/rte_cb_leds.c -- Midas lab RTE-CB board LED device support | ||
3 | * | ||
4 | * Copyright (C) 2002,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2002,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/init.h> | ||
15 | #include <linux/spinlock.h> | ||
16 | #include <linux/fs.h> | ||
17 | #include <linux/miscdevice.h> | ||
18 | |||
19 | #include <asm/uaccess.h> | ||
20 | |||
21 | #define LEDS_MINOR 169 /* Minor device number, using misc major. */ | ||
22 | |||
23 | /* The actual LED hardware is write-only, so we hold the contents here too. */ | ||
24 | static unsigned char leds_image[LED_NUM_DIGITS] = { 0 }; | ||
25 | |||
26 | /* Spinlock protecting the above leds. */ | ||
27 | static DEFINE_SPINLOCK(leds_lock); | ||
28 | |||
29 | /* Common body of LED read/write functions, checks POS and LEN for | ||
30 | correctness, declares a variable using IMG_DECL, initialized pointing at | ||
31 | the POS position in the LED image buffer, and and iterates COPY_EXPR | ||
32 | until BUF is equal to the last buffer position; finally, sets LEN to be | ||
33 | the amount actually copied. IMG should be a variable declaration | ||
34 | (without an initializer or a terminating semicolon); POS, BUF, and LEN | ||
35 | should all be simple variables. */ | ||
36 | #define DO_LED_COPY(img_decl, pos, buf, len, copy_expr) \ | ||
37 | do { \ | ||
38 | if (pos > LED_NUM_DIGITS) \ | ||
39 | len = 0; \ | ||
40 | else { \ | ||
41 | if (pos + len > LED_NUM_DIGITS) \ | ||
42 | len = LED_NUM_DIGITS - pos; \ | ||
43 | \ | ||
44 | if (len > 0) { \ | ||
45 | unsigned long _flags; \ | ||
46 | const char *_end = buf + len; \ | ||
47 | img_decl = &leds_image[pos]; \ | ||
48 | \ | ||
49 | spin_lock_irqsave (leds_lock, _flags); \ | ||
50 | do \ | ||
51 | (copy_expr); \ | ||
52 | while (buf != _end); \ | ||
53 | spin_unlock_irqrestore (leds_lock, _flags); \ | ||
54 | } \ | ||
55 | } \ | ||
56 | } while (0) | ||
57 | |||
58 | /* Read LEN bytes from LEDs at position POS, into BUF. | ||
59 | Returns actual amount read. */ | ||
60 | unsigned read_leds (unsigned pos, char *buf, unsigned len) | ||
61 | { | ||
62 | DO_LED_COPY (const char *img, pos, buf, len, *buf++ = *img++); | ||
63 | return len; | ||
64 | } | ||
65 | |||
66 | /* Write LEN bytes to LEDs at position POS, from BUF. | ||
67 | Returns actual amount written. */ | ||
68 | unsigned write_leds (unsigned pos, const char *buf, unsigned len) | ||
69 | { | ||
70 | /* We write the actual LED values backwards, because | ||
71 | increasing memory addresses reflect LEDs right-to-left. */ | ||
72 | volatile char *led = &LED (LED_NUM_DIGITS - pos - 1); | ||
73 | /* We invert the value written to the hardware, because 1 = off, | ||
74 | and 0 = on. */ | ||
75 | DO_LED_COPY (char *img, pos, buf, len, | ||
76 | *led-- = 0xFF ^ (*img++ = *buf++)); | ||
77 | return len; | ||
78 | } | ||
79 | |||
80 | |||
81 | /* Device functions. */ | ||
82 | |||
83 | static ssize_t leds_dev_read (struct file *file, char *buf, size_t len, | ||
84 | loff_t *pos) | ||
85 | { | ||
86 | char temp_buf[LED_NUM_DIGITS]; | ||
87 | len = read_leds (*pos, temp_buf, len); | ||
88 | if (copy_to_user (buf, temp_buf, len)) | ||
89 | return -EFAULT; | ||
90 | *pos += len; | ||
91 | return len; | ||
92 | } | ||
93 | |||
94 | static ssize_t leds_dev_write (struct file *file, const char *buf, size_t len, | ||
95 | loff_t *pos) | ||
96 | { | ||
97 | char temp_buf[LED_NUM_DIGITS]; | ||
98 | if (copy_from_user (temp_buf, buf, min_t(size_t, len, LED_NUM_DIGITS))) | ||
99 | return -EFAULT; | ||
100 | len = write_leds (*pos, temp_buf, len); | ||
101 | *pos += len; | ||
102 | return len; | ||
103 | } | ||
104 | |||
105 | static loff_t leds_dev_lseek (struct file *file, loff_t offs, int whence) | ||
106 | { | ||
107 | if (whence == 1) | ||
108 | offs += file->f_pos; /* relative */ | ||
109 | else if (whence == 2) | ||
110 | offs += LED_NUM_DIGITS; /* end-relative */ | ||
111 | |||
112 | if (offs < 0 || offs > LED_NUM_DIGITS) | ||
113 | return -EINVAL; | ||
114 | |||
115 | file->f_pos = offs; | ||
116 | |||
117 | return 0; | ||
118 | } | ||
119 | |||
120 | static const struct file_operations leds_fops = { | ||
121 | .read = leds_dev_read, | ||
122 | .write = leds_dev_write, | ||
123 | .llseek = leds_dev_lseek | ||
124 | }; | ||
125 | |||
126 | static struct miscdevice leds_miscdev = { | ||
127 | .name = "leds", | ||
128 | .minor = LEDS_MINOR, | ||
129 | .fops = &leds_fops | ||
130 | }; | ||
131 | |||
132 | int __init leds_dev_init (void) | ||
133 | { | ||
134 | return misc_register (&leds_miscdev); | ||
135 | } | ||
136 | |||
137 | __initcall (leds_dev_init); | ||
diff --git a/arch/v850/kernel/rte_cb_multi.c b/arch/v850/kernel/rte_cb_multi.c deleted file mode 100644 index 963d55ab34cc..000000000000 --- a/arch/v850/kernel/rte_cb_multi.c +++ /dev/null | |||
@@ -1,121 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-v850/rte_multi.c -- Support for Multi debugger monitor ROM | ||
3 | * on Midas lab RTE-CB series of evaluation boards | ||
4 | * | ||
5 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
6 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General | ||
9 | * Public License. See the file COPYING in the main directory of this | ||
10 | * archive for more details. | ||
11 | * | ||
12 | * Written by Miles Bader <miles@gnu.org> | ||
13 | */ | ||
14 | |||
15 | #include <linux/init.h> | ||
16 | |||
17 | #include <asm/machdep.h> | ||
18 | |||
19 | #define IRQ_ADDR(irq) (0x80 + (irq) * 0x10) | ||
20 | |||
21 | /* A table of which interrupt vectors to install, since blindly | ||
22 | installing all of them makes the debugger stop working. This is a | ||
23 | list of offsets in the interrupt vector area; each entry means to | ||
24 | copy that particular 16-byte vector. An entry less than zero ends | ||
25 | the table. */ | ||
26 | static long multi_intv_install_table[] = { | ||
27 | /* Trap vectors */ | ||
28 | 0x40, 0x50, | ||
29 | |||
30 | #ifdef CONFIG_RTE_CB_MULTI_DBTRAP | ||
31 | /* Illegal insn / dbtrap. These are used by multi, so only handle | ||
32 | them if configured to do so. */ | ||
33 | 0x60, | ||
34 | #endif | ||
35 | |||
36 | /* GINT1 - GINT3 (note, not GINT0!) */ | ||
37 | IRQ_ADDR (IRQ_GINT(1)), | ||
38 | IRQ_ADDR (IRQ_GINT(2)), | ||
39 | IRQ_ADDR (IRQ_GINT(3)), | ||
40 | |||
41 | /* Timer D interrupts (up to 4 timers) */ | ||
42 | IRQ_ADDR (IRQ_INTCMD(0)), | ||
43 | #if IRQ_INTCMD_NUM > 1 | ||
44 | IRQ_ADDR (IRQ_INTCMD(1)), | ||
45 | #if IRQ_INTCMD_NUM > 2 | ||
46 | IRQ_ADDR (IRQ_INTCMD(2)), | ||
47 | #if IRQ_INTCMD_NUM > 3 | ||
48 | IRQ_ADDR (IRQ_INTCMD(3)), | ||
49 | #endif | ||
50 | #endif | ||
51 | #endif | ||
52 | |||
53 | /* UART interrupts (up to 3 channels) */ | ||
54 | IRQ_ADDR (IRQ_INTSER (0)), /* err */ | ||
55 | IRQ_ADDR (IRQ_INTSR (0)), /* rx */ | ||
56 | IRQ_ADDR (IRQ_INTST (0)), /* tx */ | ||
57 | #if IRQ_INTSR_NUM > 1 | ||
58 | IRQ_ADDR (IRQ_INTSER (1)), /* err */ | ||
59 | IRQ_ADDR (IRQ_INTSR (1)), /* rx */ | ||
60 | IRQ_ADDR (IRQ_INTST (1)), /* tx */ | ||
61 | #if IRQ_INTSR_NUM > 2 | ||
62 | IRQ_ADDR (IRQ_INTSER (2)), /* err */ | ||
63 | IRQ_ADDR (IRQ_INTSR (2)), /* rx */ | ||
64 | IRQ_ADDR (IRQ_INTST (2)), /* tx */ | ||
65 | #endif | ||
66 | #endif | ||
67 | |||
68 | -1 | ||
69 | }; | ||
70 | |||
71 | /* Early initialization for kernel using Multi debugger ROM monitor. */ | ||
72 | void __init multi_init (void) | ||
73 | { | ||
74 | /* We're using the Multi debugger monitor, so we have to install | ||
75 | the interrupt vectors. The monitor doesn't allow them to be | ||
76 | initially downloaded into their final destination because | ||
77 | it's in the monitor's scratch-RAM area. Unfortunately, Multi | ||
78 | also doesn't deal correctly with ELF sections where the LMA | ||
79 | and VMA differ -- it just ignores the LMA -- so we can't use | ||
80 | that feature to work around the problem. What we do instead | ||
81 | is just put the interrupt vectors into a normal section, and | ||
82 | do the necessary copying and relocation here. Since the | ||
83 | interrupt vector basically only contains `jr' instructions | ||
84 | and no-ops, it's not that hard. */ | ||
85 | extern unsigned long _intv_load_start, _intv_start; | ||
86 | register unsigned long *src = &_intv_load_start; | ||
87 | register unsigned long *dst = (unsigned long *)INTV_BASE; | ||
88 | register unsigned long jr_fixup = (char *)&_intv_start - (char *)dst; | ||
89 | register long *ii; | ||
90 | |||
91 | /* Copy interrupt vectors as instructed by multi_intv_install_table. */ | ||
92 | for (ii = multi_intv_install_table; *ii >= 0; ii++) { | ||
93 | /* Copy 16-byte interrupt vector at offset *ii. */ | ||
94 | int boffs; | ||
95 | for (boffs = 0; boffs < 0x10; boffs += sizeof *src) { | ||
96 | /* Copy a single word, fixing up the jump offs | ||
97 | if it's a `jr' instruction. */ | ||
98 | int woffs = (*ii + boffs) / sizeof *src; | ||
99 | unsigned long word = src[woffs]; | ||
100 | |||
101 | if ((word & 0xFC0) == 0x780) { | ||
102 | /* A `jr' insn, fix up its offset (and yes, the | ||
103 | weird half-word swapping is intentional). */ | ||
104 | unsigned short hi = word & 0xFFFF; | ||
105 | unsigned short lo = word >> 16; | ||
106 | unsigned long udisp22 | ||
107 | = lo + ((hi & 0x3F) << 16); | ||
108 | long disp22 = (long)(udisp22 << 10) >> 10; | ||
109 | |||
110 | disp22 += jr_fixup; | ||
111 | |||
112 | hi = ((disp22 >> 16) & 0x3F) | 0x780; | ||
113 | lo = disp22 & 0xFFFF; | ||
114 | |||
115 | word = hi + (lo << 16); | ||
116 | } | ||
117 | |||
118 | dst[woffs] = word; | ||
119 | } | ||
120 | } | ||
121 | } | ||
diff --git a/arch/v850/kernel/rte_ma1_cb-rom.ld b/arch/v850/kernel/rte_ma1_cb-rom.ld deleted file mode 100644 index 87b618f8253b..000000000000 --- a/arch/v850/kernel/rte_ma1_cb-rom.ld +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | /* Linker script for the Midas labs RTE-V850E/MA1-CB evaluation board | ||
2 | (CONFIG_RTE_CB_MA1), with kernel in ROM. */ | ||
3 | |||
4 | MEMORY { | ||
5 | ROM : ORIGIN = 0x00000000, LENGTH = 0x00100000 | ||
6 | /* 1MB of SRAM. This memory is mirrored 4 times. */ | ||
7 | SRAM : ORIGIN = SRAM_ADDR, LENGTH = SRAM_SIZE | ||
8 | /* 32MB of SDRAM. */ | ||
9 | SDRAM : ORIGIN = SDRAM_ADDR, LENGTH = SDRAM_SIZE | ||
10 | } | ||
11 | |||
12 | SECTIONS { | ||
13 | ROMK_SECTIONS(ROM, SRAM) | ||
14 | } | ||
diff --git a/arch/v850/kernel/rte_ma1_cb.c b/arch/v850/kernel/rte_ma1_cb.c deleted file mode 100644 index 08abf3d5f8df..000000000000 --- a/arch/v850/kernel/rte_ma1_cb.c +++ /dev/null | |||
@@ -1,107 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/rte_ma1_cb.c -- Midas labs RTE-V850E/MA1-CB board | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/init.h> | ||
16 | #include <linux/bootmem.h> | ||
17 | |||
18 | #include <asm/atomic.h> | ||
19 | #include <asm/page.h> | ||
20 | #include <asm/ma1.h> | ||
21 | #include <asm/rte_ma1_cb.h> | ||
22 | #include <asm/v850e_timer_c.h> | ||
23 | |||
24 | #include "mach.h" | ||
25 | |||
26 | |||
27 | /* SRAM and SDRAM are almost contiguous (with a small hole in between; | ||
28 | see mach_reserve_bootmem for details), so just use both as one big area. */ | ||
29 | #define RAM_START SRAM_ADDR | ||
30 | #define RAM_END (SDRAM_ADDR + SDRAM_SIZE) | ||
31 | |||
32 | |||
33 | void __init mach_early_init (void) | ||
34 | { | ||
35 | rte_cb_early_init (); | ||
36 | } | ||
37 | |||
38 | void __init mach_get_physical_ram (unsigned long *ram_start, | ||
39 | unsigned long *ram_len) | ||
40 | { | ||
41 | *ram_start = RAM_START; | ||
42 | *ram_len = RAM_END - RAM_START; | ||
43 | } | ||
44 | |||
45 | void __init mach_reserve_bootmem () | ||
46 | { | ||
47 | #ifdef CONFIG_RTE_CB_MULTI | ||
48 | /* Prevent the kernel from touching the monitor's scratch RAM. */ | ||
49 | reserve_bootmem(MON_SCRATCH_ADDR, MON_SCRATCH_SIZE, | ||
50 | BOOTMEM_DEFAULT); | ||
51 | #endif | ||
52 | |||
53 | /* The space between SRAM and SDRAM is filled with duplicate | ||
54 | images of SRAM. Prevent the kernel from using them. */ | ||
55 | reserve_bootmem (SRAM_ADDR + SRAM_SIZE, | ||
56 | SDRAM_ADDR - (SRAM_ADDR + SRAM_SIZE), | ||
57 | BOOTMEM_DEFAULT); | ||
58 | } | ||
59 | |||
60 | void mach_gettimeofday (struct timespec *tv) | ||
61 | { | ||
62 | tv->tv_sec = 0; | ||
63 | tv->tv_nsec = 0; | ||
64 | } | ||
65 | |||
66 | /* Called before configuring an on-chip UART. */ | ||
67 | void rte_ma1_cb_uart_pre_configure (unsigned chan, | ||
68 | unsigned cflags, unsigned baud) | ||
69 | { | ||
70 | /* The RTE-MA1-CB connects some general-purpose I/O pins on the | ||
71 | CPU to the RTS/CTS lines of UART 0's serial connection. | ||
72 | I/O pins P42 and P43 are RTS and CTS respectively. */ | ||
73 | if (chan == 0) { | ||
74 | /* Put P42 & P43 in I/O port mode. */ | ||
75 | MA_PORT4_PMC &= ~0xC; | ||
76 | /* Make P42 an output, and P43 an input. */ | ||
77 | MA_PORT4_PM = (MA_PORT4_PM & ~0xC) | 0x8; | ||
78 | } | ||
79 | |||
80 | /* Do pre-configuration for the actual UART. */ | ||
81 | ma_uart_pre_configure (chan, cflags, baud); | ||
82 | } | ||
83 | |||
84 | void __init mach_init_irqs (void) | ||
85 | { | ||
86 | unsigned tc; | ||
87 | |||
88 | /* Initialize interrupts. */ | ||
89 | ma_init_irqs (); | ||
90 | rte_cb_init_irqs (); | ||
91 | |||
92 | /* Use falling-edge-sensitivity for interrupts . */ | ||
93 | V850E_TIMER_C_SESC (0) &= ~0xC; | ||
94 | V850E_TIMER_C_SESC (1) &= ~0xF; | ||
95 | |||
96 | /* INTP000-INTP011 are shared with `Timer C', so we have to set | ||
97 | up Timer C to pass them through as raw interrupts. */ | ||
98 | for (tc = 0; tc < 2; tc++) | ||
99 | /* Turn on the timer. */ | ||
100 | V850E_TIMER_C_TMCC0 (tc) |= V850E_TIMER_C_TMCC0_CAE; | ||
101 | |||
102 | /* Make sure the relevant port0/port1 pins are assigned | ||
103 | interrupt duty. We used INTP001-INTP011 (don't screw with | ||
104 | INTP000 because the monitor uses it). */ | ||
105 | MA_PORT0_PMC |= 0x4; /* P02 (INTP001) in IRQ mode. */ | ||
106 | MA_PORT1_PMC |= 0x6; /* P11 (INTP010) & P12 (INTP011) in IRQ mode.*/ | ||
107 | } | ||
diff --git a/arch/v850/kernel/rte_ma1_cb.ld b/arch/v850/kernel/rte_ma1_cb.ld deleted file mode 100644 index c8e16d16be41..000000000000 --- a/arch/v850/kernel/rte_ma1_cb.ld +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | /* Linker script for the Midas labs RTE-V850E/MA1-CB evaluation board | ||
2 | (CONFIG_RTE_CB_MA1), with kernel in SDRAM, under Multi debugger. */ | ||
3 | |||
4 | MEMORY { | ||
5 | /* 1MB of SRAM; we can't use the last 32KB, because it's used by | ||
6 | the monitor scratch-RAM. This memory is mirrored 4 times. */ | ||
7 | SRAM : ORIGIN = SRAM_ADDR, LENGTH = (SRAM_SIZE - MON_SCRATCH_SIZE) | ||
8 | /* Monitor scratch RAM; only the interrupt vectors should go here. */ | ||
9 | MRAM : ORIGIN = MON_SCRATCH_ADDR, LENGTH = MON_SCRATCH_SIZE | ||
10 | /* 32MB of SDRAM. */ | ||
11 | SDRAM : ORIGIN = SDRAM_ADDR, LENGTH = SDRAM_SIZE | ||
12 | } | ||
13 | |||
14 | #ifdef CONFIG_RTE_CB_MA1_KSRAM | ||
15 | # define KRAM SRAM | ||
16 | #else | ||
17 | # define KRAM SDRAM | ||
18 | #endif | ||
19 | |||
20 | SECTIONS { | ||
21 | /* We can't use RAMK_KRAM_CONTENTS because that puts the whole | ||
22 | kernel in a single ELF segment, and the Multi debugger (which | ||
23 | we use to load the kernel) appears to have bizarre problems | ||
24 | dealing with it. */ | ||
25 | |||
26 | .text : { | ||
27 | __kram_start = . ; | ||
28 | TEXT_CONTENTS | ||
29 | } > KRAM | ||
30 | |||
31 | .data : { | ||
32 | DATA_CONTENTS | ||
33 | BSS_CONTENTS | ||
34 | RAMK_INIT_CONTENTS | ||
35 | __kram_end = . ; | ||
36 | BOOTMAP_CONTENTS | ||
37 | |||
38 | /* The address at which the interrupt vectors are initially | ||
39 | loaded by the loader. We can't load the interrupt vectors | ||
40 | directly into their target location, because the monitor | ||
41 | ROM for the GHS Multi debugger barfs if we try. | ||
42 | Unfortunately, Multi also doesn't deal correctly with ELF | ||
43 | sections where the LMA and VMA differ (it just ignores the | ||
44 | LMA), so we can't use that feature to work around the | ||
45 | problem! What we do instead is just put the interrupt | ||
46 | vectors into a normal section, and have the | ||
47 | `mach_early_init' function for Midas boards do the | ||
48 | necessary copying and relocation at runtime (this section | ||
49 | basically only contains `jr' instructions, so it's not | ||
50 | that hard). */ | ||
51 | . = ALIGN (0x10) ; | ||
52 | __intv_load_start = . ; | ||
53 | INTV_CONTENTS | ||
54 | } > KRAM | ||
55 | |||
56 | .root ALIGN (4096) : { ROOT_FS_CONTENTS } > SDRAM | ||
57 | } | ||
diff --git a/arch/v850/kernel/rte_mb_a_pci.c b/arch/v850/kernel/rte_mb_a_pci.c deleted file mode 100644 index 687e367d8b64..000000000000 --- a/arch/v850/kernel/rte_mb_a_pci.c +++ /dev/null | |||
@@ -1,819 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/mb_a_pci.c -- PCI support for Midas lab RTE-MOTHER-A board | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03,05 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03,05 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/module.h> | ||
16 | #include <linux/init.h> | ||
17 | #include <linux/slab.h> | ||
18 | #include <linux/spinlock.h> | ||
19 | #include <linux/pci.h> | ||
20 | |||
21 | #include <asm/machdep.h> | ||
22 | |||
23 | /* __nomods_init is like __devinit, but is a no-op when modules are enabled. | ||
24 | This is used by some routines that can be called either during boot | ||
25 | or by a module. */ | ||
26 | #ifdef CONFIG_MODULES | ||
27 | #define __nomods_init /*nothing*/ | ||
28 | #else | ||
29 | #define __nomods_init __devinit | ||
30 | #endif | ||
31 | |||
32 | /* PCI devices on the Mother-A board can only do DMA to/from the MB SRAM | ||
33 | (the RTE-V850E/MA1-CB cpu board doesn't support PCI access to | ||
34 | CPU-board memory), and since linux DMA buffers are allocated in | ||
35 | normal kernel memory, we basically have to copy DMA blocks around | ||
36 | (this is like a `bounce buffer'). When a DMA block is `mapped', we | ||
37 | allocate an identically sized block in MB SRAM, and if we're doing | ||
38 | output to the device, copy the CPU-memory block to the MB-SRAM block. | ||
39 | When an active block is `unmapped', we will copy the block back to | ||
40 | CPU memory if necessary, and then deallocate the MB SRAM block. | ||
41 | Ack. */ | ||
42 | |||
43 | /* Where the motherboard SRAM is in the PCI-bus address space (the | ||
44 | first 512K of it is also mapped at PCI address 0). */ | ||
45 | #define PCI_MB_SRAM_ADDR 0x800000 | ||
46 | |||
47 | /* Convert CPU-view MB SRAM address to/from PCI-view addresses of the | ||
48 | same memory. */ | ||
49 | #define MB_SRAM_TO_PCI(mb_sram_addr) \ | ||
50 | ((dma_addr_t)mb_sram_addr - MB_A_SRAM_ADDR + PCI_MB_SRAM_ADDR) | ||
51 | #define PCI_TO_MB_SRAM(pci_addr) \ | ||
52 | (void *)(pci_addr - PCI_MB_SRAM_ADDR + MB_A_SRAM_ADDR) | ||
53 | |||
54 | static void pcibios_assign_resources (void); | ||
55 | |||
56 | struct mb_pci_dev_irq { | ||
57 | unsigned dev; /* PCI device number */ | ||
58 | unsigned irq_base; /* First IRQ */ | ||
59 | unsigned query_pin; /* True if we should read the device's | ||
60 | Interrupt Pin info, and allocate | ||
61 | interrupt IRQ_BASE + PIN. */ | ||
62 | }; | ||
63 | |||
64 | /* PCI interrupts are mapped statically to GBUS interrupts. */ | ||
65 | static struct mb_pci_dev_irq mb_pci_dev_irqs[] = { | ||
66 | /* Motherboard SB82558 ethernet controller */ | ||
67 | { 10, IRQ_MB_A_LAN, 0 }, | ||
68 | /* PCI slot 1 */ | ||
69 | { 8, IRQ_MB_A_PCI1(0), 1 }, | ||
70 | /* PCI slot 2 */ | ||
71 | { 9, IRQ_MB_A_PCI2(0), 1 } | ||
72 | }; | ||
73 | #define NUM_MB_PCI_DEV_IRQS ARRAY_SIZE(mb_pci_dev_irqs) | ||
74 | |||
75 | |||
76 | /* PCI configuration primitives. */ | ||
77 | |||
78 | #define CONFIG_DMCFGA(bus, devfn, offs) \ | ||
79 | (0x80000000 \ | ||
80 | | ((offs) & ~0x3) \ | ||
81 | | ((devfn) << 8) \ | ||
82 | | ((bus)->number << 16)) | ||
83 | |||
84 | static int | ||
85 | mb_pci_read (struct pci_bus *bus, unsigned devfn, int offs, int size, u32 *rval) | ||
86 | { | ||
87 | u32 addr; | ||
88 | int flags; | ||
89 | |||
90 | local_irq_save (flags); | ||
91 | |||
92 | MB_A_PCI_PCICR = 0x7; | ||
93 | MB_A_PCI_DMCFGA = CONFIG_DMCFGA (bus, devfn, offs); | ||
94 | |||
95 | addr = MB_A_PCI_IO_ADDR + (offs & 0x3); | ||
96 | |||
97 | switch (size) { | ||
98 | case 1: *rval = *(volatile u8 *)addr; break; | ||
99 | case 2: *rval = *(volatile u16 *)addr; break; | ||
100 | case 4: *rval = *(volatile u32 *)addr; break; | ||
101 | } | ||
102 | |||
103 | if (MB_A_PCI_PCISR & 0x2000) { | ||
104 | MB_A_PCI_PCISR = 0x2000; | ||
105 | *rval = ~0; | ||
106 | } | ||
107 | |||
108 | MB_A_PCI_DMCFGA = 0; | ||
109 | |||
110 | local_irq_restore (flags); | ||
111 | |||
112 | return PCIBIOS_SUCCESSFUL; | ||
113 | } | ||
114 | |||
115 | static int | ||
116 | mb_pci_write (struct pci_bus *bus, unsigned devfn, int offs, int size, u32 val) | ||
117 | { | ||
118 | u32 addr; | ||
119 | int flags; | ||
120 | |||
121 | local_irq_save (flags); | ||
122 | |||
123 | MB_A_PCI_PCICR = 0x7; | ||
124 | MB_A_PCI_DMCFGA = CONFIG_DMCFGA (bus, devfn, offs); | ||
125 | |||
126 | addr = MB_A_PCI_IO_ADDR + (offs & 0x3); | ||
127 | |||
128 | switch (size) { | ||
129 | case 1: *(volatile u8 *)addr = val; break; | ||
130 | case 2: *(volatile u16 *)addr = val; break; | ||
131 | case 4: *(volatile u32 *)addr = val; break; | ||
132 | } | ||
133 | |||
134 | if (MB_A_PCI_PCISR & 0x2000) | ||
135 | MB_A_PCI_PCISR = 0x2000; | ||
136 | |||
137 | MB_A_PCI_DMCFGA = 0; | ||
138 | |||
139 | local_irq_restore (flags); | ||
140 | |||
141 | return PCIBIOS_SUCCESSFUL; | ||
142 | } | ||
143 | |||
144 | static struct pci_ops mb_pci_config_ops = { | ||
145 | .read = mb_pci_read, | ||
146 | .write = mb_pci_write, | ||
147 | }; | ||
148 | |||
149 | |||
150 | /* PCI Initialization. */ | ||
151 | |||
152 | static struct pci_bus *mb_pci_bus = 0; | ||
153 | |||
154 | /* Do initial PCI setup. */ | ||
155 | static int __devinit pcibios_init (void) | ||
156 | { | ||
157 | u32 id = MB_A_PCI_PCIHIDR; | ||
158 | u16 vendor = id & 0xFFFF; | ||
159 | u16 device = (id >> 16) & 0xFFFF; | ||
160 | |||
161 | if (vendor == PCI_VENDOR_ID_PLX && device == PCI_DEVICE_ID_PLX_9080) { | ||
162 | printk (KERN_INFO | ||
163 | "PCI: PLX Technology PCI9080 HOST/PCI bridge\n"); | ||
164 | |||
165 | MB_A_PCI_PCICR = 0x147; | ||
166 | |||
167 | MB_A_PCI_PCIBAR0 = 0x007FFF00; | ||
168 | MB_A_PCI_PCIBAR1 = 0x0000FF00; | ||
169 | MB_A_PCI_PCIBAR2 = 0x00800000; | ||
170 | |||
171 | MB_A_PCI_PCILTR = 0x20; | ||
172 | |||
173 | MB_A_PCI_PCIPBAM |= 0x3; | ||
174 | |||
175 | MB_A_PCI_PCISR = ~0; /* Clear errors. */ | ||
176 | |||
177 | /* Reprogram the motherboard's IO/config address space, | ||
178 | as we don't support the GCS7 address space that the | ||
179 | default uses. */ | ||
180 | |||
181 | /* Significant address bits used for decoding PCI GCS5 space | ||
182 | accesses. */ | ||
183 | MB_A_PCI_DMRR = ~(MB_A_PCI_MEM_SIZE - 1); | ||
184 | |||
185 | /* I don't understand this, but the SolutionGear example code | ||
186 | uses such an offset, and it doesn't work without it. XXX */ | ||
187 | #if GCS5_SIZE == 0x00800000 | ||
188 | #define GCS5_CFG_OFFS 0x00800000 | ||
189 | #else | ||
190 | #define GCS5_CFG_OFFS 0 | ||
191 | #endif | ||
192 | |||
193 | /* Address bit values for matching. Note that we have to give | ||
194 | the address from the motherboard's point of view, which is | ||
195 | different than the CPU's. */ | ||
196 | /* PCI memory space. */ | ||
197 | MB_A_PCI_DMLBAM = GCS5_CFG_OFFS + 0x0; | ||
198 | /* PCI I/O space. */ | ||
199 | MB_A_PCI_DMLBAI = | ||
200 | GCS5_CFG_OFFS + (MB_A_PCI_IO_ADDR - GCS5_ADDR); | ||
201 | |||
202 | mb_pci_bus = pci_scan_bus (0, &mb_pci_config_ops, 0); | ||
203 | |||
204 | pcibios_assign_resources (); | ||
205 | } else | ||
206 | printk (KERN_ERR "PCI: HOST/PCI bridge not found\n"); | ||
207 | |||
208 | return 0; | ||
209 | } | ||
210 | |||
211 | subsys_initcall (pcibios_init); | ||
212 | |||
213 | char __devinit *pcibios_setup (char *option) | ||
214 | { | ||
215 | /* Don't handle any options. */ | ||
216 | return option; | ||
217 | } | ||
218 | |||
219 | |||
220 | int __nomods_init pcibios_enable_device (struct pci_dev *dev, int mask) | ||
221 | { | ||
222 | u16 cmd, old_cmd; | ||
223 | int idx; | ||
224 | struct resource *r; | ||
225 | |||
226 | pci_read_config_word(dev, PCI_COMMAND, &cmd); | ||
227 | old_cmd = cmd; | ||
228 | for (idx = 0; idx < 6; idx++) { | ||
229 | r = &dev->resource[idx]; | ||
230 | if (!r->start && r->end) { | ||
231 | printk(KERN_ERR "PCI: Device %s not available because " | ||
232 | "of resource collisions\n", pci_name(dev)); | ||
233 | return -EINVAL; | ||
234 | } | ||
235 | if (r->flags & IORESOURCE_IO) | ||
236 | cmd |= PCI_COMMAND_IO; | ||
237 | if (r->flags & IORESOURCE_MEM) | ||
238 | cmd |= PCI_COMMAND_MEMORY; | ||
239 | } | ||
240 | if (cmd != old_cmd) { | ||
241 | printk("PCI: Enabling device %s (%04x -> %04x)\n", | ||
242 | pci_name(dev), old_cmd, cmd); | ||
243 | pci_write_config_word(dev, PCI_COMMAND, cmd); | ||
244 | } | ||
245 | return 0; | ||
246 | } | ||
247 | |||
248 | |||
249 | /* Resource allocation. */ | ||
250 | static void __devinit pcibios_assign_resources (void) | ||
251 | { | ||
252 | struct pci_dev *dev = NULL; | ||
253 | struct resource *r; | ||
254 | |||
255 | for_each_pci_dev(dev) { | ||
256 | unsigned di_num; | ||
257 | unsigned class = dev->class >> 8; | ||
258 | |||
259 | if (class && class != PCI_CLASS_BRIDGE_HOST) { | ||
260 | unsigned r_num; | ||
261 | for(r_num = 0; r_num < 6; r_num++) { | ||
262 | r = &dev->resource[r_num]; | ||
263 | if (!r->start && r->end) | ||
264 | pci_assign_resource (dev, r_num); | ||
265 | } | ||
266 | } | ||
267 | |||
268 | /* Assign interrupts. */ | ||
269 | for (di_num = 0; di_num < NUM_MB_PCI_DEV_IRQS; di_num++) { | ||
270 | struct mb_pci_dev_irq *di = &mb_pci_dev_irqs[di_num]; | ||
271 | |||
272 | if (di->dev == PCI_SLOT (dev->devfn)) { | ||
273 | unsigned irq = di->irq_base; | ||
274 | |||
275 | if (di->query_pin) { | ||
276 | /* Find out which interrupt pin | ||
277 | this device uses (each PCI | ||
278 | slot has 4). */ | ||
279 | u8 irq_pin; | ||
280 | |||
281 | pci_read_config_byte (dev, | ||
282 | PCI_INTERRUPT_PIN, | ||
283 | &irq_pin); | ||
284 | |||
285 | if (irq_pin == 0) | ||
286 | /* Doesn't use interrupts. */ | ||
287 | continue; | ||
288 | else | ||
289 | irq += irq_pin - 1; | ||
290 | } | ||
291 | |||
292 | pcibios_update_irq (dev, irq); | ||
293 | } | ||
294 | } | ||
295 | } | ||
296 | } | ||
297 | |||
298 | void __devinit pcibios_update_irq (struct pci_dev *dev, int irq) | ||
299 | { | ||
300 | dev->irq = irq; | ||
301 | pci_write_config_byte (dev, PCI_INTERRUPT_LINE, irq); | ||
302 | } | ||
303 | |||
304 | void __devinit | ||
305 | pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region, | ||
306 | struct resource *res) | ||
307 | { | ||
308 | unsigned long offset = 0; | ||
309 | |||
310 | if (res->flags & IORESOURCE_IO) { | ||
311 | offset = MB_A_PCI_IO_ADDR; | ||
312 | } else if (res->flags & IORESOURCE_MEM) { | ||
313 | offset = MB_A_PCI_MEM_ADDR; | ||
314 | } | ||
315 | |||
316 | region->start = res->start - offset; | ||
317 | region->end = res->end - offset; | ||
318 | } | ||
319 | |||
320 | |||
321 | /* Stubs for things we don't use. */ | ||
322 | |||
323 | /* Called after each bus is probed, but before its children are examined. */ | ||
324 | void pcibios_fixup_bus(struct pci_bus *b) | ||
325 | { | ||
326 | } | ||
327 | |||
328 | void | ||
329 | pcibios_align_resource (void *data, struct resource *res, | ||
330 | resource_size_t size, resource_size_t align) | ||
331 | { | ||
332 | } | ||
333 | |||
334 | void pcibios_set_master (struct pci_dev *dev) | ||
335 | { | ||
336 | } | ||
337 | |||
338 | |||
339 | /* Mother-A SRAM memory allocation. This is a simple first-fit allocator. */ | ||
340 | |||
341 | /* A memory free-list node. */ | ||
342 | struct mb_sram_free_area { | ||
343 | void *mem; | ||
344 | unsigned long size; | ||
345 | struct mb_sram_free_area *next; | ||
346 | }; | ||
347 | |||
348 | /* The tail of the free-list, which starts out containing all the SRAM. */ | ||
349 | static struct mb_sram_free_area mb_sram_free_tail = { | ||
350 | (void *)MB_A_SRAM_ADDR, MB_A_SRAM_SIZE, 0 | ||
351 | }; | ||
352 | |||
353 | /* The free-list. */ | ||
354 | static struct mb_sram_free_area *mb_sram_free_areas = &mb_sram_free_tail; | ||
355 | |||
356 | /* The free-list of free free-list nodes. (:-) */ | ||
357 | static struct mb_sram_free_area *mb_sram_free_free_areas = 0; | ||
358 | |||
359 | /* Spinlock protecting the above globals. */ | ||
360 | static DEFINE_SPINLOCK(mb_sram_lock); | ||
361 | |||
362 | /* Allocate a memory block at least SIZE bytes long in the Mother-A SRAM | ||
363 | space. */ | ||
364 | static void *alloc_mb_sram (size_t size) | ||
365 | { | ||
366 | struct mb_sram_free_area *prev, *fa; | ||
367 | unsigned long flags; | ||
368 | void *mem = 0; | ||
369 | |||
370 | spin_lock_irqsave (mb_sram_lock, flags); | ||
371 | |||
372 | /* Look for a free area that can contain SIZE bytes. */ | ||
373 | for (prev = 0, fa = mb_sram_free_areas; fa; prev = fa, fa = fa->next) | ||
374 | if (fa->size >= size) { | ||
375 | /* Found one! */ | ||
376 | mem = fa->mem; | ||
377 | |||
378 | if (fa->size == size) { | ||
379 | /* In fact, it fits exactly, so remove | ||
380 | this node from the free-list. */ | ||
381 | if (prev) | ||
382 | prev->next = fa->next; | ||
383 | else | ||
384 | mb_sram_free_areas = fa->next; | ||
385 | /* Put it on the free-list-entry-free-list. */ | ||
386 | fa->next = mb_sram_free_free_areas; | ||
387 | mb_sram_free_free_areas = fa; | ||
388 | } else { | ||
389 | /* FA is bigger than SIZE, so just | ||
390 | reduce its size to account for this | ||
391 | allocation. */ | ||
392 | fa->mem += size; | ||
393 | fa->size -= size; | ||
394 | } | ||
395 | |||
396 | break; | ||
397 | } | ||
398 | |||
399 | spin_unlock_irqrestore (mb_sram_lock, flags); | ||
400 | |||
401 | return mem; | ||
402 | } | ||
403 | |||
404 | /* Return the memory area MEM of size SIZE to the MB SRAM free pool. */ | ||
405 | static void free_mb_sram (void *mem, size_t size) | ||
406 | { | ||
407 | struct mb_sram_free_area *prev, *fa, *new_fa; | ||
408 | unsigned long flags; | ||
409 | void *end = mem + size; | ||
410 | |||
411 | spin_lock_irqsave (mb_sram_lock, flags); | ||
412 | |||
413 | retry: | ||
414 | /* Find an adjacent free-list entry. */ | ||
415 | for (prev = 0, fa = mb_sram_free_areas; fa; prev = fa, fa = fa->next) | ||
416 | if (fa->mem == end) { | ||
417 | /* FA is just after MEM, grow down to encompass it. */ | ||
418 | fa->mem = mem; | ||
419 | fa->size += size; | ||
420 | goto done; | ||
421 | } else if (fa->mem + fa->size == mem) { | ||
422 | struct mb_sram_free_area *next_fa = fa->next; | ||
423 | |||
424 | /* FA is just before MEM, expand to encompass it. */ | ||
425 | fa->size += size; | ||
426 | |||
427 | /* See if FA can now be merged with its successor. */ | ||
428 | if (next_fa && fa->mem + fa->size == next_fa->mem) { | ||
429 | /* Yup; merge NEXT_FA's info into FA. */ | ||
430 | fa->size += next_fa->size; | ||
431 | fa->next = next_fa->next; | ||
432 | /* Free NEXT_FA. */ | ||
433 | next_fa->next = mb_sram_free_free_areas; | ||
434 | mb_sram_free_free_areas = next_fa; | ||
435 | } | ||
436 | goto done; | ||
437 | } else if (fa->mem > mem) | ||
438 | /* We've reached the right spot in the free-list | ||
439 | without finding an adjacent free-area, so add | ||
440 | a new free area to hold mem. */ | ||
441 | break; | ||
442 | |||
443 | /* Make a new free-list entry. */ | ||
444 | |||
445 | /* First, get a free-list entry. */ | ||
446 | if (! mb_sram_free_free_areas) { | ||
447 | /* There are none, so make some. */ | ||
448 | void *block; | ||
449 | size_t block_size = sizeof (struct mb_sram_free_area) * 8; | ||
450 | |||
451 | /* Don't hold the lock while calling kmalloc (I'm not | ||
452 | sure whether it would be a problem, since we use | ||
453 | GFP_ATOMIC, but it makes me nervous). */ | ||
454 | spin_unlock_irqrestore (mb_sram_lock, flags); | ||
455 | |||
456 | block = kmalloc (block_size, GFP_ATOMIC); | ||
457 | if (! block) | ||
458 | panic ("free_mb_sram: can't allocate free-list entry"); | ||
459 | |||
460 | /* Now get the lock back. */ | ||
461 | spin_lock_irqsave (mb_sram_lock, flags); | ||
462 | |||
463 | /* Add the new free free-list entries. */ | ||
464 | while (block_size > 0) { | ||
465 | struct mb_sram_free_area *nfa = block; | ||
466 | nfa->next = mb_sram_free_free_areas; | ||
467 | mb_sram_free_free_areas = nfa; | ||
468 | block += sizeof *nfa; | ||
469 | block_size -= sizeof *nfa; | ||
470 | } | ||
471 | |||
472 | /* Since we dropped the lock to call kmalloc, the | ||
473 | free-list could have changed, so retry from the | ||
474 | beginning. */ | ||
475 | goto retry; | ||
476 | } | ||
477 | |||
478 | /* Remove NEW_FA from the free-list of free-list entries. */ | ||
479 | new_fa = mb_sram_free_free_areas; | ||
480 | mb_sram_free_free_areas = new_fa->next; | ||
481 | |||
482 | /* NEW_FA initially holds only MEM. */ | ||
483 | new_fa->mem = mem; | ||
484 | new_fa->size = size; | ||
485 | |||
486 | /* Insert NEW_FA in the free-list between PREV and FA. */ | ||
487 | new_fa->next = fa; | ||
488 | if (prev) | ||
489 | prev->next = new_fa; | ||
490 | else | ||
491 | mb_sram_free_areas = new_fa; | ||
492 | |||
493 | done: | ||
494 | spin_unlock_irqrestore (mb_sram_lock, flags); | ||
495 | } | ||
496 | |||
497 | |||
498 | /* Maintainence of CPU -> Mother-A DMA mappings. */ | ||
499 | |||
500 | struct dma_mapping { | ||
501 | void *cpu_addr; | ||
502 | void *mb_sram_addr; | ||
503 | size_t size; | ||
504 | struct dma_mapping *next; | ||
505 | }; | ||
506 | |||
507 | /* A list of mappings from CPU addresses to MB SRAM addresses for active | ||
508 | DMA blocks (that have been `granted' to the PCI device). */ | ||
509 | static struct dma_mapping *active_dma_mappings = 0; | ||
510 | |||
511 | /* A list of free mapping objects. */ | ||
512 | static struct dma_mapping *free_dma_mappings = 0; | ||
513 | |||
514 | /* Spinlock protecting the above globals. */ | ||
515 | static DEFINE_SPINLOCK(dma_mappings_lock); | ||
516 | |||
517 | static struct dma_mapping *new_dma_mapping (size_t size) | ||
518 | { | ||
519 | unsigned long flags; | ||
520 | struct dma_mapping *mapping; | ||
521 | void *mb_sram_block = alloc_mb_sram (size); | ||
522 | |||
523 | if (! mb_sram_block) | ||
524 | return 0; | ||
525 | |||
526 | spin_lock_irqsave (dma_mappings_lock, flags); | ||
527 | |||
528 | if (! free_dma_mappings) { | ||
529 | /* We're out of mapping structures, make more. */ | ||
530 | void *mblock; | ||
531 | size_t mblock_size = sizeof (struct dma_mapping) * 8; | ||
532 | |||
533 | /* Don't hold the lock while calling kmalloc (I'm not | ||
534 | sure whether it would be a problem, since we use | ||
535 | GFP_ATOMIC, but it makes me nervous). */ | ||
536 | spin_unlock_irqrestore (dma_mappings_lock, flags); | ||
537 | |||
538 | mblock = kmalloc (mblock_size, GFP_ATOMIC); | ||
539 | if (! mblock) { | ||
540 | free_mb_sram (mb_sram_block, size); | ||
541 | return 0; | ||
542 | } | ||
543 | |||
544 | /* Get the lock back. */ | ||
545 | spin_lock_irqsave (dma_mappings_lock, flags); | ||
546 | |||
547 | /* Add the new mapping structures to the free-list. */ | ||
548 | while (mblock_size > 0) { | ||
549 | struct dma_mapping *fm = mblock; | ||
550 | fm->next = free_dma_mappings; | ||
551 | free_dma_mappings = fm; | ||
552 | mblock += sizeof *fm; | ||
553 | mblock_size -= sizeof *fm; | ||
554 | } | ||
555 | } | ||
556 | |||
557 | /* Get a mapping struct from the freelist. */ | ||
558 | mapping = free_dma_mappings; | ||
559 | free_dma_mappings = mapping->next; | ||
560 | |||
561 | /* Initialize the mapping. Other fields should be filled in by | ||
562 | caller. */ | ||
563 | mapping->mb_sram_addr = mb_sram_block; | ||
564 | mapping->size = size; | ||
565 | |||
566 | /* Add it to the list of active mappings. */ | ||
567 | mapping->next = active_dma_mappings; | ||
568 | active_dma_mappings = mapping; | ||
569 | |||
570 | spin_unlock_irqrestore (dma_mappings_lock, flags); | ||
571 | |||
572 | return mapping; | ||
573 | } | ||
574 | |||
575 | static struct dma_mapping *find_dma_mapping (void *mb_sram_addr) | ||
576 | { | ||
577 | unsigned long flags; | ||
578 | struct dma_mapping *mapping; | ||
579 | |||
580 | spin_lock_irqsave (dma_mappings_lock, flags); | ||
581 | |||
582 | for (mapping = active_dma_mappings; mapping; mapping = mapping->next) | ||
583 | if (mapping->mb_sram_addr == mb_sram_addr) { | ||
584 | spin_unlock_irqrestore (dma_mappings_lock, flags); | ||
585 | return mapping; | ||
586 | } | ||
587 | |||
588 | panic ("find_dma_mapping: unmapped PCI DMA addr 0x%x", | ||
589 | MB_SRAM_TO_PCI (mb_sram_addr)); | ||
590 | } | ||
591 | |||
592 | static struct dma_mapping *deactivate_dma_mapping (void *mb_sram_addr) | ||
593 | { | ||
594 | unsigned long flags; | ||
595 | struct dma_mapping *mapping, *prev; | ||
596 | |||
597 | spin_lock_irqsave (dma_mappings_lock, flags); | ||
598 | |||
599 | for (prev = 0, mapping = active_dma_mappings; | ||
600 | mapping; | ||
601 | prev = mapping, mapping = mapping->next) | ||
602 | { | ||
603 | if (mapping->mb_sram_addr == mb_sram_addr) { | ||
604 | /* This is the MAPPING; deactivate it. */ | ||
605 | if (prev) | ||
606 | prev->next = mapping->next; | ||
607 | else | ||
608 | active_dma_mappings = mapping->next; | ||
609 | |||
610 | spin_unlock_irqrestore (dma_mappings_lock, flags); | ||
611 | |||
612 | return mapping; | ||
613 | } | ||
614 | } | ||
615 | |||
616 | panic ("deactivate_dma_mapping: unmapped PCI DMA addr 0x%x", | ||
617 | MB_SRAM_TO_PCI (mb_sram_addr)); | ||
618 | } | ||
619 | |||
620 | /* Return MAPPING to the freelist. */ | ||
621 | static inline void | ||
622 | free_dma_mapping (struct dma_mapping *mapping) | ||
623 | { | ||
624 | unsigned long flags; | ||
625 | |||
626 | free_mb_sram (mapping->mb_sram_addr, mapping->size); | ||
627 | |||
628 | spin_lock_irqsave (dma_mappings_lock, flags); | ||
629 | |||
630 | mapping->next = free_dma_mappings; | ||
631 | free_dma_mappings = mapping; | ||
632 | |||
633 | spin_unlock_irqrestore (dma_mappings_lock, flags); | ||
634 | } | ||
635 | |||
636 | |||
637 | /* Single PCI DMA mappings. */ | ||
638 | |||
639 | /* `Grant' to PDEV the memory block at CPU_ADDR, for doing DMA. The | ||
640 | 32-bit PCI bus mastering address to use is returned. the device owns | ||
641 | this memory until either pci_unmap_single or pci_dma_sync_single is | ||
642 | performed. */ | ||
643 | dma_addr_t | ||
644 | pci_map_single (struct pci_dev *pdev, void *cpu_addr, size_t size, int dir) | ||
645 | { | ||
646 | struct dma_mapping *mapping = new_dma_mapping (size); | ||
647 | |||
648 | if (! mapping) | ||
649 | return 0; | ||
650 | |||
651 | mapping->cpu_addr = cpu_addr; | ||
652 | |||
653 | if (dir == PCI_DMA_BIDIRECTIONAL || dir == PCI_DMA_TODEVICE) | ||
654 | memcpy (mapping->mb_sram_addr, cpu_addr, size); | ||
655 | |||
656 | return MB_SRAM_TO_PCI (mapping->mb_sram_addr); | ||
657 | } | ||
658 | |||
659 | /* Return to the CPU the PCI DMA memory block previously `granted' to | ||
660 | PDEV, at DMA_ADDR. */ | ||
661 | void pci_unmap_single (struct pci_dev *pdev, dma_addr_t dma_addr, size_t size, | ||
662 | int dir) | ||
663 | { | ||
664 | void *mb_sram_addr = PCI_TO_MB_SRAM (dma_addr); | ||
665 | struct dma_mapping *mapping = deactivate_dma_mapping (mb_sram_addr); | ||
666 | |||
667 | if (size != mapping->size) | ||
668 | panic ("pci_unmap_single: size (%d) doesn't match" | ||
669 | " size of mapping at PCI DMA addr 0x%x (%d)\n", | ||
670 | size, dma_addr, mapping->size); | ||
671 | |||
672 | /* Copy back the DMA'd contents if necessary. */ | ||
673 | if (dir == PCI_DMA_BIDIRECTIONAL || dir == PCI_DMA_FROMDEVICE) | ||
674 | memcpy (mapping->cpu_addr, mb_sram_addr, size); | ||
675 | |||
676 | /* Return mapping to the freelist. */ | ||
677 | free_dma_mapping (mapping); | ||
678 | } | ||
679 | |||
680 | /* Make physical memory consistent for a single streaming mode DMA | ||
681 | translation after a transfer. | ||
682 | |||
683 | If you perform a pci_map_single() but wish to interrogate the | ||
684 | buffer using the cpu, yet do not wish to teardown the PCI dma | ||
685 | mapping, you must call this function before doing so. At the next | ||
686 | point you give the PCI dma address back to the card, you must first | ||
687 | perform a pci_dma_sync_for_device, and then the device again owns | ||
688 | the buffer. */ | ||
689 | void | ||
690 | pci_dma_sync_single_for_cpu (struct pci_dev *pdev, dma_addr_t dma_addr, size_t size, | ||
691 | int dir) | ||
692 | { | ||
693 | void *mb_sram_addr = PCI_TO_MB_SRAM (dma_addr); | ||
694 | struct dma_mapping *mapping = find_dma_mapping (mb_sram_addr); | ||
695 | |||
696 | /* Synchronize the DMA buffer with the CPU buffer if necessary. */ | ||
697 | if (dir == PCI_DMA_FROMDEVICE) | ||
698 | memcpy (mapping->cpu_addr, mb_sram_addr, size); | ||
699 | else if (dir == PCI_DMA_TODEVICE) | ||
700 | ; /* nothing to do */ | ||
701 | else | ||
702 | panic("pci_dma_sync_single: unsupported sync dir: %d", dir); | ||
703 | } | ||
704 | |||
705 | void | ||
706 | pci_dma_sync_single_for_device (struct pci_dev *pdev, dma_addr_t dma_addr, size_t size, | ||
707 | int dir) | ||
708 | { | ||
709 | void *mb_sram_addr = PCI_TO_MB_SRAM (dma_addr); | ||
710 | struct dma_mapping *mapping = find_dma_mapping (mb_sram_addr); | ||
711 | |||
712 | /* Synchronize the DMA buffer with the CPU buffer if necessary. */ | ||
713 | if (dir == PCI_DMA_FROMDEVICE) | ||
714 | ; /* nothing to do */ | ||
715 | else if (dir == PCI_DMA_TODEVICE) | ||
716 | memcpy (mb_sram_addr, mapping->cpu_addr, size); | ||
717 | else | ||
718 | panic("pci_dma_sync_single: unsupported sync dir: %d", dir); | ||
719 | } | ||
720 | |||
721 | |||
722 | /* Scatter-gather PCI DMA mappings. */ | ||
723 | |||
724 | /* Do multiple DMA mappings at once. */ | ||
725 | int | ||
726 | pci_map_sg (struct pci_dev *pdev, struct scatterlist *sg, int sg_len, int dir) | ||
727 | { | ||
728 | BUG (); | ||
729 | return 0; | ||
730 | } | ||
731 | |||
732 | /* Unmap multiple DMA mappings at once. */ | ||
733 | void | ||
734 | pci_unmap_sg (struct pci_dev *pdev, struct scatterlist *sg, int sg_len,int dir) | ||
735 | { | ||
736 | BUG (); | ||
737 | } | ||
738 | |||
739 | /* Make physical memory consistent for a set of streaming mode DMA | ||
740 | translations after a transfer. The same as pci_dma_sync_single_* but | ||
741 | for a scatter-gather list, same rules and usage. */ | ||
742 | |||
743 | void | ||
744 | pci_dma_sync_sg_for_cpu (struct pci_dev *dev, | ||
745 | struct scatterlist *sg, int sg_len, | ||
746 | int dir) | ||
747 | { | ||
748 | BUG (); | ||
749 | } | ||
750 | |||
751 | void | ||
752 | pci_dma_sync_sg_for_device (struct pci_dev *dev, | ||
753 | struct scatterlist *sg, int sg_len, | ||
754 | int dir) | ||
755 | { | ||
756 | BUG (); | ||
757 | } | ||
758 | |||
759 | |||
760 | /* PCI mem mapping. */ | ||
761 | |||
762 | /* Allocate and map kernel buffer using consistent mode DMA for PCI | ||
763 | device. Returns non-NULL cpu-view pointer to the buffer if | ||
764 | successful and sets *DMA_ADDR to the pci side dma address as well, | ||
765 | else DMA_ADDR is undefined. */ | ||
766 | void * | ||
767 | pci_alloc_consistent (struct pci_dev *pdev, size_t size, dma_addr_t *dma_addr) | ||
768 | { | ||
769 | void *mb_sram_mem = alloc_mb_sram (size); | ||
770 | if (mb_sram_mem) | ||
771 | *dma_addr = MB_SRAM_TO_PCI (mb_sram_mem); | ||
772 | return mb_sram_mem; | ||
773 | } | ||
774 | |||
775 | /* Free and unmap a consistent DMA buffer. CPU_ADDR and DMA_ADDR must | ||
776 | be values that were returned from pci_alloc_consistent. SIZE must be | ||
777 | the same as what as passed into pci_alloc_consistent. References to | ||
778 | the memory and mappings associated with CPU_ADDR or DMA_ADDR past | ||
779 | this call are illegal. */ | ||
780 | void | ||
781 | pci_free_consistent (struct pci_dev *pdev, size_t size, void *cpu_addr, | ||
782 | dma_addr_t dma_addr) | ||
783 | { | ||
784 | void *mb_sram_mem = PCI_TO_MB_SRAM (dma_addr); | ||
785 | free_mb_sram (mb_sram_mem, size); | ||
786 | } | ||
787 | |||
788 | |||
789 | /* iomap/iomap */ | ||
790 | |||
791 | void __iomem *pci_iomap (struct pci_dev *dev, int bar, unsigned long max) | ||
792 | { | ||
793 | resource_size_t start = pci_resource_start (dev, bar); | ||
794 | resource_size_t len = pci_resource_len (dev, bar); | ||
795 | |||
796 | if (!start || len == 0) | ||
797 | return 0; | ||
798 | |||
799 | /* None of the ioremap functions actually do anything, other than | ||
800 | re-casting their argument, so don't bother differentiating them. */ | ||
801 | return ioremap (start, len); | ||
802 | } | ||
803 | |||
804 | void pci_iounmap (struct pci_dev *dev, void __iomem *addr) | ||
805 | { | ||
806 | /* nothing */ | ||
807 | } | ||
808 | |||
809 | |||
810 | /* symbol exports (for modules) */ | ||
811 | |||
812 | EXPORT_SYMBOL (pci_map_single); | ||
813 | EXPORT_SYMBOL (pci_unmap_single); | ||
814 | EXPORT_SYMBOL (pci_alloc_consistent); | ||
815 | EXPORT_SYMBOL (pci_free_consistent); | ||
816 | EXPORT_SYMBOL (pci_dma_sync_single_for_cpu); | ||
817 | EXPORT_SYMBOL (pci_dma_sync_single_for_device); | ||
818 | EXPORT_SYMBOL (pci_iomap); | ||
819 | EXPORT_SYMBOL (pci_iounmap); | ||
diff --git a/arch/v850/kernel/rte_me2_cb.c b/arch/v850/kernel/rte_me2_cb.c deleted file mode 100644 index 46803d48dffe..000000000000 --- a/arch/v850/kernel/rte_me2_cb.c +++ /dev/null | |||
@@ -1,298 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/rte_me2_cb.c -- Midas labs RTE-V850E/ME2-CB board | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/init.h> | ||
16 | #include <linux/bootmem.h> | ||
17 | #include <linux/irq.h> | ||
18 | #include <linux/fs.h> | ||
19 | #include <linux/major.h> | ||
20 | #include <linux/sched.h> | ||
21 | #include <linux/delay.h> | ||
22 | |||
23 | #include <asm/atomic.h> | ||
24 | #include <asm/page.h> | ||
25 | #include <asm/me2.h> | ||
26 | #include <asm/rte_me2_cb.h> | ||
27 | #include <asm/machdep.h> | ||
28 | #include <asm/v850e_intc.h> | ||
29 | #include <asm/v850e_cache.h> | ||
30 | #include <asm/irq.h> | ||
31 | |||
32 | #include "mach.h" | ||
33 | |||
34 | extern unsigned long *_intv_start; | ||
35 | extern unsigned long *_intv_end; | ||
36 | |||
37 | /* LED access routines. */ | ||
38 | extern unsigned read_leds (int pos, char *buf, int len); | ||
39 | extern unsigned write_leds (int pos, const char *buf, int len); | ||
40 | |||
41 | |||
42 | /* SDRAM are almost contiguous (with a small hole in between; | ||
43 | see mach_reserve_bootmem for details), so just use both as one big area. */ | ||
44 | #define RAM_START SDRAM_ADDR | ||
45 | #define RAM_END (SDRAM_ADDR + SDRAM_SIZE) | ||
46 | |||
47 | |||
48 | void __init mach_get_physical_ram (unsigned long *ram_start, | ||
49 | unsigned long *ram_len) | ||
50 | { | ||
51 | *ram_start = RAM_START; | ||
52 | *ram_len = RAM_END - RAM_START; | ||
53 | } | ||
54 | |||
55 | void mach_gettimeofday (struct timespec *tv) | ||
56 | { | ||
57 | tv->tv_sec = 0; | ||
58 | tv->tv_nsec = 0; | ||
59 | } | ||
60 | |||
61 | /* Called before configuring an on-chip UART. */ | ||
62 | void rte_me2_cb_uart_pre_configure (unsigned chan, | ||
63 | unsigned cflags, unsigned baud) | ||
64 | { | ||
65 | /* The RTE-V850E/ME2-CB connects some general-purpose I/O | ||
66 | pins on the CPU to the RTS/CTS lines of UARTB channel 0's | ||
67 | serial connection. | ||
68 | I/O pins P21 and P22 are RTS and CTS respectively. */ | ||
69 | if (chan == 0) { | ||
70 | /* Put P21 & P22 in I/O port mode. */ | ||
71 | ME2_PORT2_PMC &= ~0x6; | ||
72 | /* Make P21 and output, and P22 an input. */ | ||
73 | ME2_PORT2_PM = (ME2_PORT2_PM & ~0xC) | 0x4; | ||
74 | } | ||
75 | |||
76 | me2_uart_pre_configure (chan, cflags, baud); | ||
77 | } | ||
78 | |||
79 | void __init mach_init_irqs (void) | ||
80 | { | ||
81 | /* Initialize interrupts. */ | ||
82 | me2_init_irqs (); | ||
83 | rte_me2_cb_init_irqs (); | ||
84 | } | ||
85 | |||
86 | #ifdef CONFIG_ROM_KERNEL | ||
87 | /* Initialization for kernel in ROM. */ | ||
88 | static inline rom_kernel_init (void) | ||
89 | { | ||
90 | /* If the kernel is in ROM, we have to copy any initialized data | ||
91 | from ROM into RAM. */ | ||
92 | extern unsigned long _data_load_start, _sdata, _edata; | ||
93 | register unsigned long *src = &_data_load_start; | ||
94 | register unsigned long *dst = &_sdata, *end = &_edata; | ||
95 | |||
96 | while (dst != end) | ||
97 | *dst++ = *src++; | ||
98 | } | ||
99 | #endif /* CONFIG_ROM_KERNEL */ | ||
100 | |||
101 | static void install_interrupt_vectors (void) | ||
102 | { | ||
103 | unsigned long *p1, *p2; | ||
104 | |||
105 | ME2_IRAMM = 0x03; /* V850E/ME2 iRAM write mode */ | ||
106 | |||
107 | /* vector copy to iRAM */ | ||
108 | p1 = (unsigned long *)0; /* v85x vector start */ | ||
109 | p2 = (unsigned long *)&_intv_start; | ||
110 | while (p2 < (unsigned long *)&_intv_end) | ||
111 | *p1++ = *p2++; | ||
112 | |||
113 | ME2_IRAMM = 0x00; /* V850E/ME2 iRAM read mode */ | ||
114 | } | ||
115 | |||
116 | /* CompactFlash */ | ||
117 | |||
118 | static void cf_power_on (void) | ||
119 | { | ||
120 | /* CF card detected? */ | ||
121 | if (CB_CF_STS0 & 0x0030) | ||
122 | return; | ||
123 | |||
124 | CB_CF_REG0 = 0x0002; /* reest on */ | ||
125 | mdelay (10); | ||
126 | CB_CF_REG0 = 0x0003; /* power on */ | ||
127 | mdelay (10); | ||
128 | CB_CF_REG0 = 0x0001; /* reset off */ | ||
129 | mdelay (10); | ||
130 | } | ||
131 | |||
132 | static void cf_power_off (void) | ||
133 | { | ||
134 | CB_CF_REG0 = 0x0003; /* power on */ | ||
135 | mdelay (10); | ||
136 | CB_CF_REG0 = 0x0002; /* reest on */ | ||
137 | mdelay (10); | ||
138 | } | ||
139 | |||
140 | void __init mach_early_init (void) | ||
141 | { | ||
142 | install_interrupt_vectors (); | ||
143 | |||
144 | /* CS1 SDRAM instruction cache enable */ | ||
145 | v850e_cache_enable (0x04, 0x03, 0); | ||
146 | |||
147 | rte_cb_early_init (); | ||
148 | |||
149 | /* CompactFlash power on */ | ||
150 | cf_power_on (); | ||
151 | |||
152 | #if defined (CONFIG_ROM_KERNEL) | ||
153 | rom_kernel_init (); | ||
154 | #endif | ||
155 | } | ||
156 | |||
157 | |||
158 | /* RTE-V850E/ME2-CB Programmable Interrupt Controller. */ | ||
159 | |||
160 | static struct cb_pic_irq_init cb_pic_irq_inits[] = { | ||
161 | { "CB_EXTTM0", IRQ_CB_EXTTM0, 1, 1, 6 }, | ||
162 | { "CB_EXTSIO", IRQ_CB_EXTSIO, 1, 1, 6 }, | ||
163 | { "CB_TOVER", IRQ_CB_TOVER, 1, 1, 6 }, | ||
164 | { "CB_GINT0", IRQ_CB_GINT0, 1, 1, 6 }, | ||
165 | { "CB_USB", IRQ_CB_USB, 1, 1, 6 }, | ||
166 | { "CB_LANC", IRQ_CB_LANC, 1, 1, 6 }, | ||
167 | { "CB_USB_VBUS_ON", IRQ_CB_USB_VBUS_ON, 1, 1, 6 }, | ||
168 | { "CB_USB_VBUS_OFF", IRQ_CB_USB_VBUS_OFF, 1, 1, 6 }, | ||
169 | { "CB_EXTTM1", IRQ_CB_EXTTM1, 1, 1, 6 }, | ||
170 | { "CB_EXTTM2", IRQ_CB_EXTTM2, 1, 1, 6 }, | ||
171 | { 0 } | ||
172 | }; | ||
173 | #define NUM_CB_PIC_IRQ_INITS (ARRAY_SIZE(cb_pic_irq_inits) - 1) | ||
174 | |||
175 | static struct hw_interrupt_type cb_pic_hw_itypes[NUM_CB_PIC_IRQ_INITS]; | ||
176 | static unsigned char cb_pic_active_irqs = 0; | ||
177 | |||
178 | void __init rte_me2_cb_init_irqs (void) | ||
179 | { | ||
180 | cb_pic_init_irq_types (cb_pic_irq_inits, cb_pic_hw_itypes); | ||
181 | |||
182 | /* Initalize on board PIC1 (not PIC0) enable */ | ||
183 | CB_PIC_INT0M = 0x0000; | ||
184 | CB_PIC_INT1M = 0x0000; | ||
185 | CB_PIC_INTR = 0x0000; | ||
186 | CB_PIC_INTEN |= CB_PIC_INT1EN; | ||
187 | |||
188 | ME2_PORT2_PMC |= 0x08; /* INTP23/SCK1 mode */ | ||
189 | ME2_PORT2_PFC &= ~0x08; /* INTP23 mode */ | ||
190 | ME2_INTR(2) &= ~0x08; /* INTP23 falling-edge detect */ | ||
191 | ME2_INTF(2) &= ~0x08; /* " */ | ||
192 | |||
193 | rte_cb_init_irqs (); /* gbus &c */ | ||
194 | } | ||
195 | |||
196 | |||
197 | /* Enable interrupt handling for interrupt IRQ. */ | ||
198 | void cb_pic_enable_irq (unsigned irq) | ||
199 | { | ||
200 | CB_PIC_INT1M |= 1 << (irq - CB_PIC_BASE_IRQ); | ||
201 | } | ||
202 | |||
203 | void cb_pic_disable_irq (unsigned irq) | ||
204 | { | ||
205 | CB_PIC_INT1M &= ~(1 << (irq - CB_PIC_BASE_IRQ)); | ||
206 | } | ||
207 | |||
208 | void cb_pic_shutdown_irq (unsigned irq) | ||
209 | { | ||
210 | cb_pic_disable_irq (irq); | ||
211 | |||
212 | if (--cb_pic_active_irqs == 0) | ||
213 | free_irq (IRQ_CB_PIC, 0); | ||
214 | |||
215 | CB_PIC_INT1M &= ~(1 << (irq - CB_PIC_BASE_IRQ)); | ||
216 | } | ||
217 | |||
218 | static irqreturn_t cb_pic_handle_irq (int irq, void *dev_id, | ||
219 | struct pt_regs *regs) | ||
220 | { | ||
221 | irqreturn_t rval = IRQ_NONE; | ||
222 | unsigned status = CB_PIC_INTR; | ||
223 | unsigned enable = CB_PIC_INT1M; | ||
224 | |||
225 | /* Only pay attention to enabled interrupts. */ | ||
226 | status &= enable; | ||
227 | |||
228 | CB_PIC_INTEN &= ~CB_PIC_INT1EN; | ||
229 | |||
230 | if (status) { | ||
231 | unsigned mask = 1; | ||
232 | |||
233 | irq = CB_PIC_BASE_IRQ; | ||
234 | do { | ||
235 | /* There's an active interrupt, find out which one, | ||
236 | and call its handler. */ | ||
237 | while (! (status & mask)) { | ||
238 | irq++; | ||
239 | mask <<= 1; | ||
240 | } | ||
241 | status &= ~mask; | ||
242 | |||
243 | CB_PIC_INTR = mask; | ||
244 | |||
245 | /* Recursively call handle_irq to handle it. */ | ||
246 | handle_irq (irq, regs); | ||
247 | rval = IRQ_HANDLED; | ||
248 | } while (status); | ||
249 | } | ||
250 | |||
251 | CB_PIC_INTEN |= CB_PIC_INT1EN; | ||
252 | |||
253 | return rval; | ||
254 | } | ||
255 | |||
256 | |||
257 | static void irq_nop (unsigned irq) { } | ||
258 | |||
259 | static unsigned cb_pic_startup_irq (unsigned irq) | ||
260 | { | ||
261 | int rval; | ||
262 | |||
263 | if (cb_pic_active_irqs == 0) { | ||
264 | rval = request_irq (IRQ_CB_PIC, cb_pic_handle_irq, | ||
265 | IRQF_DISABLED, "cb_pic_handler", 0); | ||
266 | if (rval != 0) | ||
267 | return rval; | ||
268 | } | ||
269 | |||
270 | cb_pic_active_irqs++; | ||
271 | |||
272 | cb_pic_enable_irq (irq); | ||
273 | |||
274 | return 0; | ||
275 | } | ||
276 | |||
277 | /* Initialize HW_IRQ_TYPES for INTC-controlled irqs described in array | ||
278 | INITS (which is terminated by an entry with the name field == 0). */ | ||
279 | void __init cb_pic_init_irq_types (struct cb_pic_irq_init *inits, | ||
280 | struct hw_interrupt_type *hw_irq_types) | ||
281 | { | ||
282 | struct cb_pic_irq_init *init; | ||
283 | for (init = inits; init->name; init++) { | ||
284 | struct hw_interrupt_type *hwit = hw_irq_types++; | ||
285 | |||
286 | hwit->typename = init->name; | ||
287 | |||
288 | hwit->startup = cb_pic_startup_irq; | ||
289 | hwit->shutdown = cb_pic_shutdown_irq; | ||
290 | hwit->enable = cb_pic_enable_irq; | ||
291 | hwit->disable = cb_pic_disable_irq; | ||
292 | hwit->ack = irq_nop; | ||
293 | hwit->end = irq_nop; | ||
294 | |||
295 | /* Initialize kernel IRQ infrastructure for this interrupt. */ | ||
296 | init_irq_handlers(init->base, init->num, init->interval, hwit); | ||
297 | } | ||
298 | } | ||
diff --git a/arch/v850/kernel/rte_me2_cb.ld b/arch/v850/kernel/rte_me2_cb.ld deleted file mode 100644 index cf0766065ec6..000000000000 --- a/arch/v850/kernel/rte_me2_cb.ld +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | /* Linker script for the Midas labs RTE-V850E/ME2-CB evaluation board | ||
2 | (CONFIG_RTE_CB_ME2), with kernel in SDRAM. */ | ||
3 | |||
4 | MEMORY { | ||
5 | /* 128Kbyte of IRAM */ | ||
6 | IRAM : ORIGIN = 0x00000000, LENGTH = 0x00020000 | ||
7 | |||
8 | /* 32MB of SDRAM. */ | ||
9 | SDRAM : ORIGIN = SDRAM_ADDR, LENGTH = SDRAM_SIZE | ||
10 | } | ||
11 | |||
12 | #define KRAM SDRAM | ||
13 | |||
14 | SECTIONS { | ||
15 | .text : { | ||
16 | __kram_start = . ; | ||
17 | TEXT_CONTENTS | ||
18 | INTV_CONTENTS /* copy to iRAM (0x0-0x620) */ | ||
19 | } > KRAM | ||
20 | |||
21 | .data : { | ||
22 | DATA_CONTENTS | ||
23 | BSS_CONTENTS | ||
24 | RAMK_INIT_CONTENTS | ||
25 | __kram_end = . ; | ||
26 | BOOTMAP_CONTENTS | ||
27 | } > KRAM | ||
28 | |||
29 | .root ALIGN (4096) : { ROOT_FS_CONTENTS } > SDRAM | ||
30 | } | ||
diff --git a/arch/v850/kernel/rte_nb85e_cb-multi.ld b/arch/v850/kernel/rte_nb85e_cb-multi.ld deleted file mode 100644 index de347b4fffac..000000000000 --- a/arch/v850/kernel/rte_nb85e_cb-multi.ld +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | /* Linker script for the Midas labs RTE-NB85E-CB evaluation board | ||
2 | (CONFIG_RTE_CB_NB85E), with the Multi debugger ROM monitor . */ | ||
3 | |||
4 | MEMORY { | ||
5 | /* 1MB of SRAM; we can't use the last 96KB, because it's used by | ||
6 | the monitor scratch-RAM. This memory is mirrored 4 times. */ | ||
7 | SRAM : ORIGIN = SRAM_ADDR, LENGTH = (SRAM_SIZE - MON_SCRATCH_SIZE) | ||
8 | /* Monitor scratch RAM; only the interrupt vectors should go here. */ | ||
9 | MRAM : ORIGIN = MON_SCRATCH_ADDR, LENGTH = MON_SCRATCH_SIZE | ||
10 | /* 16MB of SDRAM. */ | ||
11 | SDRAM : ORIGIN = SDRAM_ADDR, LENGTH = SDRAM_SIZE | ||
12 | } | ||
13 | |||
14 | #ifdef CONFIG_RTE_CB_NB85E_KSRAM | ||
15 | # define KRAM SRAM | ||
16 | #else | ||
17 | # define KRAM SDRAM | ||
18 | #endif | ||
19 | |||
20 | SECTIONS { | ||
21 | /* We can't use RAMK_KRAM_CONTENTS because that puts the whole | ||
22 | kernel in a single ELF segment, and the Multi debugger (which | ||
23 | we use to load the kernel) appears to have bizarre problems | ||
24 | dealing with it. */ | ||
25 | |||
26 | .text : { | ||
27 | __kram_start = . ; | ||
28 | TEXT_CONTENTS | ||
29 | } > KRAM | ||
30 | |||
31 | .data : { | ||
32 | DATA_CONTENTS | ||
33 | BSS_CONTENTS | ||
34 | RAMK_INIT_CONTENTS | ||
35 | __kram_end = . ; | ||
36 | BOOTMAP_CONTENTS | ||
37 | |||
38 | /* The address at which the interrupt vectors are initially | ||
39 | loaded by the loader. We can't load the interrupt vectors | ||
40 | directly into their target location, because the monitor | ||
41 | ROM for the GHS Multi debugger barfs if we try. | ||
42 | Unfortunately, Multi also doesn't deal correctly with ELF | ||
43 | sections where the LMA and VMA differ (it just ignores the | ||
44 | LMA), so we can't use that feature to work around the | ||
45 | problem! What we do instead is just put the interrupt | ||
46 | vectors into a normal section, and have the | ||
47 | `mach_early_init' function for Midas boards do the | ||
48 | necessary copying and relocation at runtime (this section | ||
49 | basically only contains `jr' instructions, so it's not | ||
50 | that hard). */ | ||
51 | . = ALIGN (0x10) ; | ||
52 | __intv_load_start = . ; | ||
53 | INTV_CONTENTS | ||
54 | } > KRAM | ||
55 | |||
56 | .root ALIGN (4096) : { ROOT_FS_CONTENTS } > SDRAM | ||
57 | } | ||
diff --git a/arch/v850/kernel/rte_nb85e_cb.c b/arch/v850/kernel/rte_nb85e_cb.c deleted file mode 100644 index b4a045da5d70..000000000000 --- a/arch/v850/kernel/rte_nb85e_cb.c +++ /dev/null | |||
@@ -1,81 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/rte_nb85e_cb.c -- Midas labs RTE-V850E/NB85E-CB board | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/init.h> | ||
16 | #include <linux/mm.h> | ||
17 | #include <linux/swap.h> | ||
18 | #include <linux/bootmem.h> | ||
19 | #include <linux/irq.h> | ||
20 | |||
21 | #include <asm/atomic.h> | ||
22 | #include <asm/page.h> | ||
23 | #include <asm/v850e.h> | ||
24 | #include <asm/rte_nb85e_cb.h> | ||
25 | |||
26 | #include "mach.h" | ||
27 | |||
28 | void __init mach_early_init (void) | ||
29 | { | ||
30 | /* Configure caching; some possible settings: | ||
31 | |||
32 | BHC = 0x0000, DCC = 0x0000 -- all caching disabled | ||
33 | BHC = 0x0040, DCC = 0x0000 -- SDRAM: icache only | ||
34 | BHC = 0x0080, DCC = 0x0C00 -- SDRAM: write-back dcache only | ||
35 | BHC = 0x00C0, DCC = 0x0C00 -- SDRAM: icache + write-back dcache | ||
36 | BHC = 0x00C0, DCC = 0x0800 -- SDRAM: icache + write-thru dcache | ||
37 | |||
38 | We can only cache SDRAM (we can't use cache SRAM because it's in | ||
39 | the same memory region as the on-chip RAM and I/O space). | ||
40 | |||
41 | Unfortunately, the dcache seems to be buggy, so we only use the | ||
42 | icache for now. */ | ||
43 | v850e_cache_enable (0x0040 /*BHC*/, 0x0003 /*ICC*/, 0x0000 /*DCC*/); | ||
44 | |||
45 | rte_cb_early_init (); | ||
46 | } | ||
47 | |||
48 | void __init mach_get_physical_ram (unsigned long *ram_start, | ||
49 | unsigned long *ram_len) | ||
50 | { | ||
51 | /* We just use SDRAM here. */ | ||
52 | *ram_start = SDRAM_ADDR; | ||
53 | *ram_len = SDRAM_SIZE; | ||
54 | } | ||
55 | |||
56 | void mach_gettimeofday (struct timespec *tv) | ||
57 | { | ||
58 | tv->tv_sec = 0; | ||
59 | tv->tv_nsec = 0; | ||
60 | } | ||
61 | |||
62 | /* Called before configuring an on-chip UART. */ | ||
63 | void rte_nb85e_cb_uart_pre_configure (unsigned chan, | ||
64 | unsigned cflags, unsigned baud) | ||
65 | { | ||
66 | /* The RTE-NB85E-CB connects some general-purpose I/O pins on the | ||
67 | CPU to the RTS/CTS lines the UART's serial connection, as follows: | ||
68 | P00 = CTS (in), P01 = DSR (in), P02 = RTS (out), P03 = DTR (out). */ | ||
69 | |||
70 | TEG_PORT0_PM = 0x03; /* P00 and P01 inputs, P02 and P03 outputs */ | ||
71 | TEG_PORT0_IO = 0x03; /* Accept input */ | ||
72 | |||
73 | /* Do pre-configuration for the actual UART. */ | ||
74 | teg_uart_pre_configure (chan, cflags, baud); | ||
75 | } | ||
76 | |||
77 | void __init mach_init_irqs (void) | ||
78 | { | ||
79 | teg_init_irqs (); | ||
80 | rte_cb_init_irqs (); | ||
81 | } | ||
diff --git a/arch/v850/kernel/rte_nb85e_cb.ld b/arch/v850/kernel/rte_nb85e_cb.ld deleted file mode 100644 index b672f484f085..000000000000 --- a/arch/v850/kernel/rte_nb85e_cb.ld +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | /* Linker script for the Midas labs RTE-NB85E-CB evaluation board | ||
2 | (CONFIG_RTE_CB_NB85E). */ | ||
3 | |||
4 | MEMORY { | ||
5 | LOW : ORIGIN = 0x0, LENGTH = 0x00100000 | ||
6 | /* 1MB of SRAM This memory is mirrored 4 times. */ | ||
7 | SRAM : ORIGIN = SRAM_ADDR, LENGTH = SRAM_SIZE | ||
8 | /* 16MB of SDRAM. */ | ||
9 | SDRAM : ORIGIN = SDRAM_ADDR, LENGTH = SDRAM_SIZE | ||
10 | } | ||
11 | |||
12 | #ifdef CONFIG_RTE_CB_NB85E_KSRAM | ||
13 | # define KRAM SRAM | ||
14 | #else | ||
15 | # define KRAM SDRAM | ||
16 | #endif | ||
17 | |||
18 | SECTIONS { | ||
19 | .intv : { INTV_CONTENTS } > LOW | ||
20 | .sram : { RAMK_KRAM_CONTENTS } > KRAM | ||
21 | .root : { ROOT_FS_CONTENTS } > SDRAM | ||
22 | } | ||
diff --git a/arch/v850/kernel/setup.c b/arch/v850/kernel/setup.c deleted file mode 100644 index a0a8456a8430..000000000000 --- a/arch/v850/kernel/setup.c +++ /dev/null | |||
@@ -1,330 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/setup.c -- Arch-dependent initialization functions | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03,05,06 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03,05,06 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/mm.h> | ||
15 | #include <linux/bootmem.h> | ||
16 | #include <linux/swap.h> /* we don't have swap, but for nr_free_pages */ | ||
17 | #include <linux/irq.h> | ||
18 | #include <linux/reboot.h> | ||
19 | #include <linux/personality.h> | ||
20 | #include <linux/major.h> | ||
21 | #include <linux/root_dev.h> | ||
22 | #include <linux/mtd/mtd.h> | ||
23 | #include <linux/init.h> | ||
24 | |||
25 | #include <asm/irq.h> | ||
26 | #include <asm/setup.h> | ||
27 | |||
28 | #include "mach.h" | ||
29 | |||
30 | /* These symbols are all defined in the linker map to delineate various | ||
31 | statically allocated regions of memory. */ | ||
32 | |||
33 | extern char _intv_start, _intv_end; | ||
34 | /* `kram' is only used if the kernel uses part of normal user RAM. */ | ||
35 | extern char _kram_start __attribute__ ((__weak__)); | ||
36 | extern char _kram_end __attribute__ ((__weak__)); | ||
37 | extern char _init_start, _init_end; | ||
38 | extern char _bootmap; | ||
39 | extern char _stext, _etext, _sdata, _edata, _sbss, _ebss; | ||
40 | /* Many platforms use an embedded root image. */ | ||
41 | extern char _root_fs_image_start __attribute__ ((__weak__)); | ||
42 | extern char _root_fs_image_end __attribute__ ((__weak__)); | ||
43 | |||
44 | |||
45 | char __initdata command_line[COMMAND_LINE_SIZE]; | ||
46 | |||
47 | /* Memory not used by the kernel. */ | ||
48 | static unsigned long total_ram_pages; | ||
49 | |||
50 | /* System RAM. */ | ||
51 | static unsigned long ram_start = 0, ram_len = 0; | ||
52 | |||
53 | |||
54 | #define ADDR_TO_PAGE_UP(x) ((((unsigned long)x) + PAGE_SIZE-1) >> PAGE_SHIFT) | ||
55 | #define ADDR_TO_PAGE(x) (((unsigned long)x) >> PAGE_SHIFT) | ||
56 | #define PAGE_TO_ADDR(x) (((unsigned long)x) << PAGE_SHIFT) | ||
57 | |||
58 | static void init_mem_alloc (unsigned long ram_start, unsigned long ram_len); | ||
59 | |||
60 | void set_mem_root (void *addr, size_t len, char *cmd_line); | ||
61 | |||
62 | |||
63 | void __init setup_arch (char **cmdline) | ||
64 | { | ||
65 | /* Keep a copy of command line */ | ||
66 | *cmdline = command_line; | ||
67 | memcpy (boot_command_line, command_line, COMMAND_LINE_SIZE); | ||
68 | boot_command_line[COMMAND_LINE_SIZE - 1] = '\0'; | ||
69 | |||
70 | console_verbose (); | ||
71 | |||
72 | init_mm.start_code = (unsigned long) &_stext; | ||
73 | init_mm.end_code = (unsigned long) &_etext; | ||
74 | init_mm.end_data = (unsigned long) &_edata; | ||
75 | init_mm.brk = (unsigned long) &_kram_end; | ||
76 | |||
77 | /* Find out what mem this machine has. */ | ||
78 | mach_get_physical_ram (&ram_start, &ram_len); | ||
79 | /* ... and tell the kernel about it. */ | ||
80 | init_mem_alloc (ram_start, ram_len); | ||
81 | |||
82 | printk (KERN_INFO "CPU: %s\nPlatform: %s\n", | ||
83 | CPU_MODEL_LONG, PLATFORM_LONG); | ||
84 | |||
85 | /* do machine-specific setups. */ | ||
86 | mach_setup (cmdline); | ||
87 | |||
88 | #ifdef CONFIG_MTD | ||
89 | if (!ROOT_DEV && &_root_fs_image_end > &_root_fs_image_start) | ||
90 | set_mem_root (&_root_fs_image_start, | ||
91 | &_root_fs_image_end - &_root_fs_image_start, | ||
92 | *cmdline); | ||
93 | #endif | ||
94 | } | ||
95 | |||
96 | void __init trap_init (void) | ||
97 | { | ||
98 | } | ||
99 | |||
100 | #ifdef CONFIG_MTD | ||
101 | |||
102 | /* From drivers/mtd/devices/slram.c */ | ||
103 | #define SLRAM_BLK_SZ 0x4000 | ||
104 | |||
105 | /* Set the root filesystem to be the given memory region. | ||
106 | Some parameter may be appended to CMD_LINE. */ | ||
107 | void set_mem_root (void *addr, size_t len, char *cmd_line) | ||
108 | { | ||
109 | /* Some sort of idiocy in MTD means we must supply a length that's | ||
110 | a multiple of SLRAM_BLK_SZ. We just round up the real length, | ||
111 | as the file system shouldn't attempt to access anything beyond | ||
112 | the end of the image anyway. */ | ||
113 | len = (((len - 1) + SLRAM_BLK_SZ) / SLRAM_BLK_SZ) * SLRAM_BLK_SZ; | ||
114 | |||
115 | /* The only way to pass info to the MTD slram driver is via | ||
116 | the command line. */ | ||
117 | if (*cmd_line) { | ||
118 | cmd_line += strlen (cmd_line); | ||
119 | *cmd_line++ = ' '; | ||
120 | } | ||
121 | sprintf (cmd_line, "slram=root,0x%x,+0x%x", (u32)addr, (u32)len); | ||
122 | |||
123 | ROOT_DEV = MKDEV (MTD_BLOCK_MAJOR, 0); | ||
124 | } | ||
125 | #endif | ||
126 | |||
127 | |||
128 | static void irq_nop (unsigned irq) { } | ||
129 | static unsigned irq_zero (unsigned irq) { return 0; } | ||
130 | |||
131 | static void nmi_end (unsigned irq) | ||
132 | { | ||
133 | if (irq != IRQ_NMI (0)) { | ||
134 | printk (KERN_CRIT "NMI %d is unrecoverable; restarting...", | ||
135 | irq - IRQ_NMI (0)); | ||
136 | machine_restart (0); | ||
137 | } | ||
138 | } | ||
139 | |||
140 | static struct hw_interrupt_type nmi_irq_type = { | ||
141 | .typename = "NMI", | ||
142 | .startup = irq_zero, /* startup */ | ||
143 | .shutdown = irq_nop, /* shutdown */ | ||
144 | .enable = irq_nop, /* enable */ | ||
145 | .disable = irq_nop, /* disable */ | ||
146 | .ack = irq_nop, /* ack */ | ||
147 | .end = nmi_end, /* end */ | ||
148 | }; | ||
149 | |||
150 | void __init init_IRQ (void) | ||
151 | { | ||
152 | init_irq_handlers (0, NUM_MACH_IRQS, 1, 0); | ||
153 | init_irq_handlers (IRQ_NMI (0), NUM_NMIS, 1, &nmi_irq_type); | ||
154 | mach_init_irqs (); | ||
155 | } | ||
156 | |||
157 | |||
158 | void __init mem_init (void) | ||
159 | { | ||
160 | max_mapnr = MAP_NR (ram_start + ram_len); | ||
161 | |||
162 | num_physpages = ADDR_TO_PAGE (ram_len); | ||
163 | |||
164 | total_ram_pages = free_all_bootmem (); | ||
165 | |||
166 | printk (KERN_INFO | ||
167 | "Memory: %luK/%luK available" | ||
168 | " (%luK kernel code, %luK data)\n", | ||
169 | PAGE_TO_ADDR (nr_free_pages()) / 1024, | ||
170 | ram_len / 1024, | ||
171 | ((unsigned long)&_etext - (unsigned long)&_stext) / 1024, | ||
172 | ((unsigned long)&_ebss - (unsigned long)&_sdata) / 1024); | ||
173 | } | ||
174 | |||
175 | void free_initmem (void) | ||
176 | { | ||
177 | unsigned long ram_end = ram_start + ram_len; | ||
178 | unsigned long start = PAGE_ALIGN ((unsigned long)(&_init_start)); | ||
179 | |||
180 | if (start >= ram_start && start < ram_end) { | ||
181 | unsigned long addr; | ||
182 | unsigned long end = PAGE_ALIGN ((unsigned long)(&_init_end)); | ||
183 | |||
184 | if (end > ram_end) | ||
185 | end = ram_end; | ||
186 | |||
187 | printk("Freeing unused kernel memory: %ldK freed\n", | ||
188 | (end - start) / 1024); | ||
189 | |||
190 | for (addr = start; addr < end; addr += PAGE_SIZE) { | ||
191 | struct page *page = virt_to_page (addr); | ||
192 | ClearPageReserved (page); | ||
193 | init_page_count (page); | ||
194 | __free_page (page); | ||
195 | total_ram_pages++; | ||
196 | } | ||
197 | } | ||
198 | } | ||
199 | |||
200 | |||
201 | /* Initialize the `bootmem allocator'. RAM_START and RAM_LEN identify | ||
202 | what RAM may be used. */ | ||
203 | static void __init | ||
204 | init_bootmem_alloc (unsigned long ram_start, unsigned long ram_len) | ||
205 | { | ||
206 | /* The part of the kernel that's in the same managed RAM space | ||
207 | used for general allocation. */ | ||
208 | unsigned long kram_start = (unsigned long)&_kram_start; | ||
209 | unsigned long kram_end = (unsigned long)&_kram_end; | ||
210 | /* End of the managed RAM space. */ | ||
211 | unsigned long ram_end = ram_start + ram_len; | ||
212 | /* Address range of the interrupt vector table. */ | ||
213 | unsigned long intv_start = (unsigned long)&_intv_start; | ||
214 | unsigned long intv_end = (unsigned long)&_intv_end; | ||
215 | /* True if the interrupt vectors are in the managed RAM area. */ | ||
216 | int intv_in_ram = (intv_end > ram_start && intv_start < ram_end); | ||
217 | /* True if the interrupt vectors are inside the kernel's RAM. */ | ||
218 | int intv_in_kram = (intv_end > kram_start && intv_start < kram_end); | ||
219 | /* A pointer to an optional function that reserves platform-specific | ||
220 | memory regions. We declare the pointer `volatile' to avoid gcc | ||
221 | turning the call into a static call (the problem is that since | ||
222 | it's a weak symbol, a static call may end up trying to reference | ||
223 | the location 0x0, which is not always reachable). */ | ||
224 | void (*volatile mrb) (void) = mach_reserve_bootmem; | ||
225 | /* The bootmem allocator's allocation bitmap. */ | ||
226 | unsigned long bootmap = (unsigned long)&_bootmap; | ||
227 | unsigned long bootmap_len; | ||
228 | |||
229 | /* Round bootmap location up to next page. */ | ||
230 | bootmap = PAGE_TO_ADDR (ADDR_TO_PAGE_UP (bootmap)); | ||
231 | |||
232 | /* Initialize bootmem allocator. */ | ||
233 | bootmap_len = init_bootmem_node (NODE_DATA (0), | ||
234 | ADDR_TO_PAGE (bootmap), | ||
235 | ADDR_TO_PAGE (PAGE_OFFSET), | ||
236 | ADDR_TO_PAGE (ram_end)); | ||
237 | |||
238 | /* Now make the RAM actually allocatable (it starts out `reserved'). */ | ||
239 | free_bootmem (ram_start, ram_len); | ||
240 | |||
241 | if (kram_end > kram_start) | ||
242 | /* Reserve the RAM part of the kernel's address space, so it | ||
243 | doesn't get allocated. */ | ||
244 | reserve_bootmem(kram_start, kram_end - kram_start, | ||
245 | BOOTMEM_DEFAULT); | ||
246 | |||
247 | if (intv_in_ram && !intv_in_kram) | ||
248 | /* Reserve the interrupt vector space. */ | ||
249 | reserve_bootmem(intv_start, intv_end - intv_start, | ||
250 | BOOTMEM_DEFAULT); | ||
251 | |||
252 | if (bootmap >= ram_start && bootmap < ram_end) | ||
253 | /* Reserve the bootmap space. */ | ||
254 | reserve_bootmem(bootmap, bootmap_len, | ||
255 | BOOTMEM_DEFAULT); | ||
256 | |||
257 | /* Reserve the memory used by the root filesystem image if it's | ||
258 | in RAM. */ | ||
259 | if (&_root_fs_image_end > &_root_fs_image_start | ||
260 | && (unsigned long)&_root_fs_image_start >= ram_start | ||
261 | && (unsigned long)&_root_fs_image_start < ram_end) | ||
262 | reserve_bootmem ((unsigned long)&_root_fs_image_start, | ||
263 | &_root_fs_image_end - &_root_fs_image_start, | ||
264 | BOOTMEM_DEFAULT); | ||
265 | |||
266 | /* Let the platform-dependent code reserve some too. */ | ||
267 | if (mrb) | ||
268 | (*mrb) (); | ||
269 | } | ||
270 | |||
271 | /* Tell the kernel about what RAM it may use for memory allocation. */ | ||
272 | static void __init | ||
273 | init_mem_alloc (unsigned long ram_start, unsigned long ram_len) | ||
274 | { | ||
275 | unsigned i; | ||
276 | unsigned long zones_size[MAX_NR_ZONES]; | ||
277 | |||
278 | init_bootmem_alloc (ram_start, ram_len); | ||
279 | |||
280 | for (i = 0; i < MAX_NR_ZONES; i++) | ||
281 | zones_size[i] = 0; | ||
282 | |||
283 | /* We stuff all the memory into one area, which includes the | ||
284 | initial gap from PAGE_OFFSET to ram_start. */ | ||
285 | zones_size[ZONE_DMA] | ||
286 | = ADDR_TO_PAGE (ram_len + (ram_start - PAGE_OFFSET)); | ||
287 | |||
288 | /* The allocator is very picky about the address of the first | ||
289 | allocatable page -- it must be at least as aligned as the | ||
290 | maximum allocation -- so try to detect cases where it will get | ||
291 | confused and signal them at compile time (this is a common | ||
292 | problem when porting to a new platform with ). There is a | ||
293 | similar runtime check in free_area_init_core. */ | ||
294 | #if ((PAGE_OFFSET >> PAGE_SHIFT) & ((1UL << (MAX_ORDER - 1)) - 1)) | ||
295 | #error MAX_ORDER is too large for given PAGE_OFFSET (use CONFIG_FORCE_MAX_ZONEORDER to change it) | ||
296 | #endif | ||
297 | NODE_DATA(0)->node_mem_map = NULL; | ||
298 | free_area_init_node (0, NODE_DATA(0), zones_size, | ||
299 | ADDR_TO_PAGE (PAGE_OFFSET), 0); | ||
300 | } | ||
301 | |||
302 | |||
303 | |||
304 | /* Taken from m68knommu */ | ||
305 | void show_mem(void) | ||
306 | { | ||
307 | unsigned long i; | ||
308 | int free = 0, total = 0, reserved = 0, shared = 0; | ||
309 | int cached = 0; | ||
310 | |||
311 | printk(KERN_INFO "\nMem-info:\n"); | ||
312 | show_free_areas(); | ||
313 | i = max_mapnr; | ||
314 | while (i-- > 0) { | ||
315 | total++; | ||
316 | if (PageReserved(mem_map+i)) | ||
317 | reserved++; | ||
318 | else if (PageSwapCache(mem_map+i)) | ||
319 | cached++; | ||
320 | else if (!page_count(mem_map+i)) | ||
321 | free++; | ||
322 | else | ||
323 | shared += page_count(mem_map+i) - 1; | ||
324 | } | ||
325 | printk(KERN_INFO "%d pages of RAM\n",total); | ||
326 | printk(KERN_INFO "%d free pages\n",free); | ||
327 | printk(KERN_INFO "%d reserved pages\n",reserved); | ||
328 | printk(KERN_INFO "%d pages shared\n",shared); | ||
329 | printk(KERN_INFO "%d pages swap cached\n",cached); | ||
330 | } | ||
diff --git a/arch/v850/kernel/signal.c b/arch/v850/kernel/signal.c deleted file mode 100644 index bf166e7e762c..000000000000 --- a/arch/v850/kernel/signal.c +++ /dev/null | |||
@@ -1,523 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/signal.c -- Signal handling | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * Copyright (C) 1999,2000,2002 Niibe Yutaka & Kaz Kojima | ||
7 | * Copyright (C) 1991,1992 Linus Torvalds | ||
8 | * | ||
9 | * This file is subject to the terms and conditions of the GNU General | ||
10 | * Public License. See the file COPYING in the main directory of this | ||
11 | * archive for more details. | ||
12 | * | ||
13 | * 1997-11-28 Modified for POSIX.1b signals by Richard Henderson | ||
14 | * | ||
15 | * This file was derived from the sh version, arch/sh/kernel/signal.c | ||
16 | */ | ||
17 | |||
18 | #include <linux/mm.h> | ||
19 | #include <linux/smp.h> | ||
20 | #include <linux/kernel.h> | ||
21 | #include <linux/signal.h> | ||
22 | #include <linux/errno.h> | ||
23 | #include <linux/wait.h> | ||
24 | #include <linux/ptrace.h> | ||
25 | #include <linux/unistd.h> | ||
26 | #include <linux/stddef.h> | ||
27 | #include <linux/personality.h> | ||
28 | #include <linux/tty.h> | ||
29 | |||
30 | #include <asm/ucontext.h> | ||
31 | #include <asm/uaccess.h> | ||
32 | #include <asm/pgtable.h> | ||
33 | #include <asm/pgalloc.h> | ||
34 | #include <asm/thread_info.h> | ||
35 | #include <asm/cacheflush.h> | ||
36 | |||
37 | #define DEBUG_SIG 0 | ||
38 | |||
39 | #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) | ||
40 | |||
41 | asmlinkage int do_signal(struct pt_regs *regs, sigset_t *oldset); | ||
42 | |||
43 | /* | ||
44 | * Atomically swap in the new signal mask, and wait for a signal. | ||
45 | */ | ||
46 | asmlinkage int | ||
47 | sys_sigsuspend(old_sigset_t mask, struct pt_regs *regs) | ||
48 | { | ||
49 | sigset_t saveset; | ||
50 | |||
51 | mask &= _BLOCKABLE; | ||
52 | spin_lock_irq(¤t->sighand->siglock); | ||
53 | saveset = current->blocked; | ||
54 | siginitset(¤t->blocked, mask); | ||
55 | recalc_sigpending(); | ||
56 | spin_unlock_irq(¤t->sighand->siglock); | ||
57 | |||
58 | regs->gpr[GPR_RVAL] = -EINTR; | ||
59 | while (1) { | ||
60 | current->state = TASK_INTERRUPTIBLE; | ||
61 | schedule(); | ||
62 | if (do_signal(regs, &saveset)) | ||
63 | return -EINTR; | ||
64 | } | ||
65 | } | ||
66 | |||
67 | asmlinkage int | ||
68 | sys_rt_sigsuspend(sigset_t *unewset, size_t sigsetsize, | ||
69 | struct pt_regs *regs) | ||
70 | { | ||
71 | sigset_t saveset, newset; | ||
72 | |||
73 | /* XXX: Don't preclude handling different sized sigset_t's. */ | ||
74 | if (sigsetsize != sizeof(sigset_t)) | ||
75 | return -EINVAL; | ||
76 | |||
77 | if (copy_from_user(&newset, unewset, sizeof(newset))) | ||
78 | return -EFAULT; | ||
79 | sigdelsetmask(&newset, ~_BLOCKABLE); | ||
80 | spin_lock_irq(¤t->sighand->siglock); | ||
81 | saveset = current->blocked; | ||
82 | current->blocked = newset; | ||
83 | recalc_sigpending(); | ||
84 | spin_unlock_irq(¤t->sighand->siglock); | ||
85 | |||
86 | regs->gpr[GPR_RVAL] = -EINTR; | ||
87 | while (1) { | ||
88 | current->state = TASK_INTERRUPTIBLE; | ||
89 | schedule(); | ||
90 | if (do_signal(regs, &saveset)) | ||
91 | return -EINTR; | ||
92 | } | ||
93 | } | ||
94 | |||
95 | asmlinkage int | ||
96 | sys_sigaction(int sig, const struct old_sigaction *act, | ||
97 | struct old_sigaction *oact) | ||
98 | { | ||
99 | struct k_sigaction new_ka, old_ka; | ||
100 | int ret; | ||
101 | |||
102 | if (act) { | ||
103 | old_sigset_t mask; | ||
104 | if (!access_ok(VERIFY_READ, act, sizeof(*act)) || | ||
105 | __get_user(new_ka.sa.sa_handler, &act->sa_handler) || | ||
106 | __get_user(new_ka.sa.sa_restorer, &act->sa_restorer)) | ||
107 | return -EFAULT; | ||
108 | __get_user(new_ka.sa.sa_flags, &act->sa_flags); | ||
109 | __get_user(mask, &act->sa_mask); | ||
110 | siginitset(&new_ka.sa.sa_mask, mask); | ||
111 | } | ||
112 | |||
113 | ret = do_sigaction(sig, act ? &new_ka : NULL, oact ? &old_ka : NULL); | ||
114 | |||
115 | if (!ret && oact) { | ||
116 | if (!access_ok(VERIFY_WRITE, oact, sizeof(*oact)) || | ||
117 | __put_user(old_ka.sa.sa_handler, &oact->sa_handler) || | ||
118 | __put_user(old_ka.sa.sa_restorer, &oact->sa_restorer)) | ||
119 | return -EFAULT; | ||
120 | __put_user(old_ka.sa.sa_flags, &oact->sa_flags); | ||
121 | __put_user(old_ka.sa.sa_mask.sig[0], &oact->sa_mask); | ||
122 | } | ||
123 | |||
124 | return ret; | ||
125 | } | ||
126 | |||
127 | asmlinkage int | ||
128 | sys_sigaltstack(const stack_t *uss, stack_t *uoss, | ||
129 | struct pt_regs *regs) | ||
130 | { | ||
131 | return do_sigaltstack(uss, uoss, regs->gpr[GPR_SP]); | ||
132 | } | ||
133 | |||
134 | |||
135 | /* | ||
136 | * Do a signal return; undo the signal stack. | ||
137 | */ | ||
138 | |||
139 | struct sigframe | ||
140 | { | ||
141 | struct sigcontext sc; | ||
142 | unsigned long extramask[_NSIG_WORDS-1]; | ||
143 | unsigned long tramp[2]; /* signal trampoline */ | ||
144 | }; | ||
145 | |||
146 | struct rt_sigframe | ||
147 | { | ||
148 | struct siginfo info; | ||
149 | struct ucontext uc; | ||
150 | unsigned long tramp[2]; /* signal trampoline */ | ||
151 | }; | ||
152 | |||
153 | static int | ||
154 | restore_sigcontext(struct pt_regs *regs, struct sigcontext *sc, int *rval_p) | ||
155 | { | ||
156 | unsigned int err = 0; | ||
157 | |||
158 | #define COPY(x) err |= __get_user(regs->x, &sc->regs.x) | ||
159 | COPY(gpr[0]); COPY(gpr[1]); COPY(gpr[2]); COPY(gpr[3]); | ||
160 | COPY(gpr[4]); COPY(gpr[5]); COPY(gpr[6]); COPY(gpr[7]); | ||
161 | COPY(gpr[8]); COPY(gpr[9]); COPY(gpr[10]); COPY(gpr[11]); | ||
162 | COPY(gpr[12]); COPY(gpr[13]); COPY(gpr[14]); COPY(gpr[15]); | ||
163 | COPY(gpr[16]); COPY(gpr[17]); COPY(gpr[18]); COPY(gpr[19]); | ||
164 | COPY(gpr[20]); COPY(gpr[21]); COPY(gpr[22]); COPY(gpr[23]); | ||
165 | COPY(gpr[24]); COPY(gpr[25]); COPY(gpr[26]); COPY(gpr[27]); | ||
166 | COPY(gpr[28]); COPY(gpr[29]); COPY(gpr[30]); COPY(gpr[31]); | ||
167 | COPY(pc); COPY(psw); | ||
168 | COPY(ctpc); COPY(ctpsw); COPY(ctbp); | ||
169 | #undef COPY | ||
170 | |||
171 | return err; | ||
172 | } | ||
173 | |||
174 | asmlinkage int sys_sigreturn(struct pt_regs *regs) | ||
175 | { | ||
176 | struct sigframe *frame = (struct sigframe *)regs->gpr[GPR_SP]; | ||
177 | sigset_t set; | ||
178 | int rval; | ||
179 | |||
180 | if (!access_ok(VERIFY_READ, frame, sizeof(*frame))) | ||
181 | goto badframe; | ||
182 | |||
183 | if (__get_user(set.sig[0], &frame->sc.oldmask) | ||
184 | || (_NSIG_WORDS > 1 | ||
185 | && __copy_from_user(&set.sig[1], &frame->extramask, | ||
186 | sizeof(frame->extramask)))) | ||
187 | goto badframe; | ||
188 | |||
189 | sigdelsetmask(&set, ~_BLOCKABLE); | ||
190 | spin_lock_irq(¤t->sighand->siglock); | ||
191 | current->blocked = set; | ||
192 | recalc_sigpending(); | ||
193 | spin_unlock_irq(¤t->sighand->siglock); | ||
194 | |||
195 | if (restore_sigcontext(regs, &frame->sc, &rval)) | ||
196 | goto badframe; | ||
197 | return rval; | ||
198 | |||
199 | badframe: | ||
200 | force_sig(SIGSEGV, current); | ||
201 | return 0; | ||
202 | } | ||
203 | |||
204 | asmlinkage int sys_rt_sigreturn(struct pt_regs *regs) | ||
205 | { | ||
206 | struct rt_sigframe *frame = (struct rt_sigframe *)regs->gpr[GPR_SP]; | ||
207 | sigset_t set; | ||
208 | stack_t st; | ||
209 | int rval; | ||
210 | |||
211 | if (!access_ok(VERIFY_READ, frame, sizeof(*frame))) | ||
212 | goto badframe; | ||
213 | |||
214 | if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set))) | ||
215 | goto badframe; | ||
216 | |||
217 | sigdelsetmask(&set, ~_BLOCKABLE); | ||
218 | spin_lock_irq(¤t->sighand->siglock); | ||
219 | current->blocked = set; | ||
220 | recalc_sigpending(); | ||
221 | spin_unlock_irq(¤t->sighand->siglock); | ||
222 | |||
223 | if (restore_sigcontext(regs, &frame->uc.uc_mcontext, &rval)) | ||
224 | goto badframe; | ||
225 | |||
226 | if (__copy_from_user(&st, &frame->uc.uc_stack, sizeof(st))) | ||
227 | goto badframe; | ||
228 | /* It is more difficult to avoid calling this function than to | ||
229 | call it and ignore errors. */ | ||
230 | do_sigaltstack(&st, NULL, regs->gpr[GPR_SP]); | ||
231 | |||
232 | return rval; | ||
233 | |||
234 | badframe: | ||
235 | force_sig(SIGSEGV, current); | ||
236 | return 0; | ||
237 | } | ||
238 | |||
239 | /* | ||
240 | * Set up a signal frame. | ||
241 | */ | ||
242 | |||
243 | static int | ||
244 | setup_sigcontext(struct sigcontext *sc, struct pt_regs *regs, | ||
245 | unsigned long mask) | ||
246 | { | ||
247 | int err = 0; | ||
248 | |||
249 | #define COPY(x) err |= __put_user(regs->x, &sc->regs.x) | ||
250 | COPY(gpr[0]); COPY(gpr[1]); COPY(gpr[2]); COPY(gpr[3]); | ||
251 | COPY(gpr[4]); COPY(gpr[5]); COPY(gpr[6]); COPY(gpr[7]); | ||
252 | COPY(gpr[8]); COPY(gpr[9]); COPY(gpr[10]); COPY(gpr[11]); | ||
253 | COPY(gpr[12]); COPY(gpr[13]); COPY(gpr[14]); COPY(gpr[15]); | ||
254 | COPY(gpr[16]); COPY(gpr[17]); COPY(gpr[18]); COPY(gpr[19]); | ||
255 | COPY(gpr[20]); COPY(gpr[21]); COPY(gpr[22]); COPY(gpr[23]); | ||
256 | COPY(gpr[24]); COPY(gpr[25]); COPY(gpr[26]); COPY(gpr[27]); | ||
257 | COPY(gpr[28]); COPY(gpr[29]); COPY(gpr[30]); COPY(gpr[31]); | ||
258 | COPY(pc); COPY(psw); | ||
259 | COPY(ctpc); COPY(ctpsw); COPY(ctbp); | ||
260 | #undef COPY | ||
261 | |||
262 | err |= __put_user(mask, &sc->oldmask); | ||
263 | |||
264 | return err; | ||
265 | } | ||
266 | |||
267 | /* | ||
268 | * Determine which stack to use.. | ||
269 | */ | ||
270 | static inline void * | ||
271 | get_sigframe(struct k_sigaction *ka, struct pt_regs *regs, size_t frame_size) | ||
272 | { | ||
273 | /* Default to using normal stack */ | ||
274 | unsigned long sp = regs->gpr[GPR_SP]; | ||
275 | |||
276 | if ((ka->sa.sa_flags & SA_ONSTACK) != 0 && ! sas_ss_flags(sp)) | ||
277 | sp = current->sas_ss_sp + current->sas_ss_size; | ||
278 | |||
279 | return (void *)((sp - frame_size) & -8UL); | ||
280 | } | ||
281 | |||
282 | static void setup_frame(int sig, struct k_sigaction *ka, | ||
283 | sigset_t *set, struct pt_regs *regs) | ||
284 | { | ||
285 | struct sigframe *frame; | ||
286 | int err = 0; | ||
287 | int signal; | ||
288 | |||
289 | frame = get_sigframe(ka, regs, sizeof(*frame)); | ||
290 | |||
291 | if (!access_ok(VERIFY_WRITE, frame, sizeof(*frame))) | ||
292 | goto give_sigsegv; | ||
293 | |||
294 | signal = current_thread_info()->exec_domain | ||
295 | && current_thread_info()->exec_domain->signal_invmap | ||
296 | && sig < 32 | ||
297 | ? current_thread_info()->exec_domain->signal_invmap[sig] | ||
298 | : sig; | ||
299 | |||
300 | err |= setup_sigcontext(&frame->sc, regs, set->sig[0]); | ||
301 | |||
302 | if (_NSIG_WORDS > 1) { | ||
303 | err |= __copy_to_user(frame->extramask, &set->sig[1], | ||
304 | sizeof(frame->extramask)); | ||
305 | } | ||
306 | |||
307 | /* Set up to return from userspace. If provided, use a stub | ||
308 | already in userspace. */ | ||
309 | if (ka->sa.sa_flags & SA_RESTORER) { | ||
310 | regs->gpr[GPR_LP] = (unsigned long) ka->sa.sa_restorer; | ||
311 | } else { | ||
312 | /* Note, these encodings are _little endian_! */ | ||
313 | |||
314 | /* addi __NR_sigreturn, r0, r12 */ | ||
315 | err |= __put_user(0x6600 | (__NR_sigreturn << 16), | ||
316 | frame->tramp + 0); | ||
317 | /* trap 0 */ | ||
318 | err |= __put_user(0x010007e0, | ||
319 | frame->tramp + 1); | ||
320 | |||
321 | regs->gpr[GPR_LP] = (unsigned long)frame->tramp; | ||
322 | |||
323 | flush_cache_sigtramp (regs->gpr[GPR_LP]); | ||
324 | } | ||
325 | |||
326 | if (err) | ||
327 | goto give_sigsegv; | ||
328 | |||
329 | /* Set up registers for signal handler. */ | ||
330 | regs->pc = (v850_reg_t) ka->sa.sa_handler; | ||
331 | regs->gpr[GPR_SP] = (v850_reg_t)frame; | ||
332 | /* Signal handler args: */ | ||
333 | regs->gpr[GPR_ARG0] = signal; /* arg 0: signum */ | ||
334 | regs->gpr[GPR_ARG1] = (v850_reg_t)&frame->sc;/* arg 1: sigcontext */ | ||
335 | |||
336 | set_fs(USER_DS); | ||
337 | |||
338 | #if DEBUG_SIG | ||
339 | printk("SIG deliver (%s:%d): sp=%p pc=%08lx ra=%08lx\n", | ||
340 | current->comm, current->pid, frame, regs->pc, ); | ||
341 | #endif | ||
342 | |||
343 | return; | ||
344 | |||
345 | give_sigsegv: | ||
346 | force_sigsegv(sig, current); | ||
347 | } | ||
348 | |||
349 | static void setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, | ||
350 | sigset_t *set, struct pt_regs *regs) | ||
351 | { | ||
352 | struct rt_sigframe *frame; | ||
353 | int err = 0; | ||
354 | int signal; | ||
355 | |||
356 | frame = get_sigframe(ka, regs, sizeof(*frame)); | ||
357 | |||
358 | if (!access_ok(VERIFY_WRITE, frame, sizeof(*frame))) | ||
359 | goto give_sigsegv; | ||
360 | |||
361 | signal = current_thread_info()->exec_domain | ||
362 | && current_thread_info()->exec_domain->signal_invmap | ||
363 | && sig < 32 | ||
364 | ? current_thread_info()->exec_domain->signal_invmap[sig] | ||
365 | : sig; | ||
366 | |||
367 | err |= copy_siginfo_to_user(&frame->info, info); | ||
368 | |||
369 | /* Create the ucontext. */ | ||
370 | err |= __put_user(0, &frame->uc.uc_flags); | ||
371 | err |= __put_user(0, &frame->uc.uc_link); | ||
372 | err |= __put_user((void *)current->sas_ss_sp, | ||
373 | &frame->uc.uc_stack.ss_sp); | ||
374 | err |= __put_user(sas_ss_flags(regs->gpr[GPR_SP]), | ||
375 | &frame->uc.uc_stack.ss_flags); | ||
376 | err |= __put_user(current->sas_ss_size, &frame->uc.uc_stack.ss_size); | ||
377 | err |= setup_sigcontext(&frame->uc.uc_mcontext, | ||
378 | regs, set->sig[0]); | ||
379 | err |= __copy_to_user(&frame->uc.uc_sigmask, set, sizeof(*set)); | ||
380 | |||
381 | /* Set up to return from userspace. If provided, use a stub | ||
382 | already in userspace. */ | ||
383 | if (ka->sa.sa_flags & SA_RESTORER) { | ||
384 | regs->gpr[GPR_LP] = (unsigned long) ka->sa.sa_restorer; | ||
385 | } else { | ||
386 | /* Note, these encodings are _little endian_! */ | ||
387 | |||
388 | /* addi __NR_sigreturn, r0, r12 */ | ||
389 | err |= __put_user(0x6600 | (__NR_sigreturn << 16), | ||
390 | frame->tramp + 0); | ||
391 | /* trap 0 */ | ||
392 | err |= __put_user(0x010007e0, | ||
393 | frame->tramp + 1); | ||
394 | |||
395 | regs->gpr[GPR_LP] = (unsigned long)frame->tramp; | ||
396 | |||
397 | flush_cache_sigtramp (regs->gpr[GPR_LP]); | ||
398 | } | ||
399 | |||
400 | if (err) | ||
401 | goto give_sigsegv; | ||
402 | |||
403 | /* Set up registers for signal handler. */ | ||
404 | regs->pc = (v850_reg_t) ka->sa.sa_handler; | ||
405 | regs->gpr[GPR_SP] = (v850_reg_t)frame; | ||
406 | /* Signal handler args: */ | ||
407 | regs->gpr[GPR_ARG0] = signal; /* arg 0: signum */ | ||
408 | regs->gpr[GPR_ARG1] = (v850_reg_t)&frame->info; /* arg 1: siginfo */ | ||
409 | regs->gpr[GPR_ARG2] = (v850_reg_t)&frame->uc; /* arg 2: ucontext */ | ||
410 | |||
411 | set_fs(USER_DS); | ||
412 | |||
413 | #if DEBUG_SIG | ||
414 | printk("SIG deliver (%s:%d): sp=%p pc=%08lx pr=%08lx\n", | ||
415 | current->comm, current->pid, frame, regs->pc, regs->pr); | ||
416 | #endif | ||
417 | |||
418 | return; | ||
419 | |||
420 | give_sigsegv: | ||
421 | force_sigsegv(sig, current); | ||
422 | } | ||
423 | |||
424 | /* | ||
425 | * OK, we're invoking a handler | ||
426 | */ | ||
427 | |||
428 | static void | ||
429 | handle_signal(unsigned long sig, siginfo_t *info, struct k_sigaction *ka, | ||
430 | sigset_t *oldset, struct pt_regs * regs) | ||
431 | { | ||
432 | /* Are we from a system call? */ | ||
433 | if (PT_REGS_SYSCALL (regs)) { | ||
434 | /* If so, check system call restarting.. */ | ||
435 | switch (regs->gpr[GPR_RVAL]) { | ||
436 | case -ERESTART_RESTARTBLOCK: | ||
437 | current_thread_info()->restart_block.fn = | ||
438 | do_no_restart_syscall; | ||
439 | /* fall through */ | ||
440 | case -ERESTARTNOHAND: | ||
441 | regs->gpr[GPR_RVAL] = -EINTR; | ||
442 | break; | ||
443 | |||
444 | case -ERESTARTSYS: | ||
445 | if (!(ka->sa.sa_flags & SA_RESTART)) { | ||
446 | regs->gpr[GPR_RVAL] = -EINTR; | ||
447 | break; | ||
448 | } | ||
449 | /* fallthrough */ | ||
450 | case -ERESTARTNOINTR: | ||
451 | regs->gpr[12] = PT_REGS_SYSCALL (regs); | ||
452 | regs->pc -= 4; /* Size of `trap 0' insn. */ | ||
453 | } | ||
454 | |||
455 | PT_REGS_SET_SYSCALL (regs, 0); | ||
456 | } | ||
457 | |||
458 | /* Set up the stack frame */ | ||
459 | if (ka->sa.sa_flags & SA_SIGINFO) | ||
460 | setup_rt_frame(sig, ka, info, oldset, regs); | ||
461 | else | ||
462 | setup_frame(sig, ka, oldset, regs); | ||
463 | |||
464 | spin_lock_irq(¤t->sighand->siglock); | ||
465 | sigorsets(¤t->blocked,¤t->blocked,&ka->sa.sa_mask); | ||
466 | if (!(ka->sa.sa_flags & SA_NODEFER)) | ||
467 | sigaddset(¤t->blocked,sig); | ||
468 | recalc_sigpending(); | ||
469 | spin_unlock_irq(¤t->sighand->siglock); | ||
470 | } | ||
471 | |||
472 | /* | ||
473 | * Note that 'init' is a special process: it doesn't get signals it doesn't | ||
474 | * want to handle. Thus you cannot kill init even with a SIGKILL even by | ||
475 | * mistake. | ||
476 | * | ||
477 | * Note that we go through the signals twice: once to check the signals that | ||
478 | * the kernel can handle, and then we build all the user-level signal handling | ||
479 | * stack-frames in one go after that. | ||
480 | */ | ||
481 | int do_signal(struct pt_regs *regs, sigset_t *oldset) | ||
482 | { | ||
483 | siginfo_t info; | ||
484 | int signr; | ||
485 | struct k_sigaction ka; | ||
486 | |||
487 | /* | ||
488 | * We want the common case to go fast, which | ||
489 | * is why we may in certain cases get here from | ||
490 | * kernel mode. Just return without doing anything | ||
491 | * if so. | ||
492 | */ | ||
493 | if (!user_mode(regs)) | ||
494 | return 1; | ||
495 | |||
496 | if (!oldset) | ||
497 | oldset = ¤t->blocked; | ||
498 | |||
499 | signr = get_signal_to_deliver(&info, &ka, regs, NULL); | ||
500 | if (signr > 0) { | ||
501 | /* Whee! Actually deliver the signal. */ | ||
502 | handle_signal(signr, &info, &ka, oldset, regs); | ||
503 | return 1; | ||
504 | } | ||
505 | |||
506 | /* Did we come from a system call? */ | ||
507 | if (PT_REGS_SYSCALL (regs)) { | ||
508 | int rval = (int)regs->gpr[GPR_RVAL]; | ||
509 | /* Restart the system call - no handlers present */ | ||
510 | if (rval == -ERESTARTNOHAND | ||
511 | || rval == -ERESTARTSYS | ||
512 | || rval == -ERESTARTNOINTR) | ||
513 | { | ||
514 | regs->gpr[12] = PT_REGS_SYSCALL (regs); | ||
515 | regs->pc -= 4; /* Size of `trap 0' insn. */ | ||
516 | } | ||
517 | else if (rval == -ERESTART_RESTARTBLOCK) { | ||
518 | regs->gpr[12] = __NR_restart_syscall; | ||
519 | regs->pc -= 4; /* Size of `trap 0' insn. */ | ||
520 | } | ||
521 | } | ||
522 | return 0; | ||
523 | } | ||
diff --git a/arch/v850/kernel/sim.c b/arch/v850/kernel/sim.c deleted file mode 100644 index 467b4aa0acdd..000000000000 --- a/arch/v850/kernel/sim.c +++ /dev/null | |||
@@ -1,172 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/sim.c -- Machine-specific stuff for GDB v850e simulator | ||
3 | * | ||
4 | * Copyright (C) 2001,02 NEC Corporation | ||
5 | * Copyright (C) 2001,02 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/module.h> | ||
16 | #include <linux/init.h> | ||
17 | #include <linux/mm.h> | ||
18 | #include <linux/swap.h> | ||
19 | #include <linux/bootmem.h> | ||
20 | #include <linux/irq.h> | ||
21 | |||
22 | #include <asm/atomic.h> | ||
23 | #include <asm/page.h> | ||
24 | #include <asm/machdep.h> | ||
25 | #include <asm/simsyscall.h> | ||
26 | |||
27 | #include "mach.h" | ||
28 | |||
29 | /* The name of a file containing the root filesystem. */ | ||
30 | #define ROOT_FS "rootfs.image" | ||
31 | |||
32 | extern void simcons_setup (void); | ||
33 | extern void simcons_poll_ttys (void); | ||
34 | extern void set_mem_root (void *addr, size_t len, char *cmd_line); | ||
35 | |||
36 | static int read_file (const char *name, | ||
37 | unsigned long *addr, unsigned long *len, | ||
38 | const char **err); | ||
39 | |||
40 | void __init mach_setup (char **cmdline) | ||
41 | { | ||
42 | const char *err; | ||
43 | unsigned long root_dev_addr, root_dev_len; | ||
44 | |||
45 | simcons_setup (); | ||
46 | |||
47 | printk (KERN_INFO "Reading root filesystem: %s", ROOT_FS); | ||
48 | |||
49 | if (read_file (ROOT_FS, &root_dev_addr, &root_dev_len, &err)) { | ||
50 | printk (" (size %luK)\n", root_dev_len / 1024); | ||
51 | set_mem_root ((void *)root_dev_addr, (size_t)root_dev_len, | ||
52 | *cmdline); | ||
53 | } else | ||
54 | printk ("...%s failed!\n", err); | ||
55 | } | ||
56 | |||
57 | void mach_get_physical_ram (unsigned long *ram_start, unsigned long *ram_len) | ||
58 | { | ||
59 | *ram_start = RAM_ADDR; | ||
60 | *ram_len = RAM_SIZE; | ||
61 | } | ||
62 | |||
63 | void __init mach_sched_init (struct irqaction *timer_action) | ||
64 | { | ||
65 | /* ...do magic timer initialization?... */ | ||
66 | mach_tick = simcons_poll_ttys; | ||
67 | setup_irq (0, timer_action); | ||
68 | } | ||
69 | |||
70 | |||
71 | static void irq_nop (unsigned irq) { } | ||
72 | static unsigned irq_zero (unsigned irq) { return 0; } | ||
73 | |||
74 | static struct hw_interrupt_type sim_irq_type = { | ||
75 | .typename = "IRQ", | ||
76 | .startup = irq_zero, /* startup */ | ||
77 | .shutdown = irq_nop, /* shutdown */ | ||
78 | .enable = irq_nop, /* enable */ | ||
79 | .disable = irq_nop, /* disable */ | ||
80 | .ack = irq_nop, /* ack */ | ||
81 | .end = irq_nop, /* end */ | ||
82 | }; | ||
83 | |||
84 | void __init mach_init_irqs (void) | ||
85 | { | ||
86 | init_irq_handlers (0, NUM_MACH_IRQS, 1, &sim_irq_type); | ||
87 | } | ||
88 | |||
89 | |||
90 | void mach_gettimeofday (struct timespec *tv) | ||
91 | { | ||
92 | long timeval[2], timezone[2]; | ||
93 | int rval = V850_SIM_SYSCALL (gettimeofday, timeval, timezone); | ||
94 | if (rval == 0) { | ||
95 | tv->tv_sec = timeval[0]; | ||
96 | tv->tv_nsec = timeval[1] * 1000; | ||
97 | } | ||
98 | } | ||
99 | |||
100 | void machine_restart (char *__unused) | ||
101 | { | ||
102 | V850_SIM_SYSCALL (write, 1, "RESTART\n", 8); | ||
103 | V850_SIM_SYSCALL (exit, 0); | ||
104 | } | ||
105 | |||
106 | void machine_halt (void) | ||
107 | { | ||
108 | V850_SIM_SYSCALL (write, 1, "HALT\n", 5); | ||
109 | V850_SIM_SYSCALL (exit, 0); | ||
110 | } | ||
111 | |||
112 | void machine_power_off (void) | ||
113 | { | ||
114 | V850_SIM_SYSCALL (write, 1, "POWER OFF\n", 10); | ||
115 | V850_SIM_SYSCALL (exit, 0); | ||
116 | } | ||
117 | |||
118 | |||
119 | /* Load data from a file called NAME into ram. The address and length | ||
120 | of the data image are returned in ADDR and LEN. */ | ||
121 | static int __init | ||
122 | read_file (const char *name, | ||
123 | unsigned long *addr, unsigned long *len, | ||
124 | const char **err) | ||
125 | { | ||
126 | int rval, fd; | ||
127 | unsigned long cur, left; | ||
128 | /* Note this is not a normal stat buffer, it's an ad-hoc | ||
129 | structure defined by the simulator. */ | ||
130 | unsigned long stat_buf[10]; | ||
131 | |||
132 | /* Stat the file to find out the length. */ | ||
133 | rval = V850_SIM_SYSCALL (stat, name, stat_buf); | ||
134 | if (rval < 0) { | ||
135 | if (err) *err = "stat"; | ||
136 | return 0; | ||
137 | } | ||
138 | *len = stat_buf[4]; | ||
139 | |||
140 | /* Open the file; `0' is O_RDONLY. */ | ||
141 | fd = V850_SIM_SYSCALL (open, name, 0); | ||
142 | if (fd < 0) { | ||
143 | if (err) *err = "open"; | ||
144 | return 0; | ||
145 | } | ||
146 | |||
147 | *addr = (unsigned long)alloc_bootmem(*len); | ||
148 | if (! *addr) { | ||
149 | V850_SIM_SYSCALL (close, fd); | ||
150 | if (err) *err = "alloc_bootmem"; | ||
151 | return 0; | ||
152 | } | ||
153 | |||
154 | cur = *addr; | ||
155 | left = *len; | ||
156 | while (left > 0) { | ||
157 | int chunk = V850_SIM_SYSCALL (read, fd, cur, left); | ||
158 | if (chunk <= 0) | ||
159 | break; | ||
160 | cur += chunk; | ||
161 | left -= chunk; | ||
162 | } | ||
163 | V850_SIM_SYSCALL (close, fd); | ||
164 | if (left > 0) { | ||
165 | /* Some read failed. */ | ||
166 | free_bootmem (*addr, *len); | ||
167 | if (err) *err = "read"; | ||
168 | return 0; | ||
169 | } | ||
170 | |||
171 | return 1; | ||
172 | } | ||
diff --git a/arch/v850/kernel/sim.ld b/arch/v850/kernel/sim.ld deleted file mode 100644 index 101885f3c9f0..000000000000 --- a/arch/v850/kernel/sim.ld +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | /* Linker script for the gdb v850e simulator (CONFIG_V850E_SIM). */ | ||
2 | |||
3 | MEMORY { | ||
4 | /* Interrupt vectors. */ | ||
5 | INTV : ORIGIN = 0x0, LENGTH = 0xe0 | ||
6 | /* Main RAM. */ | ||
7 | RAM : ORIGIN = RAM_ADDR, LENGTH = RAM_SIZE | ||
8 | } | ||
9 | |||
10 | SECTIONS { | ||
11 | .intv : { INTV_CONTENTS } > INTV | ||
12 | .ram : { RAMK_KRAM_CONTENTS } > RAM | ||
13 | } | ||
diff --git a/arch/v850/kernel/sim85e2.c b/arch/v850/kernel/sim85e2.c deleted file mode 100644 index 566dde5e6070..000000000000 --- a/arch/v850/kernel/sim85e2.c +++ /dev/null | |||
@@ -1,195 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/sim85e2.c -- Machine-specific stuff for | ||
3 | * V850E2 RTL simulator | ||
4 | * | ||
5 | * Copyright (C) 2002,03 NEC Electronics Corporation | ||
6 | * Copyright (C) 2002,03 Miles Bader <miles@gnu.org> | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General | ||
9 | * Public License. See the file COPYING in the main directory of this | ||
10 | * archive for more details. | ||
11 | * | ||
12 | * Written by Miles Bader <miles@gnu.org> | ||
13 | */ | ||
14 | |||
15 | #include <linux/kernel.h> | ||
16 | #include <linux/module.h> | ||
17 | #include <linux/init.h> | ||
18 | #include <linux/mm.h> | ||
19 | #include <linux/swap.h> | ||
20 | #include <linux/bootmem.h> | ||
21 | #include <linux/irq.h> | ||
22 | |||
23 | #include <asm/atomic.h> | ||
24 | #include <asm/page.h> | ||
25 | #include <asm/machdep.h> | ||
26 | |||
27 | #include "mach.h" | ||
28 | |||
29 | |||
30 | /* There are 4 possible areas we can use: | ||
31 | |||
32 | IRAM (1MB) is fast for instruction fetches, but slow for data | ||
33 | DRAM (1020KB) is fast for data, but slow for instructions | ||
34 | ERAM is cached, so should be fast for both insns and data | ||
35 | SDRAM is external DRAM, similar to ERAM | ||
36 | */ | ||
37 | |||
38 | #define INIT_MEMC_FOR_SDRAM | ||
39 | #define USE_SDRAM_AREA | ||
40 | #define KERNEL_IN_SDRAM_AREA | ||
41 | |||
42 | #define DCACHE_MODE V850E2_CACHE_BTSC_DCM_WT | ||
43 | /*#define DCACHE_MODE V850E2_CACHE_BTSC_DCM_WB_ALLOC*/ | ||
44 | |||
45 | #ifdef USE_SDRAM_AREA | ||
46 | #define RAM_START SDRAM_ADDR | ||
47 | #define RAM_END (SDRAM_ADDR + SDRAM_SIZE) | ||
48 | #else | ||
49 | /* When we use DRAM, we need to account for the fact that the end of it is | ||
50 | used for R0_RAM. */ | ||
51 | #define RAM_START DRAM_ADDR | ||
52 | #define RAM_END R0_RAM_ADDR | ||
53 | #endif | ||
54 | |||
55 | |||
56 | extern void memcons_setup (void); | ||
57 | |||
58 | |||
59 | #ifdef KERNEL_IN_SDRAM_AREA | ||
60 | #define EARLY_INIT_SECTION_ATTR __attribute__ ((section (".early.text"))) | ||
61 | #else | ||
62 | #define EARLY_INIT_SECTION_ATTR __init | ||
63 | #endif | ||
64 | |||
65 | void EARLY_INIT_SECTION_ATTR mach_early_init (void) | ||
66 | { | ||
67 | /* The sim85e2 simulator tracks `undefined' values, so to make | ||
68 | debugging easier, we begin by zeroing out all otherwise | ||
69 | undefined registers. This is not strictly necessary. | ||
70 | |||
71 | The registers we zero are: | ||
72 | Every GPR except: | ||
73 | stack-pointer (r3) | ||
74 | task-pointer (r16) | ||
75 | our return addr (r31) | ||
76 | Every system register (SPR) that we know about except for | ||
77 | the PSW (SPR 5), which we zero except for the | ||
78 | disable-interrupts bit. | ||
79 | */ | ||
80 | |||
81 | /* GPRs */ | ||
82 | asm volatile (" mov r0, r1 ; mov r0, r2 "); | ||
83 | asm volatile ("mov r0, r4 ; mov r0, r5 ; mov r0, r6 ; mov r0, r7 "); | ||
84 | asm volatile ("mov r0, r8 ; mov r0, r9 ; mov r0, r10; mov r0, r11"); | ||
85 | asm volatile ("mov r0, r12; mov r0, r13; mov r0, r14; mov r0, r15"); | ||
86 | asm volatile (" mov r0, r17; mov r0, r18; mov r0, r19"); | ||
87 | asm volatile ("mov r0, r20; mov r0, r21; mov r0, r22; mov r0, r23"); | ||
88 | asm volatile ("mov r0, r24; mov r0, r25; mov r0, r26; mov r0, r27"); | ||
89 | asm volatile ("mov r0, r28; mov r0, r29; mov r0, r30"); | ||
90 | |||
91 | /* SPRs */ | ||
92 | asm volatile ("ldsr r0, 0; ldsr r0, 1; ldsr r0, 2; ldsr r0, 3"); | ||
93 | asm volatile ("ldsr r0, 4"); | ||
94 | asm volatile ("addi 0x20, r0, r1; ldsr r1, 5"); /* PSW */ | ||
95 | asm volatile ("ldsr r0, 16; ldsr r0, 17; ldsr r0, 18; ldsr r0, 19"); | ||
96 | asm volatile ("ldsr r0, 20"); | ||
97 | |||
98 | |||
99 | #ifdef INIT_MEMC_FOR_SDRAM | ||
100 | /* Settings for SDRAM controller. */ | ||
101 | V850E2_VSWC = 0x0042; | ||
102 | V850E2_BSC = 0x9286; | ||
103 | V850E2_BCT(0) = 0xb000; /* was: 0 */ | ||
104 | V850E2_BCT(1) = 0x000b; | ||
105 | V850E2_ASC = 0; | ||
106 | V850E2_LBS = 0xa9aa; /* was: 0xaaaa */ | ||
107 | V850E2_LBC(0) = 0; | ||
108 | V850E2_LBC(1) = 0; /* was: 0x3 */ | ||
109 | V850E2_BCC = 0; | ||
110 | V850E2_RFS(4) = 0x800a; /* was: 0xf109 */ | ||
111 | V850E2_SCR(4) = 0x2091; /* was: 0x20a1 */ | ||
112 | V850E2_RFS(3) = 0x800c; | ||
113 | V850E2_SCR(3) = 0x20a1; | ||
114 | V850E2_DWC(0) = 0; | ||
115 | V850E2_DWC(1) = 0; | ||
116 | #endif | ||
117 | |||
118 | #if 0 | ||
119 | #ifdef CONFIG_V850E2_SIM85E2S | ||
120 | /* Turn on the caches. */ | ||
121 | V850E2_CACHE_BTSC = V850E2_CACHE_BTSC_ICM | DCACHE_MODE; | ||
122 | V850E2_BHC = 0x1010; | ||
123 | #elif CONFIG_V850E2_SIM85E2C | ||
124 | V850E2_CACHE_BTSC |= (V850E2_CACHE_BTSC_ICM | V850E2_CACHE_BTSC_DCM0); | ||
125 | V850E2_BUSM_BHC = 0xFFFF; | ||
126 | #endif | ||
127 | #else | ||
128 | V850E2_BHC = 0; | ||
129 | #endif | ||
130 | |||
131 | /* Don't stop the simulator at `halt' instructions. */ | ||
132 | SIM85E2_NOTHAL = 1; | ||
133 | |||
134 | /* Ensure that the simulator halts on a panic, instead of going | ||
135 | into an infinite loop inside the panic function. */ | ||
136 | panic_timeout = -1; | ||
137 | } | ||
138 | |||
139 | void __init mach_setup (char **cmdline) | ||
140 | { | ||
141 | memcons_setup (); | ||
142 | } | ||
143 | |||
144 | void mach_get_physical_ram (unsigned long *ram_start, unsigned long *ram_len) | ||
145 | { | ||
146 | *ram_start = RAM_START; | ||
147 | *ram_len = RAM_END - RAM_START; | ||
148 | } | ||
149 | |||
150 | void __init mach_sched_init (struct irqaction *timer_action) | ||
151 | { | ||
152 | /* The simulator actually cycles through all interrupts | ||
153 | periodically. We just pay attention to IRQ0, which gives us | ||
154 | 1/64 the rate of the periodic interrupts. */ | ||
155 | setup_irq (0, timer_action); | ||
156 | } | ||
157 | |||
158 | void mach_gettimeofday (struct timespec *tv) | ||
159 | { | ||
160 | tv->tv_sec = 0; | ||
161 | tv->tv_nsec = 0; | ||
162 | } | ||
163 | |||
164 | /* Interrupts */ | ||
165 | |||
166 | struct v850e_intc_irq_init irq_inits[] = { | ||
167 | { "IRQ", 0, NUM_MACH_IRQS, 1, 7 }, | ||
168 | { 0 } | ||
169 | }; | ||
170 | struct hw_interrupt_type hw_itypes[1]; | ||
171 | |||
172 | /* Initialize interrupts. */ | ||
173 | void __init mach_init_irqs (void) | ||
174 | { | ||
175 | v850e_intc_init_irq_types (irq_inits, hw_itypes); | ||
176 | } | ||
177 | |||
178 | |||
179 | void machine_halt (void) __attribute__ ((noreturn)); | ||
180 | void machine_halt (void) | ||
181 | { | ||
182 | SIM85E2_SIMFIN = 0; /* Halt immediately. */ | ||
183 | for (;;) {} | ||
184 | } | ||
185 | |||
186 | void machine_restart (char *__unused) | ||
187 | { | ||
188 | machine_halt (); | ||
189 | } | ||
190 | |||
191 | void machine_power_off (void) | ||
192 | { | ||
193 | machine_halt (); | ||
194 | } | ||
195 | |||
diff --git a/arch/v850/kernel/sim85e2.ld b/arch/v850/kernel/sim85e2.ld deleted file mode 100644 index 7470fd2ffb5b..000000000000 --- a/arch/v850/kernel/sim85e2.ld +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | /* Linker script for the sim85e2c simulator, which is a verilog simulation of | ||
2 | the V850E2 NA85E2C cpu core (CONFIG_V850E2_SIM85E2C). */ | ||
3 | |||
4 | MEMORY { | ||
5 | /* 1MB of `instruction RAM', starting at 0. | ||
6 | Instruction fetches are much faster from IRAM than from DRAM. */ | ||
7 | IRAM : ORIGIN = IRAM_ADDR, LENGTH = IRAM_SIZE | ||
8 | |||
9 | /* 1MB of `data RAM', below and contiguous with the I/O space. | ||
10 | Data fetches are much faster from DRAM than from IRAM. */ | ||
11 | DRAM : ORIGIN = DRAM_ADDR, LENGTH = DRAM_SIZE | ||
12 | |||
13 | /* `external ram' (CS1 area), comes after IRAM. */ | ||
14 | ERAM : ORIGIN = ERAM_ADDR, LENGTH = ERAM_SIZE | ||
15 | |||
16 | /* Dynamic RAM; uses memory controller. */ | ||
17 | SDRAM : ORIGIN = SDRAM_ADDR, LENGTH = SDRAM_SIZE | ||
18 | } | ||
19 | |||
20 | SECTIONS { | ||
21 | .iram : { | ||
22 | INTV_CONTENTS | ||
23 | *arch/v850/kernel/head.o | ||
24 | *(.early.text) | ||
25 | } > IRAM | ||
26 | .dram : { | ||
27 | _memcons_output = . ; | ||
28 | . = . + 0x8000 ; | ||
29 | _memcons_output_end = . ; | ||
30 | } > DRAM | ||
31 | .sdram : { | ||
32 | /* We stick console output into a buffer here. */ | ||
33 | RAMK_KRAM_CONTENTS | ||
34 | ROOT_FS_CONTENTS | ||
35 | } > SDRAM | ||
36 | } | ||
diff --git a/arch/v850/kernel/simcons.c b/arch/v850/kernel/simcons.c deleted file mode 100644 index 9973596ae304..000000000000 --- a/arch/v850/kernel/simcons.c +++ /dev/null | |||
@@ -1,161 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/simcons.c -- Console I/O for GDB v850e simulator | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/console.h> | ||
16 | #include <linux/tty.h> | ||
17 | #include <linux/tty_flip.h> | ||
18 | #include <linux/tty_driver.h> | ||
19 | #include <linux/init.h> | ||
20 | |||
21 | #include <asm/poll.h> | ||
22 | #include <asm/string.h> | ||
23 | #include <asm/simsyscall.h> | ||
24 | |||
25 | |||
26 | /* Low-level console. */ | ||
27 | |||
28 | static void simcons_write (struct console *co, const char *buf, unsigned len) | ||
29 | { | ||
30 | V850_SIM_SYSCALL (write, 1, buf, len); | ||
31 | } | ||
32 | |||
33 | static int simcons_read (struct console *co, char *buf, unsigned len) | ||
34 | { | ||
35 | return V850_SIM_SYSCALL (read, 0, buf, len); | ||
36 | } | ||
37 | |||
38 | static struct tty_driver *tty_driver; | ||
39 | static struct tty_driver *simcons_device (struct console *c, int *index) | ||
40 | { | ||
41 | *index = c->index; | ||
42 | return tty_driver; | ||
43 | } | ||
44 | |||
45 | static struct console simcons = | ||
46 | { | ||
47 | .name = "simcons", | ||
48 | .write = simcons_write, | ||
49 | .read = simcons_read, | ||
50 | .device = simcons_device, | ||
51 | .flags = CON_PRINTBUFFER, | ||
52 | .index = -1, | ||
53 | }; | ||
54 | |||
55 | /* Higher level TTY interface. */ | ||
56 | |||
57 | int simcons_tty_open (struct tty_struct *tty, struct file *filp) | ||
58 | { | ||
59 | return 0; | ||
60 | } | ||
61 | |||
62 | int simcons_tty_write (struct tty_struct *tty, | ||
63 | const unsigned char *buf, int count) | ||
64 | { | ||
65 | return V850_SIM_SYSCALL (write, 1, buf, count); | ||
66 | } | ||
67 | |||
68 | int simcons_tty_write_room (struct tty_struct *tty) | ||
69 | { | ||
70 | /* Completely arbitrary. */ | ||
71 | return 0x100000; | ||
72 | } | ||
73 | |||
74 | int simcons_tty_chars_in_buffer (struct tty_struct *tty) | ||
75 | { | ||
76 | /* We have no buffer. */ | ||
77 | return 0; | ||
78 | } | ||
79 | |||
80 | static const struct tty_operations ops = { | ||
81 | .open = simcons_tty_open, | ||
82 | .write = simcons_tty_write, | ||
83 | .write_room = simcons_tty_write_room, | ||
84 | .chars_in_buffer = simcons_tty_chars_in_buffer, | ||
85 | }; | ||
86 | |||
87 | int __init simcons_tty_init (void) | ||
88 | { | ||
89 | struct tty_driver *driver = alloc_tty_driver(1); | ||
90 | int err; | ||
91 | if (!driver) | ||
92 | return -ENOMEM; | ||
93 | driver->name = "simcons"; | ||
94 | driver->major = TTY_MAJOR; | ||
95 | driver->minor_start = 64; | ||
96 | driver->type = TTY_DRIVER_TYPE_SYSCONS; | ||
97 | driver->init_termios = tty_std_termios; | ||
98 | tty_set_operations(driver, &ops); | ||
99 | err = tty_register_driver(driver); | ||
100 | if (err) { | ||
101 | put_tty_driver(driver); | ||
102 | return err; | ||
103 | } | ||
104 | tty_driver = driver; | ||
105 | return 0; | ||
106 | } | ||
107 | /* We use `late_initcall' instead of just `__initcall' as a workaround for | ||
108 | the fact that (1) simcons_tty_init can't be called before tty_init, | ||
109 | (2) tty_init is called via `module_init', (3) if statically linked, | ||
110 | module_init == device_init, and (4) there's no ordering of init lists. | ||
111 | We can do this easily because simcons is always statically linked, but | ||
112 | other tty drivers that depend on tty_init and which must use | ||
113 | `module_init' to declare their init routines are likely to be broken. */ | ||
114 | late_initcall(simcons_tty_init); | ||
115 | |||
116 | /* Poll for input on the console, and if there's any, deliver it to the | ||
117 | tty driver. */ | ||
118 | void simcons_poll_tty (struct tty_struct *tty) | ||
119 | { | ||
120 | char buf[32]; /* Not the nicest way to do it but I need it correct first */ | ||
121 | int flip = 0, send_break = 0; | ||
122 | struct pollfd pfd; | ||
123 | pfd.fd = 0; | ||
124 | pfd.events = POLLIN; | ||
125 | |||
126 | if (V850_SIM_SYSCALL (poll, &pfd, 1, 0) > 0) { | ||
127 | if (pfd.revents & POLLIN) { | ||
128 | /* Real block hardware knows the transfer size before | ||
129 | transfer so the new tty buffering doesn't try to handle | ||
130 | this rather weird simulator specific case well */ | ||
131 | int rd = V850_SIM_SYSCALL (read, 0, buf, 32); | ||
132 | if (rd > 0) { | ||
133 | tty_insert_flip_string(tty, buf, rd); | ||
134 | flip = 1; | ||
135 | } else | ||
136 | send_break = 1; | ||
137 | } else if (pfd.revents & POLLERR) | ||
138 | send_break = 1; | ||
139 | } | ||
140 | |||
141 | if (send_break) { | ||
142 | tty_insert_flip_char (tty, 0, TTY_BREAK); | ||
143 | flip = 1; | ||
144 | } | ||
145 | |||
146 | if (flip) | ||
147 | tty_schedule_flip (tty); | ||
148 | } | ||
149 | |||
150 | void simcons_poll_ttys (void) | ||
151 | { | ||
152 | if (tty_driver && tty_driver->ttys[0]) | ||
153 | simcons_poll_tty (tty_driver->ttys[0]); | ||
154 | } | ||
155 | |||
156 | void simcons_setup (void) | ||
157 | { | ||
158 | V850_SIM_SYSCALL (make_raw, 0); | ||
159 | register_console (&simcons); | ||
160 | printk (KERN_INFO "Console: GDB V850E simulator stdio\n"); | ||
161 | } | ||
diff --git a/arch/v850/kernel/syscalls.c b/arch/v850/kernel/syscalls.c deleted file mode 100644 index 1a83daf8e24f..000000000000 --- a/arch/v850/kernel/syscalls.c +++ /dev/null | |||
@@ -1,196 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/syscalls.c -- Various system-call definitions not | ||
3 | * defined in machine-independent code | ||
4 | * | ||
5 | * Copyright (C) 2001,02 NEC Corporation | ||
6 | * Copyright (C) 2001,02 Miles Bader <miles@gnu.org> | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General | ||
9 | * Public License. See the file COPYING in the main directory of this | ||
10 | * archive for more details. | ||
11 | * | ||
12 | * This file was derived the ppc version, arch/ppc/kernel/syscalls.c | ||
13 | * ... which was derived from "arch/i386/kernel/sys_i386.c" by Gary Thomas; | ||
14 | * modified by Cort Dougan (cort@cs.nmt.edu) | ||
15 | * and Paul Mackerras (paulus@cs.anu.edu.au). | ||
16 | */ | ||
17 | |||
18 | #include <linux/errno.h> | ||
19 | #include <linux/mm.h> | ||
20 | #include <linux/smp.h> | ||
21 | #include <linux/syscalls.h> | ||
22 | #include <linux/sem.h> | ||
23 | #include <linux/msg.h> | ||
24 | #include <linux/shm.h> | ||
25 | #include <linux/stat.h> | ||
26 | #include <linux/mman.h> | ||
27 | #include <linux/sys.h> | ||
28 | #include <linux/ipc.h> | ||
29 | #include <linux/utsname.h> | ||
30 | #include <linux/file.h> | ||
31 | |||
32 | #include <asm/uaccess.h> | ||
33 | #include <asm/unistd.h> | ||
34 | |||
35 | /* | ||
36 | * sys_ipc() is the de-multiplexer for the SysV IPC calls.. | ||
37 | * | ||
38 | * This is really horribly ugly. | ||
39 | */ | ||
40 | int | ||
41 | sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) | ||
42 | { | ||
43 | int version, ret; | ||
44 | |||
45 | version = call >> 16; /* hack for backward compatibility */ | ||
46 | call &= 0xffff; | ||
47 | |||
48 | ret = -EINVAL; | ||
49 | switch (call) { | ||
50 | case SEMOP: | ||
51 | ret = sys_semop (first, (struct sembuf *)ptr, second); | ||
52 | break; | ||
53 | case SEMGET: | ||
54 | ret = sys_semget (first, second, third); | ||
55 | break; | ||
56 | case SEMCTL: | ||
57 | { | ||
58 | union semun fourth; | ||
59 | |||
60 | if (!ptr) | ||
61 | break; | ||
62 | if ((ret = access_ok(VERIFY_READ, ptr, sizeof(long)) ? 0 : -EFAULT) | ||
63 | || (ret = get_user(fourth.__pad, (void **)ptr))) | ||
64 | break; | ||
65 | ret = sys_semctl (first, second, third, fourth); | ||
66 | break; | ||
67 | } | ||
68 | case MSGSND: | ||
69 | ret = sys_msgsnd (first, (struct msgbuf *) ptr, second, third); | ||
70 | break; | ||
71 | case MSGRCV: | ||
72 | switch (version) { | ||
73 | case 0: { | ||
74 | struct ipc_kludge tmp; | ||
75 | |||
76 | if (!ptr) | ||
77 | break; | ||
78 | if ((ret = access_ok(VERIFY_READ, ptr, sizeof(tmp)) ? 0 : -EFAULT) | ||
79 | || (ret = copy_from_user(&tmp, | ||
80 | (struct ipc_kludge *) ptr, | ||
81 | sizeof (tmp)))) | ||
82 | break; | ||
83 | ret = sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, | ||
84 | third); | ||
85 | break; | ||
86 | } | ||
87 | default: | ||
88 | ret = sys_msgrcv (first, (struct msgbuf *) ptr, | ||
89 | second, fifth, third); | ||
90 | break; | ||
91 | } | ||
92 | break; | ||
93 | case MSGGET: | ||
94 | ret = sys_msgget ((key_t) first, second); | ||
95 | break; | ||
96 | case MSGCTL: | ||
97 | ret = sys_msgctl (first, second, (struct msqid_ds *) ptr); | ||
98 | break; | ||
99 | case SHMAT: | ||
100 | switch (version) { | ||
101 | default: { | ||
102 | ulong raddr; | ||
103 | |||
104 | if ((ret = access_ok(VERIFY_WRITE, (ulong*) third, | ||
105 | sizeof(ulong)) ? 0 : -EFAULT)) | ||
106 | break; | ||
107 | ret = do_shmat (first, (char *) ptr, second, &raddr); | ||
108 | if (ret) | ||
109 | break; | ||
110 | ret = put_user (raddr, (ulong *) third); | ||
111 | break; | ||
112 | } | ||
113 | case 1: /* iBCS2 emulator entry point */ | ||
114 | if (!segment_eq(get_fs(), get_ds())) | ||
115 | break; | ||
116 | ret = do_shmat (first, (char *) ptr, second, | ||
117 | (ulong *) third); | ||
118 | break; | ||
119 | } | ||
120 | break; | ||
121 | case SHMDT: | ||
122 | ret = sys_shmdt ((char *)ptr); | ||
123 | break; | ||
124 | case SHMGET: | ||
125 | ret = sys_shmget (first, second, third); | ||
126 | break; | ||
127 | case SHMCTL: | ||
128 | ret = sys_shmctl (first, second, (struct shmid_ds *) ptr); | ||
129 | break; | ||
130 | } | ||
131 | |||
132 | return ret; | ||
133 | } | ||
134 | |||
135 | static inline unsigned long | ||
136 | do_mmap2 (unsigned long addr, size_t len, | ||
137 | unsigned long prot, unsigned long flags, | ||
138 | unsigned long fd, unsigned long pgoff) | ||
139 | { | ||
140 | struct file * file = NULL; | ||
141 | int ret = -EBADF; | ||
142 | |||
143 | flags &= ~(MAP_EXECUTABLE | MAP_DENYWRITE); | ||
144 | if (! (flags & MAP_ANONYMOUS)) { | ||
145 | if (!(file = fget (fd))) | ||
146 | goto out; | ||
147 | } | ||
148 | |||
149 | down_write (¤t->mm->mmap_sem); | ||
150 | ret = do_mmap_pgoff (file, addr, len, prot, flags, pgoff); | ||
151 | up_write (¤t->mm->mmap_sem); | ||
152 | if (file) | ||
153 | fput (file); | ||
154 | out: | ||
155 | return ret; | ||
156 | } | ||
157 | |||
158 | unsigned long sys_mmap2 (unsigned long addr, size_t len, | ||
159 | unsigned long prot, unsigned long flags, | ||
160 | unsigned long fd, unsigned long pgoff) | ||
161 | { | ||
162 | return do_mmap2 (addr, len, prot, flags, fd, pgoff); | ||
163 | } | ||
164 | |||
165 | unsigned long sys_mmap (unsigned long addr, size_t len, | ||
166 | unsigned long prot, unsigned long flags, | ||
167 | unsigned long fd, off_t offset) | ||
168 | { | ||
169 | int err = -EINVAL; | ||
170 | |||
171 | if (offset & ~PAGE_MASK) | ||
172 | goto out; | ||
173 | |||
174 | err = do_mmap2 (addr, len, prot, flags, fd, offset >> PAGE_SHIFT); | ||
175 | out: | ||
176 | return err; | ||
177 | } | ||
178 | |||
179 | /* | ||
180 | * Do a system call from kernel instead of calling sys_execve so we | ||
181 | * end up with proper pt_regs. | ||
182 | */ | ||
183 | int kernel_execve(const char *filename, char *const argv[], char *const envp[]) | ||
184 | { | ||
185 | register char *__a __asm__ ("r6") = filename; | ||
186 | register void *__b __asm__ ("r7") = argv; | ||
187 | register void *__c __asm__ ("r8") = envp; | ||
188 | register unsigned long __syscall __asm__ ("r12") = __NR_execve; | ||
189 | register unsigned long __ret __asm__ ("r10"); | ||
190 | __asm__ __volatile__ ("trap 0" | ||
191 | : "=r" (__ret), "=r" (__syscall) | ||
192 | : "1" (__syscall), "r" (__a), "r" (__b), "r" (__c) | ||
193 | : "r1", "r5", "r11", "r13", "r14", | ||
194 | "r15", "r16", "r17", "r18", "r19"); | ||
195 | return __ret; | ||
196 | } | ||
diff --git a/arch/v850/kernel/teg.c b/arch/v850/kernel/teg.c deleted file mode 100644 index 699248f92aae..000000000000 --- a/arch/v850/kernel/teg.c +++ /dev/null | |||
@@ -1,62 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/teg.c -- NB85E-TEG cpu chip | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/init.h> | ||
16 | #include <linux/mm.h> | ||
17 | #include <linux/swap.h> | ||
18 | #include <linux/bootmem.h> | ||
19 | #include <linux/irq.h> | ||
20 | |||
21 | #include <asm/atomic.h> | ||
22 | #include <asm/page.h> | ||
23 | #include <asm/machdep.h> | ||
24 | #include <asm/v850e_timer_d.h> | ||
25 | |||
26 | #include "mach.h" | ||
27 | |||
28 | void __init mach_sched_init (struct irqaction *timer_action) | ||
29 | { | ||
30 | /* Select timer interrupt instead of external pin. */ | ||
31 | TEG_ISS |= 0x1; | ||
32 | /* Start hardware timer. */ | ||
33 | v850e_timer_d_configure (0, HZ); | ||
34 | /* Install timer interrupt handler. */ | ||
35 | setup_irq (IRQ_INTCMD(0), timer_action); | ||
36 | } | ||
37 | |||
38 | static struct v850e_intc_irq_init irq_inits[] = { | ||
39 | { "IRQ", 0, NUM_CPU_IRQS, 1, 7 }, | ||
40 | { "CMD", IRQ_INTCMD(0), IRQ_INTCMD_NUM, 1, 5 }, | ||
41 | { "SER", IRQ_INTSER(0), IRQ_INTSER_NUM, 1, 3 }, | ||
42 | { "SR", IRQ_INTSR(0), IRQ_INTSR_NUM, 1, 4 }, | ||
43 | { "ST", IRQ_INTST(0), IRQ_INTST_NUM, 1, 5 }, | ||
44 | { 0 } | ||
45 | }; | ||
46 | #define NUM_IRQ_INITS (ARRAY_SIZE(irq_inits) - 1) | ||
47 | |||
48 | static struct hw_interrupt_type hw_itypes[NUM_IRQ_INITS]; | ||
49 | |||
50 | /* Initialize MA chip interrupts. */ | ||
51 | void __init teg_init_irqs (void) | ||
52 | { | ||
53 | v850e_intc_init_irq_types (irq_inits, hw_itypes); | ||
54 | } | ||
55 | |||
56 | /* Called before configuring an on-chip UART. */ | ||
57 | void teg_uart_pre_configure (unsigned chan, unsigned cflags, unsigned baud) | ||
58 | { | ||
59 | /* Enable UART I/O pins instead of external interrupt pins, and | ||
60 | UART interrupts instead of external pin interrupts. */ | ||
61 | TEG_ISS |= 0x4E; | ||
62 | } | ||
diff --git a/arch/v850/kernel/time.c b/arch/v850/kernel/time.c deleted file mode 100644 index d810c93fe665..000000000000 --- a/arch/v850/kernel/time.c +++ /dev/null | |||
@@ -1,106 +0,0 @@ | |||
1 | /* | ||
2 | * linux/arch/v850/kernel/time.c -- Arch-dependent timer functions | ||
3 | * | ||
4 | * Copyright (C) 1991, 1992, 1995, 2001, 2002 Linus Torvalds | ||
5 | * | ||
6 | * This file contains the v850-specific time handling details. | ||
7 | * Most of the stuff is located in the machine specific files. | ||
8 | * | ||
9 | * 1997-09-10 Updated NTP code according to technical memorandum Jan '96 | ||
10 | * "A Kernel Model for Precision Timekeeping" by Dave Mills | ||
11 | */ | ||
12 | |||
13 | #include <linux/errno.h> | ||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/module.h> | ||
16 | #include <linux/param.h> | ||
17 | #include <linux/string.h> | ||
18 | #include <linux/mm.h> | ||
19 | #include <linux/interrupt.h> | ||
20 | #include <linux/time.h> | ||
21 | #include <linux/timex.h> | ||
22 | #include <linux/profile.h> | ||
23 | |||
24 | #include <asm/io.h> | ||
25 | |||
26 | #include "mach.h" | ||
27 | |||
28 | #define TICK_SIZE (tick_nsec / 1000) | ||
29 | |||
30 | /* | ||
31 | * timer_interrupt() needs to keep up the real-time clock, | ||
32 | * as well as call the "do_timer()" routine every clocktick | ||
33 | */ | ||
34 | static irqreturn_t timer_interrupt (int irq, void *dummy, struct pt_regs *regs) | ||
35 | { | ||
36 | #if 0 | ||
37 | /* last time the cmos clock got updated */ | ||
38 | static long last_rtc_update=0; | ||
39 | #endif | ||
40 | |||
41 | /* may need to kick the hardware timer */ | ||
42 | if (mach_tick) | ||
43 | mach_tick (); | ||
44 | |||
45 | do_timer (1); | ||
46 | #ifndef CONFIG_SMP | ||
47 | update_process_times(user_mode(regs)); | ||
48 | #endif | ||
49 | profile_tick(CPU_PROFILING, regs); | ||
50 | #if 0 | ||
51 | /* | ||
52 | * If we have an externally synchronized Linux clock, then update | ||
53 | * CMOS clock accordingly every ~11 minutes. Set_rtc_mmss() has to be | ||
54 | * called as close as possible to 500 ms before the new second starts. | ||
55 | */ | ||
56 | if (ntp_synced() && | ||
57 | xtime.tv_sec > last_rtc_update + 660 && | ||
58 | (xtime.tv_nsec / 1000) >= 500000 - ((unsigned) TICK_SIZE) / 2 && | ||
59 | (xtime.tv_nsec / 1000) <= 500000 + ((unsigned) TICK_SIZE) / 2) { | ||
60 | if (set_rtc_mmss (xtime.tv_sec) == 0) | ||
61 | last_rtc_update = xtime.tv_sec; | ||
62 | else | ||
63 | last_rtc_update = xtime.tv_sec - 600; /* do it again in 60 s */ | ||
64 | } | ||
65 | #ifdef CONFIG_HEARTBEAT | ||
66 | /* use power LED as a heartbeat instead -- much more useful | ||
67 | for debugging -- based on the version for PReP by Cort */ | ||
68 | /* acts like an actual heart beat -- ie thump-thump-pause... */ | ||
69 | if (mach_heartbeat) { | ||
70 | static unsigned cnt = 0, period = 0, dist = 0; | ||
71 | |||
72 | if (cnt == 0 || cnt == dist) | ||
73 | mach_heartbeat ( 1 ); | ||
74 | else if (cnt == 7 || cnt == dist+7) | ||
75 | mach_heartbeat ( 0 ); | ||
76 | |||
77 | if (++cnt > period) { | ||
78 | cnt = 0; | ||
79 | /* The hyperbolic function below modifies the heartbeat period | ||
80 | * length in dependency of the current (5min) load. It goes | ||
81 | * through the points f(0)=126, f(1)=86, f(5)=51, | ||
82 | * f(inf)->30. */ | ||
83 | period = ((672<<FSHIFT)/(5*avenrun[0]+(7<<FSHIFT))) + 30; | ||
84 | dist = period / 4; | ||
85 | } | ||
86 | } | ||
87 | #endif /* CONFIG_HEARTBEAT */ | ||
88 | #endif /* 0 */ | ||
89 | |||
90 | return IRQ_HANDLED; | ||
91 | } | ||
92 | |||
93 | static int timer_dev_id; | ||
94 | static struct irqaction timer_irqaction = { | ||
95 | .handler = timer_interrupt, | ||
96 | .flags = IRQF_DISABLED, | ||
97 | .mask = CPU_MASK_NONE, | ||
98 | .name = "timer", | ||
99 | .dev_id = &timer_dev_id, | ||
100 | }; | ||
101 | |||
102 | void time_init (void) | ||
103 | { | ||
104 | mach_gettimeofday (&xtime); | ||
105 | mach_sched_init (&timer_irqaction); | ||
106 | } | ||
diff --git a/arch/v850/kernel/v850_ksyms.c b/arch/v850/kernel/v850_ksyms.c deleted file mode 100644 index 8d386a5dbc4a..000000000000 --- a/arch/v850/kernel/v850_ksyms.c +++ /dev/null | |||
@@ -1,51 +0,0 @@ | |||
1 | #include <linux/module.h> | ||
2 | #include <linux/linkage.h> | ||
3 | #include <linux/sched.h> | ||
4 | #include <linux/string.h> | ||
5 | #include <linux/mm.h> | ||
6 | #include <linux/user.h> | ||
7 | #include <linux/elfcore.h> | ||
8 | #include <linux/in6.h> | ||
9 | #include <linux/interrupt.h> | ||
10 | |||
11 | #include <asm/pgalloc.h> | ||
12 | #include <asm/irq.h> | ||
13 | #include <asm/io.h> | ||
14 | #include <asm/checksum.h> | ||
15 | #include <asm/current.h> | ||
16 | |||
17 | |||
18 | extern void *trap_table; | ||
19 | EXPORT_SYMBOL (trap_table); | ||
20 | |||
21 | /* platform dependent support */ | ||
22 | EXPORT_SYMBOL (kernel_thread); | ||
23 | EXPORT_SYMBOL (__bug); | ||
24 | |||
25 | /* Networking helper routines. */ | ||
26 | EXPORT_SYMBOL (csum_partial_copy_nocheck); | ||
27 | EXPORT_SYMBOL (csum_partial_copy_from_user); | ||
28 | EXPORT_SYMBOL (ip_compute_csum); | ||
29 | EXPORT_SYMBOL (ip_fast_csum); | ||
30 | |||
31 | /* string / mem functions */ | ||
32 | EXPORT_SYMBOL (memset); | ||
33 | EXPORT_SYMBOL (memcpy); | ||
34 | EXPORT_SYMBOL (memmove); | ||
35 | |||
36 | /* | ||
37 | * libgcc functions - functions that are used internally by the | ||
38 | * compiler... (prototypes are not correct though, but that | ||
39 | * doesn't really matter since they're not versioned). | ||
40 | */ | ||
41 | extern void __ashldi3 (void); | ||
42 | extern void __ashrdi3 (void); | ||
43 | extern void __lshrdi3 (void); | ||
44 | extern void __muldi3 (void); | ||
45 | extern void __negdi2 (void); | ||
46 | |||
47 | EXPORT_SYMBOL (__ashldi3); | ||
48 | EXPORT_SYMBOL (__ashrdi3); | ||
49 | EXPORT_SYMBOL (__lshrdi3); | ||
50 | EXPORT_SYMBOL (__muldi3); | ||
51 | EXPORT_SYMBOL (__negdi2); | ||
diff --git a/arch/v850/kernel/v850e2_cache.c b/arch/v850/kernel/v850e2_cache.c deleted file mode 100644 index 4570312c689c..000000000000 --- a/arch/v850/kernel/v850e2_cache.c +++ /dev/null | |||
@@ -1,127 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/v850e2_cache.c -- Cache control for V850E2 cache | ||
3 | * memories | ||
4 | * | ||
5 | * Copyright (C) 2003 NEC Electronics Corporation | ||
6 | * Copyright (C) 2003 Miles Bader <miles@gnu.org> | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General | ||
9 | * Public License. See the file COPYING in the main directory of this | ||
10 | * archive for more details. | ||
11 | * | ||
12 | * Written by Miles Bader <miles@gnu.org> | ||
13 | */ | ||
14 | |||
15 | #include <linux/mm.h> | ||
16 | |||
17 | #include <asm/v850e2_cache.h> | ||
18 | |||
19 | /* Cache operations we can do. The encoding corresponds directly to the | ||
20 | value we need to write into the COPR register. */ | ||
21 | enum cache_op { | ||
22 | OP_SYNC_IF_DIRTY = V850E2_CACHE_COPR_CFC(0), /* 000 */ | ||
23 | OP_SYNC_IF_VALID = V850E2_CACHE_COPR_CFC(1), /* 001 */ | ||
24 | OP_SYNC_IF_VALID_AND_CLEAR = V850E2_CACHE_COPR_CFC(3), /* 011 */ | ||
25 | OP_WAY_CLEAR = V850E2_CACHE_COPR_CFC(4), /* 100 */ | ||
26 | OP_FILL = V850E2_CACHE_COPR_CFC(5), /* 101 */ | ||
27 | OP_CLEAR = V850E2_CACHE_COPR_CFC(6), /* 110 */ | ||
28 | OP_CREATE_DIRTY = V850E2_CACHE_COPR_CFC(7) /* 111 */ | ||
29 | }; | ||
30 | |||
31 | /* Which cache to use. This encoding also corresponds directly to the | ||
32 | value we need to write into the COPR register. */ | ||
33 | enum cache { | ||
34 | ICACHE = 0, | ||
35 | DCACHE = V850E2_CACHE_COPR_LBSL | ||
36 | }; | ||
37 | |||
38 | /* Returns ADDR rounded down to the beginning of its cache-line. */ | ||
39 | #define CACHE_LINE_ADDR(addr) \ | ||
40 | ((addr) & ~(V850E2_CACHE_LINE_SIZE - 1)) | ||
41 | /* Returns END_ADDR rounded up to the `limit' of its cache-line. */ | ||
42 | #define CACHE_LINE_END_ADDR(end_addr) \ | ||
43 | CACHE_LINE_ADDR(end_addr + (V850E2_CACHE_LINE_SIZE - 1)) | ||
44 | |||
45 | |||
46 | /* Low-level cache ops. */ | ||
47 | |||
48 | /* Apply cache-op OP to all entries in CACHE. */ | ||
49 | static inline void cache_op_all (enum cache_op op, enum cache cache) | ||
50 | { | ||
51 | int cmd = op | cache | V850E2_CACHE_COPR_WSLE | V850E2_CACHE_COPR_STRT; | ||
52 | |||
53 | if (op != OP_WAY_CLEAR) { | ||
54 | /* The WAY_CLEAR operation does the whole way, but other | ||
55 | ops take begin-index and count params; we just indicate | ||
56 | the entire cache. */ | ||
57 | V850E2_CACHE_CADL = 0; | ||
58 | V850E2_CACHE_CADH = 0; | ||
59 | V850E2_CACHE_CCNT = V850E2_CACHE_WAY_SIZE - 1; | ||
60 | } | ||
61 | |||
62 | V850E2_CACHE_COPR = cmd | V850E2_CACHE_COPR_WSL(0); /* way 0 */ | ||
63 | V850E2_CACHE_COPR = cmd | V850E2_CACHE_COPR_WSL(1); /* way 1 */ | ||
64 | V850E2_CACHE_COPR = cmd | V850E2_CACHE_COPR_WSL(2); /* way 2 */ | ||
65 | V850E2_CACHE_COPR = cmd | V850E2_CACHE_COPR_WSL(3); /* way 3 */ | ||
66 | } | ||
67 | |||
68 | /* Apply cache-op OP to all entries in CACHE covering addresses ADDR | ||
69 | through ADDR+LEN. */ | ||
70 | static inline void cache_op_range (enum cache_op op, u32 addr, u32 len, | ||
71 | enum cache cache) | ||
72 | { | ||
73 | u32 start = CACHE_LINE_ADDR (addr); | ||
74 | u32 end = CACHE_LINE_END_ADDR (addr + len); | ||
75 | u32 num_lines = (end - start) >> V850E2_CACHE_LINE_SIZE_BITS; | ||
76 | |||
77 | V850E2_CACHE_CADL = start & 0xFFFF; | ||
78 | V850E2_CACHE_CADH = start >> 16; | ||
79 | V850E2_CACHE_CCNT = num_lines - 1; | ||
80 | |||
81 | V850E2_CACHE_COPR = op | cache | V850E2_CACHE_COPR_STRT; | ||
82 | } | ||
83 | |||
84 | |||
85 | /* High-level ops. */ | ||
86 | |||
87 | static void cache_exec_after_store_all (void) | ||
88 | { | ||
89 | cache_op_all (OP_SYNC_IF_DIRTY, DCACHE); | ||
90 | cache_op_all (OP_WAY_CLEAR, ICACHE); | ||
91 | } | ||
92 | |||
93 | static void cache_exec_after_store_range (u32 start, u32 len) | ||
94 | { | ||
95 | cache_op_range (OP_SYNC_IF_DIRTY, start, len, DCACHE); | ||
96 | cache_op_range (OP_CLEAR, start, len, ICACHE); | ||
97 | } | ||
98 | |||
99 | |||
100 | /* Exported functions. */ | ||
101 | |||
102 | void flush_icache (void) | ||
103 | { | ||
104 | cache_exec_after_store_all (); | ||
105 | } | ||
106 | |||
107 | void flush_icache_range (unsigned long start, unsigned long end) | ||
108 | { | ||
109 | cache_exec_after_store_range (start, end - start); | ||
110 | } | ||
111 | |||
112 | void flush_icache_page (struct vm_area_struct *vma, struct page *page) | ||
113 | { | ||
114 | cache_exec_after_store_range (page_to_virt (page), PAGE_SIZE); | ||
115 | } | ||
116 | |||
117 | void flush_icache_user_range (struct vm_area_struct *vma, struct page *page, | ||
118 | unsigned long addr, int len) | ||
119 | { | ||
120 | cache_exec_after_store_range (addr, len); | ||
121 | } | ||
122 | |||
123 | void flush_cache_sigtramp (unsigned long addr) | ||
124 | { | ||
125 | /* For the exact size, see signal.c, but 16 bytes should be enough. */ | ||
126 | cache_exec_after_store_range (addr, 16); | ||
127 | } | ||
diff --git a/arch/v850/kernel/v850e_cache.c b/arch/v850/kernel/v850e_cache.c deleted file mode 100644 index ea3e51cfb259..000000000000 --- a/arch/v850/kernel/v850e_cache.c +++ /dev/null | |||
@@ -1,174 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/v850e_cache.c -- Cache control for V850E cache memories | ||
3 | * | ||
4 | * Copyright (C) 2003 NEC Electronics Corporation | ||
5 | * Copyright (C) 2003 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | /* This file implements cache control for the rather simple cache used on | ||
15 | some V850E CPUs, specifically the NB85E/TEG CPU-core and the V850E/ME2 | ||
16 | CPU. V850E2 processors have their own (better) cache | ||
17 | implementation. */ | ||
18 | |||
19 | #include <asm/entry.h> | ||
20 | #include <asm/cacheflush.h> | ||
21 | #include <asm/v850e_cache.h> | ||
22 | |||
23 | #define WAIT_UNTIL_CLEAR(value) while (value) {} | ||
24 | |||
25 | /* Set caching params via the BHC and DCC registers. */ | ||
26 | void v850e_cache_enable (u16 bhc, u16 icc, u16 dcc) | ||
27 | { | ||
28 | unsigned long *r0_ram = (unsigned long *)R0_RAM_ADDR; | ||
29 | register u16 bhc_val asm ("r6") = bhc; | ||
30 | |||
31 | /* Read the instruction cache control register (ICC) and confirm | ||
32 | that bits 0 and 1 (TCLR0, TCLR1) are all cleared. */ | ||
33 | WAIT_UNTIL_CLEAR (V850E_CACHE_ICC & 0x3); | ||
34 | V850E_CACHE_ICC = icc; | ||
35 | |||
36 | #ifdef V850E_CACHE_DCC | ||
37 | /* Configure data-cache. */ | ||
38 | V850E_CACHE_DCC = dcc; | ||
39 | #endif /* V850E_CACHE_DCC */ | ||
40 | |||
41 | /* Configure caching for various memory regions by writing the BHC | ||
42 | register. The documentation says that an instruction _cannot_ | ||
43 | enable/disable caching for the memory region in which the | ||
44 | instruction itself exists; to work around this, we store | ||
45 | appropriate instructions into the on-chip RAM area (which is never | ||
46 | cached), and briefly jump there to do the work. */ | ||
47 | #ifdef V850E_CACHE_WRITE_IBS | ||
48 | *r0_ram++ = 0xf0720760; /* st.h r0, 0xfffff072[r0] */ | ||
49 | #endif | ||
50 | *r0_ram++ = 0xf06a3760; /* st.h r6, 0xfffff06a[r0] */ | ||
51 | *r0_ram = 0x5640006b; /* jmp [r11] */ | ||
52 | |||
53 | asm ("mov hilo(1f), r11; jmp [%1]; 1:;" | ||
54 | :: "r" (bhc_val), "r" (R0_RAM_ADDR) : "r11"); | ||
55 | } | ||
56 | |||
57 | static void clear_icache (void) | ||
58 | { | ||
59 | /* 1. Read the instruction cache control register (ICC) and confirm | ||
60 | that bits 0 and 1 (TCLR0, TCLR1) are all cleared. */ | ||
61 | WAIT_UNTIL_CLEAR (V850E_CACHE_ICC & 0x3); | ||
62 | |||
63 | /* 2. Read the ICC register and confirm that bit 12 (LOCK0) is | ||
64 | cleared. Bit 13 of the ICC register is always cleared. */ | ||
65 | WAIT_UNTIL_CLEAR (V850E_CACHE_ICC & 0x1000); | ||
66 | |||
67 | /* 3. Set the TCLR0 and TCLR1 bits of the ICC register as follows, | ||
68 | when clearing way 0 and way 1 at the same time: | ||
69 | (a) Set the TCLR0 and TCLR1 bits. | ||
70 | (b) Read the TCLR0 and TCLR1 bits to confirm that these bits | ||
71 | are cleared. | ||
72 | (c) Perform (a) and (b) above again. */ | ||
73 | V850E_CACHE_ICC |= 0x3; | ||
74 | WAIT_UNTIL_CLEAR (V850E_CACHE_ICC & 0x3); | ||
75 | |||
76 | #ifdef V850E_CACHE_REPEAT_ICC_WRITE | ||
77 | /* Do it again. */ | ||
78 | V850E_CACHE_ICC |= 0x3; | ||
79 | WAIT_UNTIL_CLEAR (V850E_CACHE_ICC & 0x3); | ||
80 | #endif | ||
81 | } | ||
82 | |||
83 | #ifdef V850E_CACHE_DCC | ||
84 | /* Flush or clear (or both) the data cache, depending on the value of FLAGS; | ||
85 | the procedure is the same for both, just the control bits used differ (and | ||
86 | both may be performed simultaneously). */ | ||
87 | static void dcache_op (unsigned short flags) | ||
88 | { | ||
89 | /* 1. Read the data cache control register (DCC) and confirm that bits | ||
90 | 0, 1, 4, and 5 (DC00, DC01, DC04, DC05) are all cleared. */ | ||
91 | WAIT_UNTIL_CLEAR (V850E_CACHE_DCC & 0x33); | ||
92 | |||
93 | /* 2. Clear DCC register bit 12 (DC12), bit 13 (DC13), or both | ||
94 | depending on the way for which tags are to be cleared. */ | ||
95 | V850E_CACHE_DCC &= ~0xC000; | ||
96 | |||
97 | /* 3. Set DCC register bit 0 (DC00), bit 1 (DC01) or both depending on | ||
98 | the way for which tags are to be cleared. | ||
99 | ... | ||
100 | Set DCC register bit 4 (DC04), bit 5 (DC05), or both depending | ||
101 | on the way to be data flushed. */ | ||
102 | V850E_CACHE_DCC |= flags; | ||
103 | |||
104 | /* 4. Read DCC register bit DC00, DC01 [DC04, DC05], or both depending | ||
105 | on the way for which tags were cleared [flushed] and confirm | ||
106 | that that bit is cleared. */ | ||
107 | WAIT_UNTIL_CLEAR (V850E_CACHE_DCC & flags); | ||
108 | } | ||
109 | #endif /* V850E_CACHE_DCC */ | ||
110 | |||
111 | /* Flushes the contents of the dcache to memory. */ | ||
112 | static inline void flush_dcache (void) | ||
113 | { | ||
114 | #ifdef V850E_CACHE_DCC | ||
115 | /* We only need to do something if in write-back mode. */ | ||
116 | if (V850E_CACHE_DCC & 0x0400) | ||
117 | dcache_op (0x30); | ||
118 | #endif /* V850E_CACHE_DCC */ | ||
119 | } | ||
120 | |||
121 | /* Flushes the contents of the dcache to memory, and then clears it. */ | ||
122 | static inline void clear_dcache (void) | ||
123 | { | ||
124 | #ifdef V850E_CACHE_DCC | ||
125 | /* We only need to do something if the dcache is enabled. */ | ||
126 | if (V850E_CACHE_DCC & 0x0C00) | ||
127 | dcache_op (0x33); | ||
128 | #endif /* V850E_CACHE_DCC */ | ||
129 | } | ||
130 | |||
131 | /* Clears the dcache without flushing to memory first. */ | ||
132 | static inline void clear_dcache_no_flush (void) | ||
133 | { | ||
134 | #ifdef V850E_CACHE_DCC | ||
135 | /* We only need to do something if the dcache is enabled. */ | ||
136 | if (V850E_CACHE_DCC & 0x0C00) | ||
137 | dcache_op (0x3); | ||
138 | #endif /* V850E_CACHE_DCC */ | ||
139 | } | ||
140 | |||
141 | static inline void cache_exec_after_store (void) | ||
142 | { | ||
143 | flush_dcache (); | ||
144 | clear_icache (); | ||
145 | } | ||
146 | |||
147 | |||
148 | /* Exported functions. */ | ||
149 | |||
150 | void flush_icache (void) | ||
151 | { | ||
152 | cache_exec_after_store (); | ||
153 | } | ||
154 | |||
155 | void flush_icache_range (unsigned long start, unsigned long end) | ||
156 | { | ||
157 | cache_exec_after_store (); | ||
158 | } | ||
159 | |||
160 | void flush_icache_page (struct vm_area_struct *vma, struct page *page) | ||
161 | { | ||
162 | cache_exec_after_store (); | ||
163 | } | ||
164 | |||
165 | void flush_icache_user_range (struct vm_area_struct *vma, struct page *page, | ||
166 | unsigned long adr, int len) | ||
167 | { | ||
168 | cache_exec_after_store (); | ||
169 | } | ||
170 | |||
171 | void flush_cache_sigtramp (unsigned long addr) | ||
172 | { | ||
173 | cache_exec_after_store (); | ||
174 | } | ||
diff --git a/arch/v850/kernel/v850e_intc.c b/arch/v850/kernel/v850e_intc.c deleted file mode 100644 index 8d39a52ee6d1..000000000000 --- a/arch/v850/kernel/v850e_intc.c +++ /dev/null | |||
@@ -1,104 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/kernel/v850e_intc.c -- V850E interrupt controller (INTC) | ||
3 | * | ||
4 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
5 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/init.h> | ||
16 | #include <linux/irq.h> | ||
17 | |||
18 | #include <asm/v850e_intc.h> | ||
19 | |||
20 | static void irq_nop (unsigned irq) { } | ||
21 | |||
22 | static unsigned v850e_intc_irq_startup (unsigned irq) | ||
23 | { | ||
24 | v850e_intc_clear_pending_irq (irq); | ||
25 | v850e_intc_enable_irq (irq); | ||
26 | return 0; | ||
27 | } | ||
28 | |||
29 | static void v850e_intc_end_irq (unsigned irq) | ||
30 | { | ||
31 | unsigned long psw, temp; | ||
32 | |||
33 | /* Clear the highest-level bit in the In-service priority register | ||
34 | (ISPR), to allow this interrupt (or another of the same or | ||
35 | lesser priority) to happen again. | ||
36 | |||
37 | The `reti' instruction normally does this automatically when the | ||
38 | PSW bits EP and NP are zero, but we can't always rely on reti | ||
39 | being used consistently to return after an interrupt (another | ||
40 | process can be scheduled, for instance, which can delay the | ||
41 | associated reti for a long time, or this process may be being | ||
42 | single-stepped, which uses the `dbret' instruction to return | ||
43 | from the kernel). | ||
44 | |||
45 | We also set the PSW EP bit, which prevents reti from also | ||
46 | trying to modify the ISPR itself. */ | ||
47 | |||
48 | /* Get PSW and disable interrupts. */ | ||
49 | asm volatile ("stsr psw, %0; di" : "=r" (psw)); | ||
50 | /* We don't want to do anything for NMIs (they don't use the ISPR). */ | ||
51 | if (! (psw & 0xC0)) { | ||
52 | /* Transition to `trap' state, so that an eventual real | ||
53 | reti instruction won't modify the ISPR. */ | ||
54 | psw |= 0x40; | ||
55 | /* Fake an interrupt return, which automatically clears the | ||
56 | appropriate bit in the ISPR. */ | ||
57 | asm volatile ("mov hilo(1f), %0;" | ||
58 | "ldsr %0, eipc; ldsr %1, eipsw;" | ||
59 | "reti;" | ||
60 | "1:" | ||
61 | : "=&r" (temp) : "r" (psw)); | ||
62 | } | ||
63 | } | ||
64 | |||
65 | /* Initialize HW_IRQ_TYPES for INTC-controlled irqs described in array | ||
66 | INITS (which is terminated by an entry with the name field == 0). */ | ||
67 | void __init v850e_intc_init_irq_types (struct v850e_intc_irq_init *inits, | ||
68 | struct hw_interrupt_type *hw_irq_types) | ||
69 | { | ||
70 | struct v850e_intc_irq_init *init; | ||
71 | for (init = inits; init->name; init++) { | ||
72 | unsigned i; | ||
73 | struct hw_interrupt_type *hwit = hw_irq_types++; | ||
74 | |||
75 | hwit->typename = init->name; | ||
76 | |||
77 | hwit->startup = v850e_intc_irq_startup; | ||
78 | hwit->shutdown = v850e_intc_disable_irq; | ||
79 | hwit->enable = v850e_intc_enable_irq; | ||
80 | hwit->disable = v850e_intc_disable_irq; | ||
81 | hwit->ack = irq_nop; | ||
82 | hwit->end = v850e_intc_end_irq; | ||
83 | |||
84 | /* Initialize kernel IRQ infrastructure for this interrupt. */ | ||
85 | init_irq_handlers(init->base, init->num, init->interval, hwit); | ||
86 | |||
87 | /* Set the interrupt priorities. */ | ||
88 | for (i = 0; i < init->num; i++) { | ||
89 | unsigned irq = init->base + i * init->interval; | ||
90 | |||
91 | /* If the interrupt is currently enabled (all | ||
92 | interrupts are initially disabled), then | ||
93 | assume whoever enabled it has set things up | ||
94 | properly, and avoid messing with it. */ | ||
95 | if (! v850e_intc_irq_enabled (irq)) | ||
96 | /* This write also (1) disables the | ||
97 | interrupt, and (2) clears any pending | ||
98 | interrupts. */ | ||
99 | V850E_INTC_IC (irq) | ||
100 | = (V850E_INTC_IC_PR (init->priority) | ||
101 | | V850E_INTC_IC_MK); | ||
102 | } | ||
103 | } | ||
104 | } | ||
diff --git a/arch/v850/kernel/v850e_timer_d.c b/arch/v850/kernel/v850e_timer_d.c deleted file mode 100644 index d2a4ece2574c..000000000000 --- a/arch/v850/kernel/v850e_timer_d.c +++ /dev/null | |||
@@ -1,54 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-v850/v850e_timer_d.c -- `Timer D' component often used | ||
3 | * with V850E CPUs | ||
4 | * | ||
5 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
6 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General | ||
9 | * Public License. See the file COPYING in the main directory of this | ||
10 | * archive for more details. | ||
11 | * | ||
12 | * Written by Miles Bader <miles@gnu.org> | ||
13 | */ | ||
14 | |||
15 | #include <linux/kernel.h> | ||
16 | |||
17 | #include <asm/v850e_utils.h> | ||
18 | #include <asm/v850e_timer_d.h> | ||
19 | |||
20 | /* Start interval timer TIMER (0-3). The timer will issue the | ||
21 | corresponding INTCMD interrupt RATE times per second. | ||
22 | This function does not enable the interrupt. */ | ||
23 | void v850e_timer_d_configure (unsigned timer, unsigned rate) | ||
24 | { | ||
25 | unsigned divlog2, count; | ||
26 | |||
27 | /* Calculate params for timer. */ | ||
28 | if (! calc_counter_params ( | ||
29 | V850E_TIMER_D_BASE_FREQ, rate, | ||
30 | V850E_TIMER_D_TMCD_CS_MIN, V850E_TIMER_D_TMCD_CS_MAX, 16, | ||
31 | &divlog2, &count)) | ||
32 | printk (KERN_WARNING | ||
33 | "Cannot find interval timer %d setting suitable" | ||
34 | " for rate of %dHz.\n" | ||
35 | "Using rate of %dHz instead.\n", | ||
36 | timer, rate, | ||
37 | (V850E_TIMER_D_BASE_FREQ >> divlog2) >> 16); | ||
38 | |||
39 | /* Do the actual hardware timer initialization: */ | ||
40 | |||
41 | /* Enable timer. */ | ||
42 | V850E_TIMER_D_TMCD(timer) = V850E_TIMER_D_TMCD_CAE; | ||
43 | /* Set clock divider. */ | ||
44 | V850E_TIMER_D_TMCD(timer) | ||
45 | = V850E_TIMER_D_TMCD_CAE | ||
46 | | V850E_TIMER_D_TMCD_CS(divlog2); | ||
47 | /* Set timer compare register. */ | ||
48 | V850E_TIMER_D_CMD(timer) = count; | ||
49 | /* Start counting. */ | ||
50 | V850E_TIMER_D_TMCD(timer) | ||
51 | = V850E_TIMER_D_TMCD_CAE | ||
52 | | V850E_TIMER_D_TMCD_CS(divlog2) | ||
53 | | V850E_TIMER_D_TMCD_CE; | ||
54 | } | ||
diff --git a/arch/v850/kernel/v850e_utils.c b/arch/v850/kernel/v850e_utils.c deleted file mode 100644 index e6807ef8dee6..000000000000 --- a/arch/v850/kernel/v850e_utils.c +++ /dev/null | |||
@@ -1,62 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-v850/v850e_utils.h -- Utility functions associated with | ||
3 | * V850E CPUs | ||
4 | * | ||
5 | * Copyright (C) 2001,02,03 NEC Electronics Corporation | ||
6 | * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> | ||
7 | * | ||
8 | * This file is subject to the terms and conditions of the GNU General | ||
9 | * Public License. See the file COPYING in the main directory of this | ||
10 | * archive for more details. | ||
11 | * | ||
12 | * Written by Miles Bader <miles@gnu.org> | ||
13 | */ | ||
14 | |||
15 | #include <asm/v850e_utils.h> | ||
16 | |||
17 | /* Calculate counter clock-divider and count values to attain the | ||
18 | desired frequency RATE from the base frequency BASE_FREQ. The | ||
19 | counter is expected to have a clock-divider, which can divide the | ||
20 | system cpu clock by a power of two value from MIN_DIVLOG2 to | ||
21 | MAX_DIV_LOG2, and a word-size of COUNTER_SIZE bits (the counter | ||
22 | counts up and resets whenever it's equal to the compare register, | ||
23 | generating an interrupt or whatever when it does so). The returned | ||
24 | values are: *DIVLOG2 -- log2 of the desired clock divider and *COUNT | ||
25 | -- the counter compare value to use. Returns true if it was possible | ||
26 | to find a reasonable value, otherwise false (and the other return | ||
27 | values will be set to be as good as possible). */ | ||
28 | int calc_counter_params (unsigned long base_freq, | ||
29 | unsigned long rate, | ||
30 | unsigned min_divlog2, unsigned max_divlog2, | ||
31 | unsigned counter_size, | ||
32 | unsigned *divlog2, unsigned *count) | ||
33 | { | ||
34 | unsigned _divlog2; | ||
35 | int ok = 0; | ||
36 | |||
37 | /* Find the lowest clock divider setting that can represent RATE. */ | ||
38 | for (_divlog2 = min_divlog2; _divlog2 <= max_divlog2; _divlog2++) { | ||
39 | /* Minimum interrupt rate possible using this divider. */ | ||
40 | unsigned min_int_rate | ||
41 | = (base_freq >> _divlog2) >> counter_size; | ||
42 | |||
43 | if (min_int_rate <= rate) { | ||
44 | /* This setting is the highest resolution | ||
45 | setting that's slow enough enough to attain | ||
46 | RATE interrupts per second, so use it. */ | ||
47 | ok = 1; | ||
48 | break; | ||
49 | } | ||
50 | } | ||
51 | |||
52 | if (_divlog2 > max_divlog2) | ||
53 | /* Can't find correct setting. */ | ||
54 | _divlog2 = max_divlog2; | ||
55 | |||
56 | if (divlog2) | ||
57 | *divlog2 = _divlog2; | ||
58 | if (count) | ||
59 | *count = ((base_freq >> _divlog2) + rate/2) / rate; | ||
60 | |||
61 | return ok; | ||
62 | } | ||
diff --git a/arch/v850/kernel/vmlinux.lds.S b/arch/v850/kernel/vmlinux.lds.S deleted file mode 100644 index d08cd1d27f27..000000000000 --- a/arch/v850/kernel/vmlinux.lds.S +++ /dev/null | |||
@@ -1,306 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/vmlinux.lds.S -- kernel linker script for v850 platforms | ||
3 | * | ||
4 | * Copyright (C) 2002,03,04,05 NEC Electronics Corporation | ||
5 | * Copyright (C) 2002,03,04,05 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | |||
15 | #define VMLINUX_SYMBOL(_sym_) _##_sym_ | ||
16 | #include <asm-generic/vmlinux.lds.h> | ||
17 | |||
18 | /* For most platforms, this will define useful things like RAM addr/size. */ | ||
19 | #include <asm/machdep.h> | ||
20 | |||
21 | |||
22 | /* The following macros contain the usual definitions for various data areas. | ||
23 | The prefix `RAMK_' is used to indicate macros suitable for kernels loaded | ||
24 | into RAM, and similarly `ROMK_' for ROM-resident kernels. Note that all | ||
25 | symbols are prefixed with an extra `_' for compatibility with the v850 | ||
26 | toolchain. */ | ||
27 | |||
28 | |||
29 | /* Interrupt vectors. */ | ||
30 | #define INTV_CONTENTS \ | ||
31 | . = ALIGN (0x10) ; \ | ||
32 | __intv_start = . ; \ | ||
33 | *(.intv.reset) /* Reset vector */ \ | ||
34 | . = __intv_start + 0x10 ; \ | ||
35 | *(.intv.common) /* Vectors common to all v850e proc */\ | ||
36 | . = __intv_start + 0x80 ; \ | ||
37 | *(.intv.mach) /* Machine-specific int. vectors. */ \ | ||
38 | __intv_end = . ; | ||
39 | |||
40 | #define RODATA_CONTENTS \ | ||
41 | . = ALIGN (16) ; \ | ||
42 | *(.rodata) *(.rodata.*) \ | ||
43 | *(__vermagic) /* Kernel version magic */ \ | ||
44 | *(.rodata1) \ | ||
45 | /* PCI quirks */ \ | ||
46 | ___start_pci_fixups_early = . ; \ | ||
47 | *(.pci_fixup_early) \ | ||
48 | ___end_pci_fixups_early = . ; \ | ||
49 | ___start_pci_fixups_header = . ; \ | ||
50 | *(.pci_fixup_header) \ | ||
51 | ___end_pci_fixups_header = . ; \ | ||
52 | ___start_pci_fixups_final = . ; \ | ||
53 | *(.pci_fixup_final) \ | ||
54 | ___end_pci_fixups_final = . ; \ | ||
55 | ___start_pci_fixups_enable = . ; \ | ||
56 | *(.pci_fixup_enable) \ | ||
57 | ___end_pci_fixups_enable = . ; \ | ||
58 | /* Kernel symbol table: Normal symbols */ \ | ||
59 | ___start___ksymtab = .; \ | ||
60 | *(__ksymtab) \ | ||
61 | ___stop___ksymtab = .; \ | ||
62 | /* Kernel symbol table: GPL-only symbols */ \ | ||
63 | ___start___ksymtab_gpl = .; \ | ||
64 | *(__ksymtab_gpl) \ | ||
65 | ___stop___ksymtab_gpl = .; \ | ||
66 | /* Kernel symbol table: GPL-future symbols */ \ | ||
67 | ___start___ksymtab_gpl_future = .; \ | ||
68 | *(__ksymtab_gpl_future) \ | ||
69 | ___stop___ksymtab_gpl_future = .; \ | ||
70 | /* Kernel symbol table: strings */ \ | ||
71 | *(__ksymtab_strings) \ | ||
72 | /* Kernel symbol table: Normal symbols */ \ | ||
73 | ___start___kcrctab = .; \ | ||
74 | *(__kcrctab) \ | ||
75 | ___stop___kcrctab = .; \ | ||
76 | /* Kernel symbol table: GPL-only symbols */ \ | ||
77 | ___start___kcrctab_gpl = .; \ | ||
78 | *(__kcrctab_gpl) \ | ||
79 | ___stop___kcrctab_gpl = .; \ | ||
80 | /* Kernel symbol table: GPL-future symbols */ \ | ||
81 | ___start___kcrctab_gpl_future = .; \ | ||
82 | *(__kcrctab_gpl_future) \ | ||
83 | ___stop___kcrctab_gpl_future = .; \ | ||
84 | /* Built-in module parameters */ \ | ||
85 | . = ALIGN (4) ; \ | ||
86 | ___start___param = .; \ | ||
87 | *(__param) \ | ||
88 | ___stop___param = .; | ||
89 | |||
90 | |||
91 | /* Kernel text segment, and some constant data areas. */ | ||
92 | #define TEXT_CONTENTS \ | ||
93 | _text = .; \ | ||
94 | __stext = . ; \ | ||
95 | TEXT_TEXT \ | ||
96 | SCHED_TEXT \ | ||
97 | *(.exit.text) /* 2.5 convention */ \ | ||
98 | *(.text.exit) /* 2.4 convention */ \ | ||
99 | *(.text.lock) \ | ||
100 | *(.exitcall.exit) \ | ||
101 | __real_etext = . ; /* There may be data after here. */ \ | ||
102 | RODATA_CONTENTS \ | ||
103 | . = ALIGN (4) ; \ | ||
104 | *(.call_table_data) \ | ||
105 | *(.call_table_text) \ | ||
106 | . = ALIGN (16) ; /* Exception table. */ \ | ||
107 | ___start___ex_table = . ; \ | ||
108 | *(__ex_table) \ | ||
109 | ___stop___ex_table = . ; \ | ||
110 | . = ALIGN (4) ; \ | ||
111 | __etext = . ; | ||
112 | |||
113 | /* Kernel data segment. */ | ||
114 | #define DATA_CONTENTS \ | ||
115 | __sdata = . ; \ | ||
116 | DATA_DATA \ | ||
117 | EXIT_DATA /* 2.5 convention */ \ | ||
118 | *(.data.exit) /* 2.4 convention */ \ | ||
119 | . = ALIGN (16) ; \ | ||
120 | *(.data.cacheline_aligned) \ | ||
121 | . = ALIGN (0x2000) ; \ | ||
122 | *(.data.init_task) \ | ||
123 | . = ALIGN (0x2000) ; \ | ||
124 | __edata = . ; | ||
125 | |||
126 | /* Kernel BSS segment. */ | ||
127 | #define BSS_CONTENTS \ | ||
128 | __sbss = . ; \ | ||
129 | *(.bss) \ | ||
130 | *(COMMON) \ | ||
131 | . = ALIGN (4) ; \ | ||
132 | __init_stack_end = . ; \ | ||
133 | __ebss = . ; | ||
134 | |||
135 | /* `initcall' tables. */ | ||
136 | #define INITCALL_CONTENTS \ | ||
137 | . = ALIGN (16) ; \ | ||
138 | ___setup_start = . ; \ | ||
139 | *(.init.setup) /* 2.5 convention */ \ | ||
140 | *(.setup.init) /* 2.4 convention */ \ | ||
141 | ___setup_end = . ; \ | ||
142 | ___initcall_start = . ; \ | ||
143 | *(.initcall.init) \ | ||
144 | INITCALLS \ | ||
145 | . = ALIGN (4) ; \ | ||
146 | ___initcall_end = . ; \ | ||
147 | ___con_initcall_start = .; \ | ||
148 | *(.con_initcall.init) \ | ||
149 | ___con_initcall_end = .; | ||
150 | |||
151 | /* Contents of `init' section for a kernel that's loaded into RAM. */ | ||
152 | #define RAMK_INIT_CONTENTS \ | ||
153 | RAMK_INIT_CONTENTS_NO_END \ | ||
154 | __init_end = . ; | ||
155 | /* Same as RAMK_INIT_CONTENTS, but doesn't define the `__init_end' symbol. */ | ||
156 | #define RAMK_INIT_CONTENTS_NO_END \ | ||
157 | . = ALIGN (4096) ; \ | ||
158 | __init_start = . ; \ | ||
159 | __sinittext = .; \ | ||
160 | INIT_TEXT /* 2.5 convention */ \ | ||
161 | __einittext = .; \ | ||
162 | INIT_DATA \ | ||
163 | *(.text.init) /* 2.4 convention */ \ | ||
164 | *(.data.init) \ | ||
165 | INITCALL_CONTENTS \ | ||
166 | INITRAMFS_CONTENTS | ||
167 | |||
168 | /* The contents of `init' section for a ROM-resident kernel which | ||
169 | should go into RAM. */ | ||
170 | #define ROMK_INIT_RAM_CONTENTS \ | ||
171 | . = ALIGN (4096) ; \ | ||
172 | __init_start = . ; \ | ||
173 | INIT_DATA /* 2.5 convention */ \ | ||
174 | *(.data.init) /* 2.4 convention */ \ | ||
175 | __init_end = . ; \ | ||
176 | . = ALIGN (4096) ; | ||
177 | |||
178 | /* The contents of `init' section for a ROM-resident kernel which | ||
179 | should go into ROM. */ | ||
180 | #define ROMK_INIT_ROM_CONTENTS \ | ||
181 | _sinittext = .; \ | ||
182 | INIT_TEXT /* 2.5 convention */ \ | ||
183 | _einittext = .; \ | ||
184 | *(.text.init) /* 2.4 convention */ \ | ||
185 | INITCALL_CONTENTS \ | ||
186 | INITRAMFS_CONTENTS | ||
187 | |||
188 | /* A root filesystem image, for kernels with an embedded root filesystem. */ | ||
189 | #define ROOT_FS_CONTENTS \ | ||
190 | __root_fs_image_start = . ; \ | ||
191 | *(.root) \ | ||
192 | __root_fs_image_end = . ; | ||
193 | |||
194 | #ifdef CONFIG_BLK_DEV_INITRD | ||
195 | /* The initramfs archive. */ | ||
196 | #define INITRAMFS_CONTENTS \ | ||
197 | . = ALIGN (4) ; \ | ||
198 | ___initramfs_start = . ; \ | ||
199 | *(.init.ramfs) \ | ||
200 | ___initramfs_end = . ; | ||
201 | #endif | ||
202 | |||
203 | /* Where the initial bootmap (bitmap for the boot-time memory allocator) | ||
204 | should be place. */ | ||
205 | #define BOOTMAP_CONTENTS \ | ||
206 | . = ALIGN (4096) ; \ | ||
207 | __bootmap = . ; \ | ||
208 | . = . + 4096 ; /* enough for 128MB. */ | ||
209 | |||
210 | /* The contents of a `typical' kram area for a kernel in RAM. */ | ||
211 | #define RAMK_KRAM_CONTENTS \ | ||
212 | __kram_start = . ; \ | ||
213 | TEXT_CONTENTS \ | ||
214 | DATA_CONTENTS \ | ||
215 | BSS_CONTENTS \ | ||
216 | RAMK_INIT_CONTENTS \ | ||
217 | __kram_end = . ; \ | ||
218 | BOOTMAP_CONTENTS | ||
219 | |||
220 | |||
221 | /* Define output sections normally used for a ROM-resident kernel. | ||
222 | ROM and RAM should be appropriate memory areas to use for kernel | ||
223 | ROM and RAM data. This assumes that ROM starts at 0 (and thus can | ||
224 | hold the interrupt vectors). */ | ||
225 | #define ROMK_SECTIONS(ROM, RAM) \ | ||
226 | .rom : { \ | ||
227 | INTV_CONTENTS \ | ||
228 | TEXT_CONTENTS \ | ||
229 | ROMK_INIT_ROM_CONTENTS \ | ||
230 | ROOT_FS_CONTENTS \ | ||
231 | } > ROM \ | ||
232 | \ | ||
233 | __rom_copy_src_start = . ; \ | ||
234 | \ | ||
235 | .data : { \ | ||
236 | __kram_start = . ; \ | ||
237 | __rom_copy_dst_start = . ; \ | ||
238 | DATA_CONTENTS \ | ||
239 | ROMK_INIT_RAM_CONTENTS \ | ||
240 | __rom_copy_dst_end = . ; \ | ||
241 | } > RAM AT> ROM \ | ||
242 | \ | ||
243 | .bss ALIGN (4) : { \ | ||
244 | BSS_CONTENTS \ | ||
245 | __kram_end = . ; \ | ||
246 | BOOTMAP_CONTENTS \ | ||
247 | } > RAM | ||
248 | |||
249 | |||
250 | /* The 32-bit variable `jiffies' is just the lower 32-bits of `jiffies_64'. */ | ||
251 | _jiffies = _jiffies_64 ; | ||
252 | |||
253 | |||
254 | /* Include an appropriate platform-dependent linker-script (which | ||
255 | usually should use the above macros to do most of the work). */ | ||
256 | |||
257 | #ifdef CONFIG_V850E_SIM | ||
258 | # include "sim.ld" | ||
259 | #endif | ||
260 | |||
261 | #ifdef CONFIG_V850E2_SIM85E2 | ||
262 | # include "sim85e2.ld" | ||
263 | #endif | ||
264 | |||
265 | #ifdef CONFIG_V850E2_FPGA85E2C | ||
266 | # include "fpga85e2c.ld" | ||
267 | #endif | ||
268 | |||
269 | #ifdef CONFIG_V850E2_ANNA | ||
270 | # ifdef CONFIG_ROM_KERNEL | ||
271 | # include "anna-rom.ld" | ||
272 | # else | ||
273 | # include "anna.ld" | ||
274 | # endif | ||
275 | #endif | ||
276 | |||
277 | #ifdef CONFIG_V850E_AS85EP1 | ||
278 | # ifdef CONFIG_ROM_KERNEL | ||
279 | # include "as85ep1-rom.ld" | ||
280 | # else | ||
281 | # include "as85ep1.ld" | ||
282 | # endif | ||
283 | #endif | ||
284 | |||
285 | #ifdef CONFIG_RTE_CB_MA1 | ||
286 | # ifdef CONFIG_ROM_KERNEL | ||
287 | # include "rte_ma1_cb-rom.ld" | ||
288 | # else | ||
289 | # include "rte_ma1_cb.ld" | ||
290 | # endif | ||
291 | #endif | ||
292 | |||
293 | #ifdef CONFIG_RTE_CB_NB85E | ||
294 | # ifdef CONFIG_ROM_KERNEL | ||
295 | # include "rte_nb85e_cb-rom.ld" | ||
296 | # elif defined(CONFIG_RTE_CB_MULTI) | ||
297 | # include "rte_nb85e_cb-multi.ld" | ||
298 | # else | ||
299 | # include "rte_nb85e_cb.ld" | ||
300 | # endif | ||
301 | #endif | ||
302 | |||
303 | #ifdef CONFIG_RTE_CB_ME2 | ||
304 | # include "rte_me2_cb.ld" | ||
305 | #endif | ||
306 | |||
diff --git a/arch/v850/lib/Makefile b/arch/v850/lib/Makefile deleted file mode 100644 index 1c78b728a117..000000000000 --- a/arch/v850/lib/Makefile +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | # | ||
2 | # arch/v850/lib/Makefile | ||
3 | # | ||
4 | |||
5 | lib-y = ashrdi3.o ashldi3.o lshrdi3.o muldi3.o negdi2.o \ | ||
6 | checksum.o memcpy.o memset.o | ||
diff --git a/arch/v850/lib/ashldi3.c b/arch/v850/lib/ashldi3.c deleted file mode 100644 index 9e792d53f0e4..000000000000 --- a/arch/v850/lib/ashldi3.c +++ /dev/null | |||
@@ -1,62 +0,0 @@ | |||
1 | /* ashldi3.c extracted from gcc-2.95.2/libgcc2.c which is: */ | ||
2 | /* Copyright (C) 1989, 92-98, 1999 Free Software Foundation, Inc. | ||
3 | |||
4 | This file is part of GNU CC. | ||
5 | |||
6 | GNU CC is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2, or (at your option) | ||
9 | any later version. | ||
10 | |||
11 | GNU CC is distributed in the hope that it will be useful, | ||
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | GNU General Public License for more details. | ||
15 | |||
16 | You should have received a copy of the GNU General Public License | ||
17 | along with GNU CC; see the file COPYING. If not, write to | ||
18 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
19 | Boston, MA 02111-1307, USA. */ | ||
20 | |||
21 | #define BITS_PER_UNIT 8 | ||
22 | |||
23 | typedef int SItype __attribute__ ((mode (SI))); | ||
24 | typedef unsigned int USItype __attribute__ ((mode (SI))); | ||
25 | typedef int DItype __attribute__ ((mode (DI))); | ||
26 | typedef int word_type __attribute__ ((mode (__word__))); | ||
27 | |||
28 | struct DIstruct {SItype high, low;}; | ||
29 | |||
30 | typedef union | ||
31 | { | ||
32 | struct DIstruct s; | ||
33 | DItype ll; | ||
34 | } DIunion; | ||
35 | |||
36 | DItype | ||
37 | __ashldi3 (DItype u, word_type b) | ||
38 | { | ||
39 | DIunion w; | ||
40 | word_type bm; | ||
41 | DIunion uu; | ||
42 | |||
43 | if (b == 0) | ||
44 | return u; | ||
45 | |||
46 | uu.ll = u; | ||
47 | |||
48 | bm = (sizeof (SItype) * BITS_PER_UNIT) - b; | ||
49 | if (bm <= 0) | ||
50 | { | ||
51 | w.s.low = 0; | ||
52 | w.s.high = (USItype)uu.s.low << -bm; | ||
53 | } | ||
54 | else | ||
55 | { | ||
56 | USItype carries = (USItype)uu.s.low >> bm; | ||
57 | w.s.low = (USItype)uu.s.low << b; | ||
58 | w.s.high = ((USItype)uu.s.high << b) | carries; | ||
59 | } | ||
60 | |||
61 | return w.ll; | ||
62 | } | ||
diff --git a/arch/v850/lib/ashrdi3.c b/arch/v850/lib/ashrdi3.c deleted file mode 100644 index 78efb65e315a..000000000000 --- a/arch/v850/lib/ashrdi3.c +++ /dev/null | |||
@@ -1,63 +0,0 @@ | |||
1 | /* ashrdi3.c extracted from gcc-2.7.2/libgcc2.c which is: */ | ||
2 | /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | ||
3 | |||
4 | This file is part of GNU CC. | ||
5 | |||
6 | GNU CC is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2, or (at your option) | ||
9 | any later version. | ||
10 | |||
11 | GNU CC is distributed in the hope that it will be useful, | ||
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | GNU General Public License for more details. | ||
15 | |||
16 | You should have received a copy of the GNU General Public License | ||
17 | along with GNU CC; see the file COPYING. If not, write to | ||
18 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
19 | Boston, MA 02111-1307, USA. */ | ||
20 | |||
21 | #define BITS_PER_UNIT 8 | ||
22 | |||
23 | typedef int SItype __attribute__ ((mode (SI))); | ||
24 | typedef unsigned int USItype __attribute__ ((mode (SI))); | ||
25 | typedef int DItype __attribute__ ((mode (DI))); | ||
26 | typedef int word_type __attribute__ ((mode (__word__))); | ||
27 | |||
28 | struct DIstruct {SItype high, low;}; | ||
29 | |||
30 | typedef union | ||
31 | { | ||
32 | struct DIstruct s; | ||
33 | DItype ll; | ||
34 | } DIunion; | ||
35 | |||
36 | DItype | ||
37 | __ashrdi3 (DItype u, word_type b) | ||
38 | { | ||
39 | DIunion w; | ||
40 | word_type bm; | ||
41 | DIunion uu; | ||
42 | |||
43 | if (b == 0) | ||
44 | return u; | ||
45 | |||
46 | uu.ll = u; | ||
47 | |||
48 | bm = (sizeof (SItype) * BITS_PER_UNIT) - b; | ||
49 | if (bm <= 0) | ||
50 | { | ||
51 | /* w.s.high = 1..1 or 0..0 */ | ||
52 | w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1); | ||
53 | w.s.low = uu.s.high >> -bm; | ||
54 | } | ||
55 | else | ||
56 | { | ||
57 | USItype carries = (USItype)uu.s.high << bm; | ||
58 | w.s.high = uu.s.high >> b; | ||
59 | w.s.low = ((USItype)uu.s.low >> b) | carries; | ||
60 | } | ||
61 | |||
62 | return w.ll; | ||
63 | } | ||
diff --git a/arch/v850/lib/checksum.c b/arch/v850/lib/checksum.c deleted file mode 100644 index 042158dfe17a..000000000000 --- a/arch/v850/lib/checksum.c +++ /dev/null | |||
@@ -1,155 +0,0 @@ | |||
1 | /* | ||
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | ||
3 | * operating system. INET is implemented using the BSD Socket | ||
4 | * interface as the means of communication with the user level. | ||
5 | * | ||
6 | * MIPS specific IP/TCP/UDP checksumming routines | ||
7 | * | ||
8 | * Authors: Ralf Baechle, <ralf@waldorf-gmbh.de> | ||
9 | * Lots of code moved from tcp.c and ip.c; see those files | ||
10 | * for more names. | ||
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version | ||
15 | * 2 of the License, or (at your option) any later version. | ||
16 | * | ||
17 | * $Id: checksum.c,v 1.1 2002/09/28 14:58:40 gerg Exp $ | ||
18 | */ | ||
19 | #include <net/checksum.h> | ||
20 | #include <linux/module.h> | ||
21 | #include <linux/types.h> | ||
22 | #include <asm/byteorder.h> | ||
23 | #include <asm/string.h> | ||
24 | #include <asm/uaccess.h> | ||
25 | |||
26 | static inline unsigned short from32to16 (unsigned long sum) | ||
27 | { | ||
28 | unsigned int result; | ||
29 | /* | ||
30 | %0 %1 | ||
31 | hsw %1, %0 H L L H | ||
32 | add %1, %0 H L H+L+C H+L | ||
33 | */ | ||
34 | asm ("hsw %1, %0; add %1, %0" : "=&r" (result) : "r" (sum)); | ||
35 | return result >> 16; | ||
36 | } | ||
37 | |||
38 | static inline unsigned int do_csum(const unsigned char * buff, int len) | ||
39 | { | ||
40 | int odd, count; | ||
41 | unsigned int result = 0; | ||
42 | |||
43 | if (len <= 0) | ||
44 | goto out; | ||
45 | odd = 1 & (unsigned long) buff; | ||
46 | if (odd) { | ||
47 | result = be16_to_cpu(*buff); | ||
48 | len--; | ||
49 | buff++; | ||
50 | } | ||
51 | count = len >> 1; /* nr of 16-bit words.. */ | ||
52 | if (count) { | ||
53 | if (2 & (unsigned long) buff) { | ||
54 | result += *(unsigned short *) buff; | ||
55 | count--; | ||
56 | len -= 2; | ||
57 | buff += 2; | ||
58 | } | ||
59 | count >>= 1; /* nr of 32-bit words.. */ | ||
60 | if (count) { | ||
61 | unsigned int carry = 0; | ||
62 | do { | ||
63 | unsigned int w = *(unsigned int *) buff; | ||
64 | count--; | ||
65 | buff += 4; | ||
66 | result += carry; | ||
67 | result += w; | ||
68 | carry = (w > result); | ||
69 | } while (count); | ||
70 | result += carry; | ||
71 | result = (result & 0xffff) + (result >> 16); | ||
72 | } | ||
73 | if (len & 2) { | ||
74 | result += *(unsigned short *) buff; | ||
75 | buff += 2; | ||
76 | } | ||
77 | } | ||
78 | if (len & 1) | ||
79 | result += le16_to_cpu(*buff); | ||
80 | result = from32to16(result); | ||
81 | if (odd) | ||
82 | result = ((result >> 8) & 0xff) | ((result & 0xff) << 8); | ||
83 | out: | ||
84 | return result; | ||
85 | } | ||
86 | |||
87 | /* | ||
88 | * This is a version of ip_compute_csum() optimized for IP headers, | ||
89 | * which always checksum on 4 octet boundaries. | ||
90 | */ | ||
91 | __sum16 ip_fast_csum(const void *iph, unsigned int ihl) | ||
92 | { | ||
93 | return (__force __sum16)~do_csum(iph,ihl*4); | ||
94 | } | ||
95 | |||
96 | /* | ||
97 | * this routine is used for miscellaneous IP-like checksums, mainly | ||
98 | * in icmp.c | ||
99 | */ | ||
100 | __sum16 ip_compute_csum(const void *buff, int len) | ||
101 | { | ||
102 | return (__force __sum16)~do_csum(buff,len); | ||
103 | } | ||
104 | |||
105 | /* | ||
106 | * computes a partial checksum, e.g. for TCP/UDP fragments | ||
107 | */ | ||
108 | __wsum csum_partial(const void *buff, int len, __wsum sum) | ||
109 | { | ||
110 | unsigned int result = do_csum(buff, len); | ||
111 | |||
112 | /* add in old sum, and carry.. */ | ||
113 | result += (__force u32)sum; | ||
114 | if ((__force u32)sum > result) | ||
115 | result += 1; | ||
116 | return (__force __wsum)result; | ||
117 | } | ||
118 | |||
119 | EXPORT_SYMBOL(csum_partial); | ||
120 | |||
121 | /* | ||
122 | * copy while checksumming, otherwise like csum_partial | ||
123 | */ | ||
124 | __wsum csum_partial_copy_nocheck(const void *src, void *dst, | ||
125 | int len, __wsum sum) | ||
126 | { | ||
127 | /* | ||
128 | * It's 2:30 am and I don't feel like doing it real ... | ||
129 | * This is lots slower than the real thing (tm) | ||
130 | */ | ||
131 | sum = csum_partial(src, len, sum); | ||
132 | memcpy(dst, src, len); | ||
133 | |||
134 | return sum; | ||
135 | } | ||
136 | |||
137 | /* | ||
138 | * Copy from userspace and compute checksum. If we catch an exception | ||
139 | * then zero the rest of the buffer. | ||
140 | */ | ||
141 | __wsum csum_partial_copy_from_user (const void *src, | ||
142 | void *dst, | ||
143 | int len, __wsum sum, | ||
144 | int *err_ptr) | ||
145 | { | ||
146 | int missing; | ||
147 | |||
148 | missing = copy_from_user(dst, src, len); | ||
149 | if (missing) { | ||
150 | memset(dst + len - missing, 0, missing); | ||
151 | *err_ptr = -EFAULT; | ||
152 | } | ||
153 | |||
154 | return csum_partial(dst, len, sum); | ||
155 | } | ||
diff --git a/arch/v850/lib/lshrdi3.c b/arch/v850/lib/lshrdi3.c deleted file mode 100644 index 93b1cb6fdee8..000000000000 --- a/arch/v850/lib/lshrdi3.c +++ /dev/null | |||
@@ -1,62 +0,0 @@ | |||
1 | /* lshrdi3.c extracted from gcc-2.7.2/libgcc2.c which is: */ | ||
2 | /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | ||
3 | |||
4 | This file is part of GNU CC. | ||
5 | |||
6 | GNU CC is free software; you can redistribute it and/or modify | ||
7 | it under the terms of the GNU General Public License as published by | ||
8 | the Free Software Foundation; either version 2, or (at your option) | ||
9 | any later version. | ||
10 | |||
11 | GNU CC is distributed in the hope that it will be useful, | ||
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | GNU General Public License for more details. | ||
15 | |||
16 | You should have received a copy of the GNU General Public License | ||
17 | along with GNU CC; see the file COPYING. If not, write to | ||
18 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
19 | Boston, MA 02111-1307, USA. */ | ||
20 | |||
21 | #define BITS_PER_UNIT 8 | ||
22 | |||
23 | typedef int SItype __attribute__ ((mode (SI))); | ||
24 | typedef unsigned int USItype __attribute__ ((mode (SI))); | ||
25 | typedef int DItype __attribute__ ((mode (DI))); | ||
26 | typedef int word_type __attribute__ ((mode (__word__))); | ||
27 | |||
28 | struct DIstruct {SItype high, low;}; | ||
29 | |||
30 | typedef union | ||
31 | { | ||
32 | struct DIstruct s; | ||
33 | DItype ll; | ||
34 | } DIunion; | ||
35 | |||
36 | DItype | ||
37 | __lshrdi3 (DItype u, word_type b) | ||
38 | { | ||
39 | DIunion w; | ||
40 | word_type bm; | ||
41 | DIunion uu; | ||
42 | |||
43 | if (b == 0) | ||
44 | return u; | ||
45 | |||
46 | uu.ll = u; | ||
47 | |||
48 | bm = (sizeof (SItype) * BITS_PER_UNIT) - b; | ||
49 | if (bm <= 0) | ||
50 | { | ||
51 | w.s.high = 0; | ||
52 | w.s.low = (USItype)uu.s.high >> -bm; | ||
53 | } | ||
54 | else | ||
55 | { | ||
56 | USItype carries = (USItype)uu.s.high << bm; | ||
57 | w.s.high = (USItype)uu.s.high >> b; | ||
58 | w.s.low = ((USItype)uu.s.low >> b) | carries; | ||
59 | } | ||
60 | |||
61 | return w.ll; | ||
62 | } | ||
diff --git a/arch/v850/lib/memcpy.c b/arch/v850/lib/memcpy.c deleted file mode 100644 index 492847b3e612..000000000000 --- a/arch/v850/lib/memcpy.c +++ /dev/null | |||
@@ -1,92 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/lib/memcpy.c -- Memory copying | ||
3 | * | ||
4 | * Copyright (C) 2001,02 NEC Corporation | ||
5 | * Copyright (C) 2001,02 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/types.h> | ||
15 | #include <asm/string.h> | ||
16 | |||
17 | #define CHUNK_SIZE 32 /* bytes */ | ||
18 | #define CHUNK_ALIGNED(addr) (((unsigned long)addr & 0x3) == 0) | ||
19 | |||
20 | /* Note that this macro uses 8 call-clobbered registers (not including | ||
21 | R1), which are few enough so that the following functions don't need | ||
22 | to spill anything to memory. It also uses R1, which is nominally | ||
23 | reserved for the assembler, but here it should be OK. */ | ||
24 | #define COPY_CHUNK(src, dst) \ | ||
25 | asm ("mov %0, ep;" \ | ||
26 | "sld.w 0[ep], r1; sld.w 4[ep], r12;" \ | ||
27 | "sld.w 8[ep], r13; sld.w 12[ep], r14;" \ | ||
28 | "sld.w 16[ep], r15; sld.w 20[ep], r17;" \ | ||
29 | "sld.w 24[ep], r18; sld.w 28[ep], r19;" \ | ||
30 | "mov %1, ep;" \ | ||
31 | "sst.w r1, 0[ep]; sst.w r12, 4[ep];" \ | ||
32 | "sst.w r13, 8[ep]; sst.w r14, 12[ep];" \ | ||
33 | "sst.w r15, 16[ep]; sst.w r17, 20[ep];" \ | ||
34 | "sst.w r18, 24[ep]; sst.w r19, 28[ep]" \ | ||
35 | :: "r" (src), "r" (dst) \ | ||
36 | : "r1", "r12", "r13", "r14", "r15", \ | ||
37 | "r17", "r18", "r19", "ep", "memory"); | ||
38 | |||
39 | void *memcpy (void *dst, const void *src, __kernel_size_t size) | ||
40 | { | ||
41 | char *_dst = dst; | ||
42 | const char *_src = src; | ||
43 | |||
44 | if (size >= CHUNK_SIZE && CHUNK_ALIGNED(_src) && CHUNK_ALIGNED(_dst)) { | ||
45 | /* Copy large blocks efficiently. */ | ||
46 | unsigned count; | ||
47 | for (count = size / CHUNK_SIZE; count; count--) { | ||
48 | COPY_CHUNK (_src, _dst); | ||
49 | _src += CHUNK_SIZE; | ||
50 | _dst += CHUNK_SIZE; | ||
51 | } | ||
52 | size %= CHUNK_SIZE; | ||
53 | } | ||
54 | |||
55 | if (size > 0) | ||
56 | do | ||
57 | *_dst++ = *_src++; | ||
58 | while (--size); | ||
59 | |||
60 | return dst; | ||
61 | } | ||
62 | |||
63 | void *memmove (void *dst, const void *src, __kernel_size_t size) | ||
64 | { | ||
65 | if ((unsigned long)dst < (unsigned long)src | ||
66 | || (unsigned long)src + size < (unsigned long)dst) | ||
67 | return memcpy (dst, src, size); | ||
68 | else { | ||
69 | char *_dst = dst + size; | ||
70 | const char *_src = src + size; | ||
71 | |||
72 | if (size >= CHUNK_SIZE | ||
73 | && CHUNK_ALIGNED (_src) && CHUNK_ALIGNED (_dst)) | ||
74 | { | ||
75 | /* Copy large blocks efficiently. */ | ||
76 | unsigned count; | ||
77 | for (count = size / CHUNK_SIZE; count; count--) { | ||
78 | _src -= CHUNK_SIZE; | ||
79 | _dst -= CHUNK_SIZE; | ||
80 | COPY_CHUNK (_src, _dst); | ||
81 | } | ||
82 | size %= CHUNK_SIZE; | ||
83 | } | ||
84 | |||
85 | if (size > 0) | ||
86 | do | ||
87 | *--_dst = *--_src; | ||
88 | while (--size); | ||
89 | |||
90 | return _dst; | ||
91 | } | ||
92 | } | ||
diff --git a/arch/v850/lib/memset.c b/arch/v850/lib/memset.c deleted file mode 100644 index d1b2ad821b15..000000000000 --- a/arch/v850/lib/memset.c +++ /dev/null | |||
@@ -1,68 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/lib/memset.c -- Memory initialization | ||
3 | * | ||
4 | * Copyright (C) 2001,02,04 NEC Corporation | ||
5 | * Copyright (C) 2001,02,04 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | #include <linux/types.h> | ||
15 | |||
16 | void *memset (void *dst, int val, __kernel_size_t count) | ||
17 | { | ||
18 | if (count) { | ||
19 | register unsigned loop; | ||
20 | register void *ptr asm ("ep") = dst; | ||
21 | |||
22 | /* replicate VAL into a long. */ | ||
23 | val &= 0xff; | ||
24 | val |= val << 8; | ||
25 | val |= val << 16; | ||
26 | |||
27 | /* copy initial unaligned bytes. */ | ||
28 | if ((long)ptr & 1) { | ||
29 | *(char *)ptr = val; | ||
30 | ptr = (void *)((char *)ptr + 1); | ||
31 | count--; | ||
32 | } | ||
33 | if (count > 2 && ((long)ptr & 2)) { | ||
34 | *(short *)ptr = val; | ||
35 | ptr = (void *)((short *)ptr + 1); | ||
36 | count -= 2; | ||
37 | } | ||
38 | |||
39 | /* 32-byte copying loop. */ | ||
40 | for (loop = count / 32; loop; loop--) { | ||
41 | asm ("sst.w %0, 0[ep]; sst.w %0, 4[ep];" | ||
42 | "sst.w %0, 8[ep]; sst.w %0, 12[ep];" | ||
43 | "sst.w %0, 16[ep]; sst.w %0, 20[ep];" | ||
44 | "sst.w %0, 24[ep]; sst.w %0, 28[ep]" | ||
45 | :: "r" (val) : "memory"); | ||
46 | ptr += 32; | ||
47 | } | ||
48 | count %= 32; | ||
49 | |||
50 | /* long copying loop. */ | ||
51 | for (loop = count / 4; loop; loop--) { | ||
52 | *(long *)ptr = val; | ||
53 | ptr = (void *)((long *)ptr + 1); | ||
54 | } | ||
55 | count %= 4; | ||
56 | |||
57 | /* finish up with any trailing bytes. */ | ||
58 | if (count & 2) { | ||
59 | *(short *)ptr = val; | ||
60 | ptr = (void *)((short *)ptr + 1); | ||
61 | } | ||
62 | if (count & 1) { | ||
63 | *(char *)ptr = val; | ||
64 | } | ||
65 | } | ||
66 | |||
67 | return dst; | ||
68 | } | ||
diff --git a/arch/v850/lib/muldi3.c b/arch/v850/lib/muldi3.c deleted file mode 100644 index 277ca25c82c8..000000000000 --- a/arch/v850/lib/muldi3.c +++ /dev/null | |||
@@ -1,61 +0,0 @@ | |||
1 | /* muldi3.c extracted from gcc-2.7.2.3/libgcc2.c and | ||
2 | gcc-2.7.2.3/longlong.h which is: */ | ||
3 | /* Copyright (C) 1989, 1992, 1993, 1994, 1995, 2001 Free Software Foundation, Inc. | ||
4 | |||
5 | This file is part of GNU CC. | ||
6 | |||
7 | GNU CC is free software; you can redistribute it and/or modify | ||
8 | it under the terms of the GNU General Public License as published by | ||
9 | the Free Software Foundation; either version 2, or (at your option) | ||
10 | any later version. | ||
11 | |||
12 | GNU CC is distributed in the hope that it will be useful, | ||
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | GNU General Public License for more details. | ||
16 | |||
17 | You should have received a copy of the GNU General Public License | ||
18 | along with GNU CC; see the file COPYING. If not, write to | ||
19 | the Free Software Foundation, 59 Temple Place - Suite 330, | ||
20 | Boston, MA 02111-1307, USA. */ | ||
21 | |||
22 | #define umul_ppmm(w1, w0, u, v) \ | ||
23 | __asm__ ("mulu %3, %0, %1" \ | ||
24 | : "=r" ((USItype)(w0)), \ | ||
25 | "=r" ((USItype)(w1)) \ | ||
26 | : "%0" ((USItype)(u)), \ | ||
27 | "r" ((USItype)(v))) | ||
28 | |||
29 | #define __umulsidi3(u, v) \ | ||
30 | ({DIunion __w; \ | ||
31 | umul_ppmm (__w.s.high, __w.s.low, u, v); \ | ||
32 | __w.ll; }) | ||
33 | |||
34 | typedef int SItype __attribute__ ((mode (SI))); | ||
35 | typedef unsigned int USItype __attribute__ ((mode (SI))); | ||
36 | typedef int DItype __attribute__ ((mode (DI))); | ||
37 | typedef int word_type __attribute__ ((mode (__word__))); | ||
38 | |||
39 | struct DIstruct {SItype high, low;}; | ||
40 | |||
41 | typedef union | ||
42 | { | ||
43 | struct DIstruct s; | ||
44 | DItype ll; | ||
45 | } DIunion; | ||
46 | |||
47 | DItype | ||
48 | __muldi3 (DItype u, DItype v) | ||
49 | { | ||
50 | DIunion w; | ||
51 | DIunion uu, vv; | ||
52 | |||
53 | uu.ll = u, | ||
54 | vv.ll = v; | ||
55 | |||
56 | w.ll = __umulsidi3 (uu.s.low, vv.s.low); | ||
57 | w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high | ||
58 | + (USItype) uu.s.high * (USItype) vv.s.low); | ||
59 | |||
60 | return w.ll; | ||
61 | } | ||
diff --git a/arch/v850/lib/negdi2.c b/arch/v850/lib/negdi2.c deleted file mode 100644 index 571e04fc619a..000000000000 --- a/arch/v850/lib/negdi2.c +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | /* | ||
2 | * arch/v850/lib/negdi2.c -- 64-bit negation | ||
3 | * | ||
4 | * Copyright (C) 2001 NEC Corporation | ||
5 | * Copyright (C) 2001 Miles Bader <miles@gnu.org> | ||
6 | * | ||
7 | * This file is subject to the terms and conditions of the GNU General | ||
8 | * Public License. See the file COPYING in the main directory of this | ||
9 | * archive for more details. | ||
10 | * | ||
11 | * Written by Miles Bader <miles@gnu.org> | ||
12 | */ | ||
13 | |||
14 | typedef int DItype __attribute__ ((mode (DI))); | ||
15 | |||
16 | DItype __negdi2 (DItype x) | ||
17 | { | ||
18 | __asm__ __volatile__ | ||
19 | ("not r6, r10;" | ||
20 | "add 1, r10;" | ||
21 | "setf c, r6;" | ||
22 | "not r7, r11;" | ||
23 | "add r6, r11" | ||
24 | ::: "r6", "r7", "r10", "r11"); | ||
25 | } | ||
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 03980cb04291..b2ddfcf01728 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -21,6 +21,7 @@ config X86 | |||
21 | select HAVE_UNSTABLE_SCHED_CLOCK | 21 | select HAVE_UNSTABLE_SCHED_CLOCK |
22 | select HAVE_IDE | 22 | select HAVE_IDE |
23 | select HAVE_OPROFILE | 23 | select HAVE_OPROFILE |
24 | select HAVE_IOREMAP_PROT | ||
24 | select HAVE_KPROBES | 25 | select HAVE_KPROBES |
25 | select HAVE_KRETPROBES | 26 | select HAVE_KRETPROBES |
26 | select HAVE_DYNAMIC_FTRACE | 27 | select HAVE_DYNAMIC_FTRACE |
diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32/ia32entry.S index 021d71bc69b5..e4bd1793a5e4 100644 --- a/arch/x86/ia32/ia32entry.S +++ b/arch/x86/ia32/ia32entry.S | |||
@@ -826,4 +826,10 @@ ia32_sys_call_table: | |||
826 | .quad sys32_fallocate | 826 | .quad sys32_fallocate |
827 | .quad compat_sys_timerfd_settime /* 325 */ | 827 | .quad compat_sys_timerfd_settime /* 325 */ |
828 | .quad compat_sys_timerfd_gettime | 828 | .quad compat_sys_timerfd_gettime |
829 | .quad compat_sys_signalfd4 | ||
830 | .quad sys_eventfd2 | ||
831 | .quad sys_epoll_create1 | ||
832 | .quad sys_dup3 /* 330 */ | ||
833 | .quad sys_pipe2 | ||
834 | .quad sys_inotify_init1 | ||
829 | ia32_syscall_end: | 835 | ia32_syscall_end: |
diff --git a/arch/x86/ia32/sys_ia32.c b/arch/x86/ia32/sys_ia32.c index f00afdf61e67..d3c64088b981 100644 --- a/arch/x86/ia32/sys_ia32.c +++ b/arch/x86/ia32/sys_ia32.c | |||
@@ -238,7 +238,7 @@ asmlinkage long sys32_pipe(int __user *fd) | |||
238 | int retval; | 238 | int retval; |
239 | int fds[2]; | 239 | int fds[2]; |
240 | 240 | ||
241 | retval = do_pipe(fds); | 241 | retval = do_pipe_flags(fds, 0); |
242 | if (retval) | 242 | if (retval) |
243 | goto out; | 243 | goto out; |
244 | if (copy_to_user(fd, fds, sizeof(fds))) | 244 | if (copy_to_user(fd, fds, sizeof(fds))) |
diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c index a3ddad18aaa3..fa2161d5003b 100644 --- a/arch/x86/kernel/acpi/sleep.c +++ b/arch/x86/kernel/acpi/sleep.c | |||
@@ -150,6 +150,10 @@ static int __init acpi_sleep_setup(char *str) | |||
150 | acpi_realmode_flags |= 2; | 150 | acpi_realmode_flags |= 2; |
151 | if (strncmp(str, "s3_beep", 7) == 0) | 151 | if (strncmp(str, "s3_beep", 7) == 0) |
152 | acpi_realmode_flags |= 4; | 152 | acpi_realmode_flags |= 4; |
153 | #ifdef CONFIG_HIBERNATION | ||
154 | if (strncmp(str, "s4_nohwsig", 10) == 0) | ||
155 | acpi_no_s4_hw_signature(); | ||
156 | #endif | ||
153 | if (strncmp(str, "old_ordering", 12) == 0) | 157 | if (strncmp(str, "old_ordering", 12) == 0) |
154 | acpi_old_suspend_ordering(); | 158 | acpi_old_suspend_ordering(); |
155 | str = strchr(str, ','); | 159 | str = strchr(str, ','); |
diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c index bf9b441331e9..9ee24e6bc4b0 100644 --- a/arch/x86/kernel/apm_32.c +++ b/arch/x86/kernel/apm_32.c | |||
@@ -219,7 +219,6 @@ | |||
219 | #include <linux/time.h> | 219 | #include <linux/time.h> |
220 | #include <linux/sched.h> | 220 | #include <linux/sched.h> |
221 | #include <linux/pm.h> | 221 | #include <linux/pm.h> |
222 | #include <linux/pm_legacy.h> | ||
223 | #include <linux/capability.h> | 222 | #include <linux/capability.h> |
224 | #include <linux/device.h> | 223 | #include <linux/device.h> |
225 | #include <linux/kernel.h> | 224 | #include <linux/kernel.h> |
diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index 0ea6a19bfdfe..ad2b15a1334d 100644 --- a/arch/x86/kernel/hpet.c +++ b/arch/x86/kernel/hpet.c | |||
@@ -468,7 +468,7 @@ void hpet_disable(void) | |||
468 | #define RTC_NUM_INTS 1 | 468 | #define RTC_NUM_INTS 1 |
469 | 469 | ||
470 | static unsigned long hpet_rtc_flags; | 470 | static unsigned long hpet_rtc_flags; |
471 | static unsigned long hpet_prev_update_sec; | 471 | static int hpet_prev_update_sec; |
472 | static struct rtc_time hpet_alarm_time; | 472 | static struct rtc_time hpet_alarm_time; |
473 | static unsigned long hpet_pie_count; | 473 | static unsigned long hpet_pie_count; |
474 | static unsigned long hpet_t1_cmp; | 474 | static unsigned long hpet_t1_cmp; |
@@ -575,6 +575,9 @@ int hpet_set_rtc_irq_bit(unsigned long bit_mask) | |||
575 | 575 | ||
576 | hpet_rtc_flags |= bit_mask; | 576 | hpet_rtc_flags |= bit_mask; |
577 | 577 | ||
578 | if ((bit_mask & RTC_UIE) && !(oldbits & RTC_UIE)) | ||
579 | hpet_prev_update_sec = -1; | ||
580 | |||
578 | if (!oldbits) | 581 | if (!oldbits) |
579 | hpet_rtc_timer_init(); | 582 | hpet_rtc_timer_init(); |
580 | 583 | ||
@@ -652,7 +655,7 @@ static void hpet_rtc_timer_reinit(void) | |||
652 | if (hpet_rtc_flags & RTC_PIE) | 655 | if (hpet_rtc_flags & RTC_PIE) |
653 | hpet_pie_count += lost_ints; | 656 | hpet_pie_count += lost_ints; |
654 | if (printk_ratelimit()) | 657 | if (printk_ratelimit()) |
655 | printk(KERN_WARNING "rtc: lost %d interrupts\n", | 658 | printk(KERN_WARNING "hpet1: lost %d rtc interrupts\n", |
656 | lost_ints); | 659 | lost_ints); |
657 | } | 660 | } |
658 | } | 661 | } |
@@ -670,7 +673,8 @@ irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id) | |||
670 | 673 | ||
671 | if (hpet_rtc_flags & RTC_UIE && | 674 | if (hpet_rtc_flags & RTC_UIE && |
672 | curr_time.tm_sec != hpet_prev_update_sec) { | 675 | curr_time.tm_sec != hpet_prev_update_sec) { |
673 | rtc_int_flag = RTC_UF; | 676 | if (hpet_prev_update_sec >= 0) |
677 | rtc_int_flag = RTC_UF; | ||
674 | hpet_prev_update_sec = curr_time.tm_sec; | 678 | hpet_prev_update_sec = curr_time.tm_sec; |
675 | } | 679 | } |
676 | 680 | ||
diff --git a/arch/x86/kernel/module_64.c b/arch/x86/kernel/module_64.c index 0e867676b5a5..6ba87830d4b1 100644 --- a/arch/x86/kernel/module_64.c +++ b/arch/x86/kernel/module_64.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <linux/fs.h> | 22 | #include <linux/fs.h> |
23 | #include <linux/string.h> | 23 | #include <linux/string.h> |
24 | #include <linux/kernel.h> | 24 | #include <linux/kernel.h> |
25 | #include <linux/mm.h> | ||
25 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
26 | #include <linux/bug.h> | 27 | #include <linux/bug.h> |
27 | 28 | ||
diff --git a/arch/x86/kernel/syscall_table_32.S b/arch/x86/kernel/syscall_table_32.S index adff5562f5fd..d44395ff34c3 100644 --- a/arch/x86/kernel/syscall_table_32.S +++ b/arch/x86/kernel/syscall_table_32.S | |||
@@ -326,3 +326,9 @@ ENTRY(sys_call_table) | |||
326 | .long sys_fallocate | 326 | .long sys_fallocate |
327 | .long sys_timerfd_settime /* 325 */ | 327 | .long sys_timerfd_settime /* 325 */ |
328 | .long sys_timerfd_gettime | 328 | .long sys_timerfd_gettime |
329 | .long sys_signalfd4 | ||
330 | .long sys_eventfd2 | ||
331 | .long sys_epoll_create1 | ||
332 | .long sys_dup3 /* 330 */ | ||
333 | .long sys_pipe2 | ||
334 | .long sys_inotify_init1 | ||
diff --git a/arch/x86/mm/discontig_32.c b/arch/x86/mm/discontig_32.c index 5dfef9fa061a..62fa440678d8 100644 --- a/arch/x86/mm/discontig_32.c +++ b/arch/x86/mm/discontig_32.c | |||
@@ -42,7 +42,6 @@ | |||
42 | 42 | ||
43 | struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; | 43 | struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; |
44 | EXPORT_SYMBOL(node_data); | 44 | EXPORT_SYMBOL(node_data); |
45 | static bootmem_data_t node0_bdata; | ||
46 | 45 | ||
47 | /* | 46 | /* |
48 | * numa interface - we expect the numa architecture specific code to have | 47 | * numa interface - we expect the numa architecture specific code to have |
@@ -385,7 +384,7 @@ void __init initmem_init(unsigned long start_pfn, | |||
385 | for_each_online_node(nid) | 384 | for_each_online_node(nid) |
386 | memset(NODE_DATA(nid), 0, sizeof(struct pglist_data)); | 385 | memset(NODE_DATA(nid), 0, sizeof(struct pglist_data)); |
387 | 386 | ||
388 | NODE_DATA(0)->bdata = &node0_bdata; | 387 | NODE_DATA(0)->bdata = &bootmem_node_data[0]; |
389 | setup_bootmem_allocator(); | 388 | setup_bootmem_allocator(); |
390 | } | 389 | } |
391 | 390 | ||
diff --git a/arch/x86/mm/hugetlbpage.c b/arch/x86/mm/hugetlbpage.c index 0b3d567e686d..8f307d914c2e 100644 --- a/arch/x86/mm/hugetlbpage.c +++ b/arch/x86/mm/hugetlbpage.c | |||
@@ -124,7 +124,8 @@ int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr, pte_t *ptep) | |||
124 | return 1; | 124 | return 1; |
125 | } | 125 | } |
126 | 126 | ||
127 | pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr) | 127 | pte_t *huge_pte_alloc(struct mm_struct *mm, |
128 | unsigned long addr, unsigned long sz) | ||
128 | { | 129 | { |
129 | pgd_t *pgd; | 130 | pgd_t *pgd; |
130 | pud_t *pud; | 131 | pud_t *pud; |
@@ -133,9 +134,14 @@ pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr) | |||
133 | pgd = pgd_offset(mm, addr); | 134 | pgd = pgd_offset(mm, addr); |
134 | pud = pud_alloc(mm, pgd, addr); | 135 | pud = pud_alloc(mm, pgd, addr); |
135 | if (pud) { | 136 | if (pud) { |
136 | if (pud_none(*pud)) | 137 | if (sz == PUD_SIZE) { |
137 | huge_pmd_share(mm, addr, pud); | 138 | pte = (pte_t *)pud; |
138 | pte = (pte_t *) pmd_alloc(mm, pud, addr); | 139 | } else { |
140 | BUG_ON(sz != PMD_SIZE); | ||
141 | if (pud_none(*pud)) | ||
142 | huge_pmd_share(mm, addr, pud); | ||
143 | pte = (pte_t *) pmd_alloc(mm, pud, addr); | ||
144 | } | ||
139 | } | 145 | } |
140 | BUG_ON(pte && !pte_none(*pte) && !pte_huge(*pte)); | 146 | BUG_ON(pte && !pte_none(*pte) && !pte_huge(*pte)); |
141 | 147 | ||
@@ -151,8 +157,11 @@ pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr) | |||
151 | pgd = pgd_offset(mm, addr); | 157 | pgd = pgd_offset(mm, addr); |
152 | if (pgd_present(*pgd)) { | 158 | if (pgd_present(*pgd)) { |
153 | pud = pud_offset(pgd, addr); | 159 | pud = pud_offset(pgd, addr); |
154 | if (pud_present(*pud)) | 160 | if (pud_present(*pud)) { |
161 | if (pud_large(*pud)) | ||
162 | return (pte_t *)pud; | ||
155 | pmd = pmd_offset(pud, addr); | 163 | pmd = pmd_offset(pud, addr); |
164 | } | ||
156 | } | 165 | } |
157 | return (pte_t *) pmd; | 166 | return (pte_t *) pmd; |
158 | } | 167 | } |
@@ -188,6 +197,11 @@ int pmd_huge(pmd_t pmd) | |||
188 | return 0; | 197 | return 0; |
189 | } | 198 | } |
190 | 199 | ||
200 | int pud_huge(pud_t pud) | ||
201 | { | ||
202 | return 0; | ||
203 | } | ||
204 | |||
191 | struct page * | 205 | struct page * |
192 | follow_huge_pmd(struct mm_struct *mm, unsigned long address, | 206 | follow_huge_pmd(struct mm_struct *mm, unsigned long address, |
193 | pmd_t *pmd, int write) | 207 | pmd_t *pmd, int write) |
@@ -208,6 +222,11 @@ int pmd_huge(pmd_t pmd) | |||
208 | return !!(pmd_val(pmd) & _PAGE_PSE); | 222 | return !!(pmd_val(pmd) & _PAGE_PSE); |
209 | } | 223 | } |
210 | 224 | ||
225 | int pud_huge(pud_t pud) | ||
226 | { | ||
227 | return !!(pud_val(pud) & _PAGE_PSE); | ||
228 | } | ||
229 | |||
211 | struct page * | 230 | struct page * |
212 | follow_huge_pmd(struct mm_struct *mm, unsigned long address, | 231 | follow_huge_pmd(struct mm_struct *mm, unsigned long address, |
213 | pmd_t *pmd, int write) | 232 | pmd_t *pmd, int write) |
@@ -216,9 +235,22 @@ follow_huge_pmd(struct mm_struct *mm, unsigned long address, | |||
216 | 235 | ||
217 | page = pte_page(*(pte_t *)pmd); | 236 | page = pte_page(*(pte_t *)pmd); |
218 | if (page) | 237 | if (page) |
219 | page += ((address & ~HPAGE_MASK) >> PAGE_SHIFT); | 238 | page += ((address & ~PMD_MASK) >> PAGE_SHIFT); |
239 | return page; | ||
240 | } | ||
241 | |||
242 | struct page * | ||
243 | follow_huge_pud(struct mm_struct *mm, unsigned long address, | ||
244 | pud_t *pud, int write) | ||
245 | { | ||
246 | struct page *page; | ||
247 | |||
248 | page = pte_page(*(pte_t *)pud); | ||
249 | if (page) | ||
250 | page += ((address & ~PUD_MASK) >> PAGE_SHIFT); | ||
220 | return page; | 251 | return page; |
221 | } | 252 | } |
253 | |||
222 | #endif | 254 | #endif |
223 | 255 | ||
224 | /* x86_64 also uses this file */ | 256 | /* x86_64 also uses this file */ |
@@ -228,6 +260,7 @@ static unsigned long hugetlb_get_unmapped_area_bottomup(struct file *file, | |||
228 | unsigned long addr, unsigned long len, | 260 | unsigned long addr, unsigned long len, |
229 | unsigned long pgoff, unsigned long flags) | 261 | unsigned long pgoff, unsigned long flags) |
230 | { | 262 | { |
263 | struct hstate *h = hstate_file(file); | ||
231 | struct mm_struct *mm = current->mm; | 264 | struct mm_struct *mm = current->mm; |
232 | struct vm_area_struct *vma; | 265 | struct vm_area_struct *vma; |
233 | unsigned long start_addr; | 266 | unsigned long start_addr; |
@@ -240,7 +273,7 @@ static unsigned long hugetlb_get_unmapped_area_bottomup(struct file *file, | |||
240 | } | 273 | } |
241 | 274 | ||
242 | full_search: | 275 | full_search: |
243 | addr = ALIGN(start_addr, HPAGE_SIZE); | 276 | addr = ALIGN(start_addr, huge_page_size(h)); |
244 | 277 | ||
245 | for (vma = find_vma(mm, addr); ; vma = vma->vm_next) { | 278 | for (vma = find_vma(mm, addr); ; vma = vma->vm_next) { |
246 | /* At this point: (!vma || addr < vma->vm_end). */ | 279 | /* At this point: (!vma || addr < vma->vm_end). */ |
@@ -262,7 +295,7 @@ full_search: | |||
262 | } | 295 | } |
263 | if (addr + mm->cached_hole_size < vma->vm_start) | 296 | if (addr + mm->cached_hole_size < vma->vm_start) |
264 | mm->cached_hole_size = vma->vm_start - addr; | 297 | mm->cached_hole_size = vma->vm_start - addr; |
265 | addr = ALIGN(vma->vm_end, HPAGE_SIZE); | 298 | addr = ALIGN(vma->vm_end, huge_page_size(h)); |
266 | } | 299 | } |
267 | } | 300 | } |
268 | 301 | ||
@@ -270,6 +303,7 @@ static unsigned long hugetlb_get_unmapped_area_topdown(struct file *file, | |||
270 | unsigned long addr0, unsigned long len, | 303 | unsigned long addr0, unsigned long len, |
271 | unsigned long pgoff, unsigned long flags) | 304 | unsigned long pgoff, unsigned long flags) |
272 | { | 305 | { |
306 | struct hstate *h = hstate_file(file); | ||
273 | struct mm_struct *mm = current->mm; | 307 | struct mm_struct *mm = current->mm; |
274 | struct vm_area_struct *vma, *prev_vma; | 308 | struct vm_area_struct *vma, *prev_vma; |
275 | unsigned long base = mm->mmap_base, addr = addr0; | 309 | unsigned long base = mm->mmap_base, addr = addr0; |
@@ -290,7 +324,7 @@ try_again: | |||
290 | goto fail; | 324 | goto fail; |
291 | 325 | ||
292 | /* either no address requested or cant fit in requested address hole */ | 326 | /* either no address requested or cant fit in requested address hole */ |
293 | addr = (mm->free_area_cache - len) & HPAGE_MASK; | 327 | addr = (mm->free_area_cache - len) & huge_page_mask(h); |
294 | do { | 328 | do { |
295 | /* | 329 | /* |
296 | * Lookup failure means no vma is above this address, | 330 | * Lookup failure means no vma is above this address, |
@@ -321,7 +355,7 @@ try_again: | |||
321 | largest_hole = vma->vm_start - addr; | 355 | largest_hole = vma->vm_start - addr; |
322 | 356 | ||
323 | /* try just below the current vma->vm_start */ | 357 | /* try just below the current vma->vm_start */ |
324 | addr = (vma->vm_start - len) & HPAGE_MASK; | 358 | addr = (vma->vm_start - len) & huge_page_mask(h); |
325 | } while (len <= vma->vm_start); | 359 | } while (len <= vma->vm_start); |
326 | 360 | ||
327 | fail: | 361 | fail: |
@@ -359,22 +393,23 @@ unsigned long | |||
359 | hugetlb_get_unmapped_area(struct file *file, unsigned long addr, | 393 | hugetlb_get_unmapped_area(struct file *file, unsigned long addr, |
360 | unsigned long len, unsigned long pgoff, unsigned long flags) | 394 | unsigned long len, unsigned long pgoff, unsigned long flags) |
361 | { | 395 | { |
396 | struct hstate *h = hstate_file(file); | ||
362 | struct mm_struct *mm = current->mm; | 397 | struct mm_struct *mm = current->mm; |
363 | struct vm_area_struct *vma; | 398 | struct vm_area_struct *vma; |
364 | 399 | ||
365 | if (len & ~HPAGE_MASK) | 400 | if (len & ~huge_page_mask(h)) |
366 | return -EINVAL; | 401 | return -EINVAL; |
367 | if (len > TASK_SIZE) | 402 | if (len > TASK_SIZE) |
368 | return -ENOMEM; | 403 | return -ENOMEM; |
369 | 404 | ||
370 | if (flags & MAP_FIXED) { | 405 | if (flags & MAP_FIXED) { |
371 | if (prepare_hugepage_range(addr, len)) | 406 | if (prepare_hugepage_range(file, addr, len)) |
372 | return -EINVAL; | 407 | return -EINVAL; |
373 | return addr; | 408 | return addr; |
374 | } | 409 | } |
375 | 410 | ||
376 | if (addr) { | 411 | if (addr) { |
377 | addr = ALIGN(addr, HPAGE_SIZE); | 412 | addr = ALIGN(addr, huge_page_size(h)); |
378 | vma = find_vma(mm, addr); | 413 | vma = find_vma(mm, addr); |
379 | if (TASK_SIZE - len >= addr && | 414 | if (TASK_SIZE - len >= addr && |
380 | (!vma || addr + len <= vma->vm_start)) | 415 | (!vma || addr + len <= vma->vm_start)) |
@@ -390,3 +425,20 @@ hugetlb_get_unmapped_area(struct file *file, unsigned long addr, | |||
390 | 425 | ||
391 | #endif /*HAVE_ARCH_HUGETLB_UNMAPPED_AREA*/ | 426 | #endif /*HAVE_ARCH_HUGETLB_UNMAPPED_AREA*/ |
392 | 427 | ||
428 | #ifdef CONFIG_X86_64 | ||
429 | static __init int setup_hugepagesz(char *opt) | ||
430 | { | ||
431 | unsigned long ps = memparse(opt, &opt); | ||
432 | if (ps == PMD_SIZE) { | ||
433 | hugetlb_add_hstate(PMD_SHIFT - PAGE_SHIFT); | ||
434 | } else if (ps == PUD_SIZE && cpu_has_gbpages) { | ||
435 | hugetlb_add_hstate(PUD_SHIFT - PAGE_SHIFT); | ||
436 | } else { | ||
437 | printk(KERN_ERR "hugepagesz: Unsupported page size %lu M\n", | ||
438 | ps >> 20); | ||
439 | return 0; | ||
440 | } | ||
441 | return 1; | ||
442 | } | ||
443 | __setup("hugepagesz=", setup_hugepagesz); | ||
444 | #endif | ||
diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c index 24c1d3c30186..016f335bbeea 100644 --- a/arch/x86/mm/ioremap.c +++ b/arch/x86/mm/ioremap.c | |||
@@ -330,6 +330,14 @@ static void __iomem *ioremap_default(resource_size_t phys_addr, | |||
330 | return (void __iomem *)ret; | 330 | return (void __iomem *)ret; |
331 | } | 331 | } |
332 | 332 | ||
333 | void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, | ||
334 | unsigned long prot_val) | ||
335 | { | ||
336 | return __ioremap_caller(phys_addr, size, (prot_val & _PAGE_CACHE_MASK), | ||
337 | __builtin_return_address(0)); | ||
338 | } | ||
339 | EXPORT_SYMBOL(ioremap_prot); | ||
340 | |||
333 | /** | 341 | /** |
334 | * iounmap - Free a IO remapping | 342 | * iounmap - Free a IO remapping |
335 | * @addr: virtual address from ioremap_* | 343 | * @addr: virtual address from ioremap_* |
diff --git a/arch/x86/mm/numa_64.c b/arch/x86/mm/numa_64.c index 9782f42dd319..a4dd793d6003 100644 --- a/arch/x86/mm/numa_64.c +++ b/arch/x86/mm/numa_64.c | |||
@@ -23,8 +23,6 @@ | |||
23 | struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; | 23 | struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; |
24 | EXPORT_SYMBOL(node_data); | 24 | EXPORT_SYMBOL(node_data); |
25 | 25 | ||
26 | static bootmem_data_t plat_node_bdata[MAX_NUMNODES]; | ||
27 | |||
28 | struct memnode memnode; | 26 | struct memnode memnode; |
29 | 27 | ||
30 | s16 apicid_to_node[MAX_LOCAL_APIC] __cpuinitdata = { | 28 | s16 apicid_to_node[MAX_LOCAL_APIC] __cpuinitdata = { |
@@ -198,7 +196,7 @@ void __init setup_node_bootmem(int nodeid, unsigned long start, | |||
198 | nodedata_phys + pgdat_size - 1); | 196 | nodedata_phys + pgdat_size - 1); |
199 | 197 | ||
200 | memset(NODE_DATA(nodeid), 0, sizeof(pg_data_t)); | 198 | memset(NODE_DATA(nodeid), 0, sizeof(pg_data_t)); |
201 | NODE_DATA(nodeid)->bdata = &plat_node_bdata[nodeid]; | 199 | NODE_DATA(nodeid)->bdata = &bootmem_node_data[nodeid]; |
202 | NODE_DATA(nodeid)->node_start_pfn = start_pfn; | 200 | NODE_DATA(nodeid)->node_start_pfn = start_pfn; |
203 | NODE_DATA(nodeid)->node_spanned_pages = last_pfn - start_pfn; | 201 | NODE_DATA(nodeid)->node_spanned_pages = last_pfn - start_pfn; |
204 | 202 | ||
diff --git a/arch/x86/pci/i386.c b/arch/x86/pci/i386.c index 2aafb67dc5f1..a09505806b82 100644 --- a/arch/x86/pci/i386.c +++ b/arch/x86/pci/i386.c | |||
@@ -280,6 +280,7 @@ static void pci_track_mmap_page_range(struct vm_area_struct *vma) | |||
280 | static struct vm_operations_struct pci_mmap_ops = { | 280 | static struct vm_operations_struct pci_mmap_ops = { |
281 | .open = pci_track_mmap_page_range, | 281 | .open = pci_track_mmap_page_range, |
282 | .close = pci_unmap_page_range, | 282 | .close = pci_unmap_page_range, |
283 | .access = generic_access_phys, | ||
283 | }; | 284 | }; |
284 | 285 | ||
285 | int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, | 286 | int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, |
diff --git a/arch/xtensa/kernel/setup.c b/arch/xtensa/kernel/setup.c index 5e6d75c9f92b..a00359e8f7a8 100644 --- a/arch/xtensa/kernel/setup.c +++ b/arch/xtensa/kernel/setup.c | |||
@@ -16,6 +16,7 @@ | |||
16 | 16 | ||
17 | #include <linux/errno.h> | 17 | #include <linux/errno.h> |
18 | #include <linux/init.h> | 18 | #include <linux/init.h> |
19 | #include <linux/mm.h> | ||
19 | #include <linux/proc_fs.h> | 20 | #include <linux/proc_fs.h> |
20 | #include <linux/screen_info.h> | 21 | #include <linux/screen_info.h> |
21 | #include <linux/bootmem.h> | 22 | #include <linux/bootmem.h> |
diff --git a/arch/xtensa/kernel/syscall.c b/arch/xtensa/kernel/syscall.c index f3e16efcd47a..ac15ecbdf919 100644 --- a/arch/xtensa/kernel/syscall.c +++ b/arch/xtensa/kernel/syscall.c | |||
@@ -49,7 +49,7 @@ asmlinkage long xtensa_pipe(int __user *userfds) | |||
49 | int fd[2]; | 49 | int fd[2]; |
50 | int error; | 50 | int error; |
51 | 51 | ||
52 | error = do_pipe(fd); | 52 | error = do_pipe_flags(fd, 0); |
53 | if (!error) { | 53 | if (!error) { |
54 | if (copy_to_user(userfds, fd, 2 * sizeof(int))) | 54 | if (copy_to_user(userfds, fd, 2 * sizeof(int))) |
55 | error = -EFAULT; | 55 | error = -EFAULT; |