Release 4.14 arch/blackfin/include/asm/segment.h
/*
* Copyright 2004-2008 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#ifndef _BFIN_SEGMENT_H
#define _BFIN_SEGMENT_H
#define KERNEL_DS (0x5)
#define USER_DS (0x1)
#endif /* _BFIN_SEGMENT_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Bryan Wu | 17 | 94.44% | 1 | 50.00% |
Robin Getz | 1 | 5.56% | 1 | 50.00% |
Total | 18 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.