Align: Make sure 1 is treated as unsigned long instead of int
[coreboot.git] / src / mainboard / via / epia-n / acpi_tables.c
index 589e14c60653353b1cb2c1589449d40605173fdf..b4966bb1db0dfd3801211d42bbda06896184b1d0 100644 (file)
@@ -118,10 +118,6 @@ unsigned long acpi_fill_srat(unsigned long current)
        return current;
 }
 
-#define ALIGN(x,a)              __ALIGN_MASK(x,(typeof(x))(a)-1)
-#define __ALIGN_MASK(x,mask)    (((x)+(mask))&~(mask))
-#define ALIGN_CURRENT current = ((current + 0x0f) & -0x10)
-
 unsigned long write_acpi_tables(unsigned long start)
 {
        unsigned long current;