Commit 724b62b5 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Greg Ungerer

arch/m68knommu/platform/68360/commproc.c: Checkpatch cleanup

Checkpatch cleanup
Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 7aa5ccaa
...@@ -110,7 +110,7 @@ void m360_cpm_reset() ...@@ -110,7 +110,7 @@ void m360_cpm_reset()
/* pte = find_pte(&init_mm, host_page_addr); */ /* pte = find_pte(&init_mm, host_page_addr); */
/* pte_val(*pte) |= _PAGE_NO_CACHE; */ /* pte_val(*pte) |= _PAGE_NO_CACHE; */
/* flush_tlb_page(current->mm->mmap, host_buffer); */ /* flush_tlb_page(current->mm->mmap, host_buffer); */
/* Tell everyone where the comm processor resides. /* Tell everyone where the comm processor resides.
*/ */
/* cpmp = (cpm360_t *)commproc; */ /* cpmp = (cpm360_t *)commproc; */
...@@ -191,7 +191,7 @@ cpm_interrupt(int irq, void * dev, struct pt_regs * regs) ...@@ -191,7 +191,7 @@ cpm_interrupt(int irq, void * dev, struct pt_regs * regs)
*/ */
((immap_t *)IMAP_ADDR)->im_cpic.cpic_cisr |= (1 << vec); ((immap_t *)IMAP_ADDR)->im_cpic.cpic_cisr |= (1 << vec);
#endif #endif
} }
/* The CPM can generate the error interrupt when there is a race condition /* The CPM can generate the error interrupt when there is a race condition
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment