~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/ia64/hp/common/sba_iommu.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include <linux/crash_dump.h>
38
38
#include <linux/iommu-helper.h>
39
39
#include <linux/dma-mapping.h>
 
40
#include <linux/prefetch.h>
40
41
 
41
42
#include <asm/delay.h>          /* ia64_get_itc() */
42
43
#include <asm/io.h>
1063
1064
                /*
1064
1065
                ** Address does not fall w/in IOVA, must be bypassing
1065
1066
                */
1066
 
                DBG_BYPASS("sba_unmap_single_atttrs() bypass addr: 0x%lx\n",
 
1067
                DBG_BYPASS("sba_unmap_single_attrs() bypass addr: 0x%lx\n",
1067
1068
                           iova);
1068
1069
 
1069
1070
#ifdef ENABLE_MARK_CLEAN