From d4847fe6ea63a1122ed14e6ac6d10ef0a8469194 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Wed, 23 May 2012 09:15:45 -0400 Subject: DMA: Split the DMA device and IO device into seperate files This patch moves the DMA device to its own set of files, splitting it from the IO device. There are no behavioural changes associated with this patch. The patch also grabs the opportunity to do some very minor tidying up, including some white space removal and pruning some redundant parameters. Besides the immediate benefits of the separation-of-concerns, this patch also makes upcoming changes more streamlined as it split the devices that are only slaves and the DMA device that also acts as a master. --HG-- rename : src/dev/io_device.cc => src/dev/dma_device.cc rename : src/dev/io_device.hh => src/dev/dma_device.hh --- src/arch/arm/table_walker.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/arm') diff --git a/src/arch/arm/table_walker.hh b/src/arch/arm/table_walker.hh index 36adc8a82..db6b01cd4 100644 --- a/src/arch/arm/table_walker.hh +++ b/src/arch/arm/table_walker.hh @@ -44,7 +44,7 @@ #include "arch/arm/miscregs.hh" #include "arch/arm/tlb.hh" -#include "dev/io_device.hh" +#include "dev/dma_device.hh" #include "mem/mem_object.hh" #include "mem/request.hh" #include "params/ArmTableWalker.hh" -- cgit v1.2.3