Commit 4b173810 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] kill long unused macro

parent dbe02be3
......@@ -49,8 +49,6 @@ void pgtable_cache_init(void);
#endif
#define __beep() asm("movb $0x3,%al; outb %al,$0x61")
#define PMD_SIZE (1UL << PMD_SHIFT)
#define PMD_MASK (~(PMD_SIZE-1))
#define PGDIR_SIZE (1UL << PGDIR_SHIFT)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment