Release 4.10 arch/sparc/kernel/dma.c
#include <linux/kernel.h>
#include <linux/dma-mapping.h>
#include <linux/dma-debug.h>
#define PREALLOC_DMA_DEBUG_ENTRIES (1 << 15)
static int __init dma_init(void)
{
dma_debug_init(PREALLOC_DMA_DEBUG_ENTRIES);
return 0;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
david s. miller | david s. miller | 10 | 58.82% | 1 | 50.00% |
fujita tomonori | fujita tomonori | 7 | 41.18% | 1 | 50.00% |
| Total | 17 | 100.00% | 2 | 100.00% |
fs_initcall(dma_init);
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
david s. miller | david s. miller | 21 | 60.00% | 1 | 50.00% |
fujita tomonori | fujita tomonori | 14 | 40.00% | 1 | 50.00% |
| Total | 35 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.