Changeset 7c3fb9b in mainline for uspace/lib/c/arch/mips32/include
- Timestamp:
- 2018-05-17T08:29:01Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ff23ff
- Parents:
- fac0ac7
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
- Location:
- uspace/lib/c/arch/mips32/include/libarch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/include/libarch/atomic.h
rfac0ac7 r7c3fb9b 50 50 #define atomic_predec(x) atomic_add(x, -1) 51 51 52 /* Atomic addition of immediate value.52 /** Atomic addition of immediate value. 53 53 * 54 54 * @param val Memory location to which will be the immediate value added. -
uspace/lib/c/arch/mips32/include/libarch/fibril_context.h
rfac0ac7 r7c3fb9b 1 /* Copyright (c) 2014 Jakub Jermar 1 /* 2 * Copyright (c) 2014 Jakub Jermar 2 3 * All rights reserved. 3 4 * -
uspace/lib/c/arch/mips32/include/libarch/tls.h
rfac0ac7 r7c3fb9b 46 46 #define CONFIG_TLS_VARIANT_1 47 47 48 /* I did not find any specification (neither MIPS nor PowerPC), but 48 /* 49 * I did not find any specification (neither MIPS nor PowerPC), but 49 50 * as I found it 50 51 * - it uses Variant II
Note:
See TracChangeset
for help on using the changeset viewer.