Changeset 234 for trunk/hal/x86_64/core/hal_context.c
- Timestamp:
- Jul 18, 2017, 3:33:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_context.c
r195 r234 1 1 /* 2 * hal_context.c - implementation of Thread Context API for TSAR-MIPS32 3 * 4 * Author Alain Greiner (2016) 2 * hal_context.c - Implementation of Thread Context API for x86_64 5 3 * 6 * Copyright (c) UPMC Sorbonne Universites7 * 4 * Copyright (c) 2017 Maxime Villard 5 * 8 6 * This file is part of ALMOS-MKH. 9 7 * 10 * ALMOS-MKH .is free software; you can redistribute it and/or modify it8 * ALMOS-MKH is free software; you can redistribute it and/or modify it 11 9 * under the terms of the GNU General Public License as published by 12 10 * the Free Software Foundation; version 2.0 of the License. 13 11 * 14 * ALMOS-MKH .is distributed in the hope that it will be useful, but12 * ALMOS-MKH is distributed in the hope that it will be useful, but 15 13 * WITHOUT ANY WARRANTY; without even the implied warranty of 16 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU … … 18 16 * 19 17 * You should have received a copy of the GNU General Public License 20 * along with ALMOS-MKH .; if not, write to the Free Software Foundation,18 * along with ALMOS-MKH; if not, write to the Free Software Foundation, 21 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 22 20 */
Note: See TracChangeset
for help on using the changeset viewer.