[BACK]Return to cpufunc.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / x86 / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/x86/include/cpufunc.h between version 1.5 and 1.5.2.1

version 1.5, 2008/04/16 16:06:51 version 1.5.2.1, 2008/05/18 12:33:01
Line 15 
Line 15 
  * 2. Redistributions in binary form must reproduce the above copyright   * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the   *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.   *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software  
  *    must display the following acknowledgement:  
  *        This product includes software developed by the NetBSD  
  *        Foundation, Inc. and its contributors.  
  * 4. Neither the name of The NetBSD Foundation nor the names of its  
  *    contributors may be used to endorse or promote products derived  
  *    from this software without specific prior written permission.  
  *   *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS   * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED   * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
Line 61  void invlpg(vaddr_t);
Line 54  void invlpg(vaddr_t);
 void    lidt(struct region_descriptor *);  void    lidt(struct region_descriptor *);
 void    lldt(u_short);  void    lldt(u_short);
 void    ltr(u_short);  void    ltr(u_short);
 void    lcr0(u_int);  void    lcr0(u_long);
 u_int   rcr0(void);  u_long  rcr0(void);
   void    lcr2(vaddr_t);
 vaddr_t rcr2(void);  vaddr_t rcr2(void);
 void    lcr3(vaddr_t);  void    lcr3(vaddr_t);
 vaddr_t rcr3(void);  vaddr_t rcr3(void);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

CVSweb <webmaster@jp.NetBSD.org>