Changeset eef1b031 in mainline for kernel/generic/src/mm/as.c
- Timestamp:
- 2011-05-23T15:51:46Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b372015
- Parents:
- 366b148
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/mm/as.c
r366b148 reef1b031 675 675 676 676 /* 677 * Invalidate software translation caches (e.g. TSB on sparc64). 677 * Invalidate software translation caches 678 * (e.g. TSB on sparc64, PHT on ppc32). 678 679 */ 679 680 as_invalidate_translation_cache(as, area->base + P2SZ(pages), … … 823 824 824 825 /* 825 * Invalidate potential software translation caches (e.g. TSB on826 * sparc64).826 * Invalidate potential software translation caches 827 * (e.g. TSB on sparc64, PHT on ppc32). 827 828 */ 828 829 as_invalidate_translation_cache(as, area->base, area->pages); … … 1126 1127 1127 1128 /* 1128 * Invalidate potential software translation caches (e.g. TSB on1129 * sparc64).1129 * Invalidate potential software translation caches 1130 * (e.g. TSB on sparc64, PHT on ppc32). 1130 1131 */ 1131 1132 as_invalidate_translation_cache(as, area->base, area->pages);
Note:
See TracChangeset
for help on using the changeset viewer.