X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Fswitch_x86_64.s;h=61859834cb95f50dfa41aa219fa6c2c5b584544f;hb=0b1a1fb4f820c70802478793b34240e0435fbb4e;hp=5fb4da658d1663d461c4fb91218285d212fb82f2;hpb=89080d17850a68d57281c14430ee74c94b7f359d;p=bertos.git diff --git a/bertos/emul/switch_x86_64.s b/bertos/emul/switch_x86_64.s index 5fb4da65..61859834 100644 --- a/bertos/emul/switch_x86_64.s +++ b/bertos/emul/switch_x86_64.s @@ -1,41 +1,40 @@ -/*! +/** * \file * - * - * \brief i386 context switch + * This file is part of BeRTOS. * - * \version $Id$ + * Bertos is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * - * \author Bernardo Innocenti - */ - -/* - * $Log$ - * Revision 1.4 2006/09/20 14:02:49 marco - * C-style comment. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * Revision 1.3 2006/02/24 01:35:40 bernie - * Update for new emulator. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * - * Revision 1.2 2006/02/24 01:17:05 bernie - * Update for new emulator. + * As a special exception, you may use this file as part of a free software + * library without restriction. Specifically, if other files instantiate + * templates or use macros or inline functions from this file, or you compile + * this file and link it with other files to produce an executable, this + * file does not by itself cause the resulting executable to be covered by + * the GNU General Public License. This exception does not however + * invalidate any other reasons why the executable file might be covered by + * the GNU General Public License. * - * Revision 1.1 2005/11/27 03:06:15 bernie - * Add x86_64 task switching (to be updated to new-style scheduler). - * - * Revision 1.1 2005/11/14 21:06:38 bernie - * Add x86_64 support. - * - * Revision 1.2 2004/06/06 16:14:12 bernie - * Add DevLib license information. + * Copyright 2004 Develer S.r.l. (http://www.develer.com/) + * Copyright 1999, 2000, 2001 Bernie Innocenti + * This file is part of DevLib - See devlib/README for information. + * --> * - * Revision 1.1 2004/05/23 17:27:00 bernie - * Import kern/ subdirectory. + * \version $Id$ + * \author Bernie Innocenti * + * \brief i386 context switch */ /* I know it's ugly... */