Print this page
OS-4391 Want Broadwell Instruction support
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
OS-5192 need faster clock_gettime
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
Reviewed by: Ryan Zezeski <ryan@zinascii.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/sys/x86_archext.h
          +++ new/usr/src/uts/intel/sys/x86_archext.h
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  /*
  22   22   * Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23   * Copyright (c) 2011 by Delphix. All rights reserved.
  24   24   * Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  25   25   */
  26   26  /*
  27   27   * Copyright (c) 2010, Intel Corporation.
  28   28   * All rights reserved.
  29   29   */
  30   30  /*
  31      - * Copyright 2015 Joyent, Inc.
       31 + * Copyright 2016 Joyent, Inc.
  32   32   * Copyright 2012 Jens Elkner <jel+illumos@cs.uni-magdeburg.de>
  33   33   * Copyright 2012 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  34   34   * Copyright 2014 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
  35   35   */
  36   36  
  37   37  #ifndef _SYS_X86_ARCHEXT_H
  38   38  #define _SYS_X86_ARCHEXT_H
  39   39  
  40   40  #if !defined(_ASM)
  41   41  #include <sys/regset.h>
↓ open down ↓ 823 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX