diff options
Diffstat (limited to 'arch/sparc/mm/srmmu.c')
-rw-r--r-- | arch/sparc/mm/srmmu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c index d85da15d4183..564269de96cf 100644 --- a/arch/sparc/mm/srmmu.c +++ b/arch/sparc/mm/srmmu.c | |||
@@ -647,8 +647,7 @@ static void srmmu_unmapiorange(unsigned long virt_addr, unsigned int len) | |||
647 | * pool. As a side effect we are putting a little too much pressure | 647 | * pool. As a side effect we are putting a little too much pressure |
648 | * on the gfp() subsystem. This setup also makes the logic of the | 648 | * on the gfp() subsystem. This setup also makes the logic of the |
649 | * iommu mapping code a lot easier as we can transparently handle | 649 | * iommu mapping code a lot easier as we can transparently handle |
650 | * mappings on the kernel stack without any special code as we did | 650 | * mappings on the kernel stack without any special code. |
651 | * need on the sun4c. | ||
652 | */ | 651 | */ |
653 | struct thread_info *alloc_thread_info_node(struct task_struct *tsk, int node) | 652 | struct thread_info *alloc_thread_info_node(struct task_struct *tsk, int node) |
654 | { | 653 | { |