cregit-Linux how code gets into the kernel

Release 4.18 arch/c6x/kernel/devicetree.c

Directory: arch/c6x/kernel
/*
 *  Architecture specific OF callbacks.
 *
 *  Copyright (C) 2011 Texas Instruments Incorporated
 *  Author: Mark Salter <msalter@redhat.com>
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License version 2 as
 *  published by the Free Software Foundation.
 *
 */
#include <linux/init.h>
#include <linux/memblock.h>


void __init early_init_dt_add_memory_arch(u64 base, u64 size) { c6x_add_memory(base, size); }

Contributors

PersonTokensPropCommitsCommitProp
Mark Salter19100.00%1100.00%
Total19100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Mark Salter26100.00%1100.00%
Total26100.00%1100.00%
Directory: arch/c6x/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.