diff options
author | Garrett D'Amore <garrett@nexenta.com> | 2011-01-19 08:06:56 -0800 |
---|---|---|
committer | Garrett D'Amore <garrett@nexenta.com> | 2011-01-19 08:06:56 -0800 |
commit | c7c6ab2a4af23be725dea6dacf112b0b9f3fe26f (patch) | |
tree | 1750ae875f07b48b0cb3debc6bc6f321fc9fdc6b /usr/src/uts/sun4/sys/fcode.h | |
parent | a3002e0aebb2c7fba71fcbbba97ad98ab8340dc4 (diff) | |
download | illumos-gate-c7c6ab2a4af23be725dea6dacf112b0b9f3fe26f.tar.gz |
536 hat_getkpfnum needs to be removed
Reviewed by: gwr@nexenta.com
Reviewed by: trisk@nexenta.com
Diffstat (limited to 'usr/src/uts/sun4/sys/fcode.h')
-rw-r--r-- | usr/src/uts/sun4/sys/fcode.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/sun4/sys/fcode.h b/usr/src/uts/sun4/sys/fcode.h index 2e2887c142..f900370d9a 100644 --- a/usr/src/uts/sun4/sys/fcode.h +++ b/usr/src/uts/sun4/sys/fcode.h @@ -26,8 +26,6 @@ #ifndef _SYS_FCODE_H #define _SYS_FCODE_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/sysmacros.h> #include <sys/ddi.h> #include <sys/sunddi.h> @@ -160,7 +158,7 @@ typedef struct fc_client_interface fc_ci_t; /* * FC_GET_FCODE_DATA: This ioctl allows userland portion of the fcode * interpreter to get the fcode into a local buffer without having - * to use mmap() interface (which calls hat_getkpfnum() routine). + * to use mmap() interface. * This allows DR kernel cage memory to be relocated while this * fcode buffer is allocated. * |