dma-noncoherent.c (b7d3622a39fde7658170b7f3cf6c6889bb8db30d) | dma-noncoherent.c (308c09f17da4adc53935115dbeb5bce4f067d8f9) |
---|---|
1/* 2 * PowerPC version derived from arch/arm/mm/consistent.c 3 * Copyright (C) 2001 Dan Malek (dmalek@jlc.net) 4 * 5 * Copyright (C) 2000 Russell King 6 * 7 * Consistent memory allocators. Used for DMA devices that want to 8 * share uncached memory with the processor core. The function return --- 19 unchanged lines hidden (view full) --- 28#include <linux/errno.h> 29#include <linux/string.h> 30#include <linux/types.h> 31#include <linux/highmem.h> 32#include <linux/dma-mapping.h> 33#include <linux/export.h> 34 35#include <asm/tlbflush.h> | 1/* 2 * PowerPC version derived from arch/arm/mm/consistent.c 3 * Copyright (C) 2001 Dan Malek (dmalek@jlc.net) 4 * 5 * Copyright (C) 2000 Russell King 6 * 7 * Consistent memory allocators. Used for DMA devices that want to 8 * share uncached memory with the processor core. The function return --- 19 unchanged lines hidden (view full) --- 28#include <linux/errno.h> 29#include <linux/string.h> 30#include <linux/types.h> 31#include <linux/highmem.h> 32#include <linux/dma-mapping.h> 33#include <linux/export.h> 34 35#include <asm/tlbflush.h> |
36#include <asm/dma.h> |
|
36 37#include "mmu_decl.h" 38 39/* 40 * This address range defaults to a value that is safe for all 41 * platforms which currently set CONFIG_NOT_COHERENT_CACHE. It 42 * can be further configured for specific applications under 43 * the "Advanced Setup" menu. -Matt --- 376 unchanged lines hidden --- | 37 38#include "mmu_decl.h" 39 40/* 41 * This address range defaults to a value that is safe for all 42 * platforms which currently set CONFIG_NOT_COHERENT_CACHE. It 43 * can be further configured for specific applications under 44 * the "Advanced Setup" menu. -Matt --- 376 unchanged lines hidden --- |