patch-2.4.13 linux/include/linux/vt_buffer.h
Next file: linux/include/linux/wireless.h
Previous file: linux/include/linux/videodev.h
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Tue Oct 23 22:01:00 2001
- Orig file:
v2.4.12/linux/include/linux/vt_buffer.h
- Orig date:
Thu Oct 18 13:49:26 2001
diff -u --recursive --new-file v2.4.12/linux/include/linux/vt_buffer.h linux/include/linux/vt_buffer.h
@@ -26,9 +26,6 @@
#define scr_memmovew(d, s, c) memmove(d, s, c)
#define VT_BUF_HAVE_MEMCPYW
#define VT_BUF_HAVE_MEMMOVEW
-#define scr_memcpyw_from(d, s, c) memcpy(d, s, c)
-#define scr_memcpyw_to(d, s, c) memcpy(d, s, c)
-#define VT_BUF_HAVE_MEMCPYF
#endif
#ifndef VT_BUF_HAVE_MEMSETW
@@ -61,22 +58,6 @@
while (count--)
scr_writew(scr_readw(--s), --d);
}
-}
-#endif
-
-#ifndef VT_BUF_HAVE_MEMCPYF
-static inline void scr_memcpyw_from(u16 *d, const u16 *s, unsigned int count)
-{
- count /= 2;
- while (count--)
- *d++ = scr_readw(s++);
-}
-
-static inline void scr_memcpyw_to(u16 *d, const u16 *s, unsigned int count)
-{
- count /= 2;
- while (count--)
- scr_writew(*s++, d++);
}
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)