X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Facpi%2Famlcode.h;fp=include%2Facpi%2Famlcode.h;h=37964a59aef8796daaebf354e5bd0472860ba7a6;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=cf18426a87b113e22925f687b987987df55b3473;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/acpi/amlcode.h b/include/acpi/amlcode.h index cf18426a8..37964a59a 100644 --- a/include/acpi/amlcode.h +++ b/include/acpi/amlcode.h @@ -180,10 +180,8 @@ #define AML_BANK_FIELD_OP (u16) 0x5b87 #define AML_DATA_REGION_OP (u16) 0x5b88 /* ACPI 2.0 */ -/* - * Combination opcodes (actually two one-byte opcodes) - * Used by the disassembler and i_aSL compiler - */ +/* Bogus opcodes (they are actually two separate opcodes) */ + #define AML_LGREATEREQUAL_OP (u16) 0x9295 #define AML_LLESSEQUAL_OP (u16) 0x9294 #define AML_LNOTEQUAL_OP (u16) 0x9293