|
@@ -2900,8 +2900,9 @@ sub process {
|
|
|
$line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) {
|
|
$line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) {
|
|
|
$msg_type = "";
|
|
$msg_type = "";
|
|
|
|
|
|
|
|
- # EFI_GUID is another special case
|
|
|
|
|
- } elsif ($line =~ /^\+.*\bEFI_GUID\s*\(/) {
|
|
|
|
|
|
|
+ # More special cases
|
|
|
|
|
+ } elsif ($line =~ /^\+.*\bEFI_GUID\s*\(/ ||
|
|
|
|
|
+ $line =~ /^\+\s*(?:\w+)?\s*DEFINE_PER_CPU/) {
|
|
|
$msg_type = "";
|
|
$msg_type = "";
|
|
|
|
|
|
|
|
# Otherwise set the alternate message types
|
|
# Otherwise set the alternate message types
|