warp.c (82ffd0454bd9bd57780966d47bfd56d579dd4fb3) warp.c (68005b67d15a1ee5b5ddff965175728e65fa73e7)
1/*
2 * PIKA Warp(tm) board specific routines
3 *
4 * Copyright (c) 2008-2009 PIKA Technologies
5 * Sean MacLennan <smaclennan@pikatech.com>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the

--- 33 unchanged lines hidden (view full) ---

42}
43machine_device_initcall(warp, warp_device_probe);
44
45static int __init warp_probe(void)
46{
47 if (!of_machine_is_compatible("pika,warp"))
48 return 0;
49
1/*
2 * PIKA Warp(tm) board specific routines
3 *
4 * Copyright (c) 2008-2009 PIKA Technologies
5 * Sean MacLennan <smaclennan@pikatech.com>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the

--- 33 unchanged lines hidden (view full) ---

42}
43machine_device_initcall(warp, warp_device_probe);
44
45static int __init warp_probe(void)
46{
47 if (!of_machine_is_compatible("pika,warp"))
48 return 0;
49
50 /* For __dma_nommu_alloc_coherent */
50 /* For arch_dma_alloc */
51 ISA_DMA_THRESHOLD = ~0L;
52
53 return 1;
54}
55
56define_machine(warp) {
57 .name = "Warp",
58 .probe = warp_probe,

--- 260 unchanged lines hidden ---
51 ISA_DMA_THRESHOLD = ~0L;
52
53 return 1;
54}
55
56define_machine(warp) {
57 .name = "Warp",
58 .probe = warp_probe,

--- 260 unchanged lines hidden ---